php-src/ext/date/lib
2008-07-08 17:55:59 +00:00
..
astro.c
astro.h
dow.c - MFH: Fixed bug #44216 (strftime segfaults on large negative value). 2008-02-22 17:48:46 +00:00
fallbackmap.h
interval.c - Added new date/time functionality: 2008-04-25 12:35:58 +00:00
parse_date.c - Replaced // by /* .. */ comments. 2008-07-08 17:55:59 +00:00
parse_date.re - Replaced // by /* .. */ comments. 2008-07-08 17:55:59 +00:00
parse_iso_intervals.c - Replaced // by /* .. */ comments. 2008-07-08 17:55:59 +00:00
parse_iso_intervals.re - MFH: Added support for using ISO 8601 time intervals to define a DatePeriod 2008-05-04 10:00:01 +00:00
parse_tz.c - MFH: Fixing returned offset. 2008-04-07 17:44:03 +00:00
README - Added new date/time functionality: 2008-04-25 12:35:58 +00:00
timelib_config.h.win32
timelib_structs.h - MFH: Rearranged some structures to allow for more powerfull period/intervals. 2008-05-01 16:15:45 +00:00
timelib.c - MFH: Added support for "<xth> <weekday of" and "last <weekday> of" phrases to 2008-05-04 20:52:56 +00:00
timelib.h - MFH: Added support for "<xth> <weekday of" and "last <weekday> of" phrases to 2008-05-04 20:52:56 +00:00
timelib.m4
timezonedb.h - Updated to version 2008.4 (2008d) 2008-07-07 14:36:18 +00:00
timezonemap.h
tm2unixtime.c - Replaced // by /* .. */ comments. 2008-07-08 17:55:59 +00:00
unixtime2tm.c - MFH: Fixing returned offset. 2008-04-07 17:44:03 +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