php-src/ext/date/lib
2013-12-19 18:58:44 +00:00
..
astro.c Happy New Year 2013-01-01 16:28:54 +08:00
astro.h - MFH: Merged new timelib, which is a bit more cleverer 2005-12-19 13:00:37 +00:00
dow.c Fixed bug #65199 (Wrong Day of Week) and fixed bug #63391 (Incorrect/inconsistent day of week prior to the year 1600) 2013-11-28 16:32:11 +00:00
fallbackmap.h - Fixed bug #48902 (Timezone database fallback map is outdated). 2010-03-07 18:21:23 +00:00
interval.c Fixed a few DST changeover issues. 2013-11-28 12:02:36 +00:00
parse_date.c Bug 64157 2013-09-16 03:42:49 +02:00
parse_date.re Bug 64157 2013-09-16 03:42:49 +02:00
parse_iso_intervals.c Fixed bug #66060 (Heap buffer over-read in DateInterval) 2013-11-27 11:13:16 +01:00
parse_iso_intervals.re Fixed bug #66060 (Heap buffer over-read in DateInterval) 2013-11-27 11:13:16 +01:00
parse_tz.c Happy New Year 2013-01-01 16:28:54 +08:00
README - Added new date/time functionality: 2008-04-25 12:35:58 +00:00
timelib_config.h.win32 add for VC build 2006-09-13 17:47:20 +00:00
timelib_structs.h Happy New Year 2013-01-01 16:28:54 +08:00
timelib.c Happy New Year 2013-01-01 16:28:54 +08:00
timelib.h Move add/sub to timelib. 2013-11-28 12:02:36 +00:00
timelib.m4
timezonedb.h - Updated to version 2013.9 (2013i) 2013-12-19 18:58:44 +00:00
timezonemap.h - Fixed a few test cases 2010-12-12 16:06:41 +00:00
tm2unixtime.c Happy New Year 2013-01-01 16:28:54 +08:00
unixtime2tm.c Always reset those parameters. 2013-11-28 12:02:35 +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