php-src/ext/date/lib
2006-04-11 17:56:49 +00:00
..
astro.c - New implementation of the sunset algorithm. Fixes bugs #33789, #33671, #32820 2006-01-04 12:57:04 +00:00
astro.h - Reintroduced the normal constants. 2005-12-19 12:57:49 +00:00
dow.c bump year and license version 2006-01-01 13:10:10 +00:00
fallbackmap.h - MF51: Fixed timezone guessing on Windows. 2005-10-15 18:14:40 +00:00
parse_date.c - Fixed bug #37017 in a different way and added a test case. 2006-04-09 12:58:56 +00:00
parse_date.re - Fixed bug #37017 in a different way and added a test case. 2006-04-09 12:58:56 +00:00
parse_tz.c MFB: fix several leaks in date_sun*() functions 2006-03-18 23:44:30 +00:00
README fix typo 2005-11-17 09:56:28 +00:00
timelib_structs.h - Fixed bug #36988 (mktime freezes on long numbers) 2006-04-11 17:56:49 +00:00
timelib.c - Added the date_parse() function that returns a parsed date/time string 2006-04-08 14:57:42 +00:00
timelib.h - Added the date_parse() function that returns a parsed date/time string 2006-04-08 14:57:42 +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 - Upgraded timezonedb to 2006a. 2006-01-31 18:07:24 +00:00
timezonemap.h - Upgraded timezonedb to 2006a. 2006-01-31 18:07:24 +00:00
tm2unixtime.c - Fixed bug #36988 (mktime freezes on long numbers) 2006-04-11 17:56:49 +00:00
unixtime2tm.c - New implementation of the sunset algorithm. Fixes bugs #33789, #33671, #32820 2006-01-04 12:57:04 +00:00

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

Make sure you use re2c 0.9.10 or higher:

/dat/dev/sf/re2c/re2c -d -b -o ext/date/lib/parse_date.c ext/date/lib/parse_date.re