You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Derick Rethans 24b973cafc - Fixed bug #45554 (Inconsistent behavior of the u format char). 17 years ago
..
README - Added new date/time functionality: 18 years ago
astro.c MFH: Bump copyright year, 3 of 3. 17 years ago
astro.h - MFH: Merged new timelib, which is a bit more cleverer 20 years ago
dow.c MFH: Bump copyright year, 3 of 3. 17 years ago
fallbackmap.h - Fixed timezone guessing on Windows. (Derick, Nuno) 21 years ago
interval.c MFH: Bump copyright year, 3 of 3. 17 years ago
parse_date.c - Fixed bug #45554 (Inconsistent behavior of the u format char). 17 years ago
parse_date.re - Fixed bug #45554 (Inconsistent behavior of the u format char). 17 years ago
parse_iso_intervals.c - Fixed bug #48149 (Cannot make interval parts larger than 9999) by 17 years ago
parse_iso_intervals.re - MFH: improve previous fix for scan, disable optimizer only for scan() using #pragma optimize 18 years ago
parse_tz.c fix strict aliasing problems. 17 years ago
timelib.c MFH: Bump copyright year, 3 of 3. 17 years ago
timelib.h MFH: Bump copyright year, 3 of 3. 17 years ago
timelib.m4 - Always use #ifdef when dealing with HAVE_* defines from AC_CHECK_FUNCS() 21 years ago
timelib_config.h.win32 add for VC build 20 years ago
timelib_structs.h - add TODO about int definition cleanup 17 years ago
timezonedb.h - Updated to version 2009.11 (2009k) 17 years ago
timezonemap.h - Updated timezone database to version 2007.3. (Derick) 19 years ago
tm2unixtime.c - MFH: Fixed bug #48058 (Year formatter goes wrong with out-of-int range). 17 years ago
unixtime2tm.c MFH: Bump copyright year, 3 of 3. 17 years ago

README

Regenerating Parser
===================

Make sure you use re2c 0.9.10 or higher:

re2c -d -b -o ext/date/lib/parse_date.c ext/date/lib/parse_date.re
re2c -d -b -o ext/date/lib/parse_iso_intervals.c ext/date/lib/parse_iso_intervals.re