bug#14613: [PATCH] Make parse_datetime (and therefore `date') handle 'DAY MONTH, YEAR'

2013-07-27 Thread Sergio Durigan Junior
Hi there, I have a fix for this issue. This fix touches Gnulib, but I am sending it here anyway so you guys can test and make sure it works. It basically adds a simple production on lib/parse-datetime.y to extend it in order to correctly handle the proposed date format, i.e., '2 June, 2013'. It

bug#14613: [PATCH] Make parse_datetime (and therefore `date') handle 'DAY MONTH, YEAR'

2013-07-27 Thread Paul Eggert
That format is typically considered to be erroneous, e.g., , so I'm not sure parse_datetime should be supporting it.

bug#14613: [PATCH] Make parse_datetime (and therefore `date') handle 'DAY MONTH, YEAR'

2013-07-27 Thread Sergio Durigan Junior
On Saturday, July 27 2013, Paul Eggert wrote: > That format is typically considered to be erroneous, e.g., > , so I'm > not sure parse_datetime should be supporting it. I wasn't aware parse_datetime followed a defined grammar. And this seems to be an