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 8f8f18bc18 - Updated to version 2008.8 (2008h) 18 years ago
..
README - Added new date/time functionality: 18 years ago
astro.c MFH: Bump copyright year, 2 of 2. 19 years ago
astro.h - MFH: Merged new timelib, which is a bit more cleverer 21 years ago
dow.c - MFH: Also add the warnings for times. This does not make sense for the 18 years ago
fallbackmap.h - Fixed timezone guessing on Windows. (Derick, Nuno) 21 years ago
interval.c - Added new date/time functionality: 18 years ago
parse_date.c - MFH: Support for "back of <hour>" and "front of <hour>" phrases that are used 18 years ago
parse_date.re - MFH: Support for "back of <hour>" and "front of <hour>" phrases that are used 18 years ago
parse_iso_intervals.c - MFH: Fixed bug #45545 (DateInterval has a limitation of 4 chars for ISO 18 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 MFH: do not fail & segfault if malloc(0) returns NULL, that's expected 18 years ago
timelib.c - MFH: Added support for "<xth> <weekday of" and "last <weekday> of" phrases to 18 years ago
timelib.h - MFH: Also add the warnings for times. This does not make sense for the 18 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 - MFH: Added support for selectively listing timezone identifiers by country 18 years ago
timezonedb.h - Updated to version 2008.8 (2008h) 18 years ago
timezonemap.h - Updated timezone database to version 2007.3. (Derick) 20 years ago
tm2unixtime.c - MFH: Fixed a bug that caused miscalculations with the "last <weekday> of <n> 18 years ago
unixtime2tm.c - MFH: Fixing returned offset. 18 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