php-src/ext/date/lib
Derick Rethans c070512ee4 - Added support for "<xth> <weekday of" and "last <weekday> of" phrases to be
used with months - like in "last saturday of februari 2008".
2008-05-04 20:50:46 +00:00
..
astro.c Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
astro.h - Reintroduced the normal constants. 2005-12-19 12:57:49 +00:00
dow.c - Fixed bug #44216 (strftime segfaults on large negative value). 2008-02-22 17:48:31 +00:00
fallbackmap.h - MF51: Fixed timezone guessing on Windows. 2005-10-15 18:14:40 +00:00
interval.c - MF53: Added new date/time functionality: 2008-04-25 12:55:16 +00:00
parse_date.c - Added support for "<xth> <weekday of" and "last <weekday> of" phrases to be 2008-05-04 20:50:46 +00:00
parse_date.re - Added support for "<xth> <weekday of" and "last <weekday> of" phrases to be 2008-05-04 20:50:46 +00:00
parse_iso_intervals.c - Added support for using ISO 8601 time intervals to define a DatePeriod 2008-05-04 09:59:42 +00:00
parse_iso_intervals.re - Added support for using ISO 8601 time intervals to define a DatePeriod 2008-05-04 09:59:42 +00:00
parse_tz.c - Fixing returned offset. 2008-04-07 17:43:49 +00:00
README - MF53: Added new date/time functionality: 2008-04-25 12:55:16 +00:00
timelib_structs.h - Rearranged some structures to allow for more powerfull period/intervals. 2008-05-01 16:14:29 +00:00
timelib.c - Added support for "<xth> <weekday of" and "last <weekday> of" phrases to be 2008-05-04 20:50:46 +00:00
timelib.h - Added support for "<xth> <weekday of" and "last <weekday> of" phrases to be 2008-05-04 20:50:46 +00:00
timelib.m4 - Always use #ifdef when dealing with HAVE_* defines from AC_CHECK_FUNCS() 2005-07-03 23:30:52 +00:00
timezonedb.h - Updated to version 2008.2 (2008b) 2008-03-24 13:00:24 +00:00
timezonemap.h - MF52: Updated timezone database to version 2007.3. 2007-03-06 21:29:33 +00:00
tm2unixtime.c - Added support for "<xth> <weekday of" and "last <weekday> of" phrases to be 2008-05-04 20:50:46 +00:00
unixtime2tm.c - Fixing returned offset. 2008-04-07 17:43:49 +00:00

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