php-src/ext/date/lib
2005-10-15 18:14:40 +00:00
..
resource - Fixed bug #34676: missing support for strtotime("midnight") and 2005-10-08 14:30:15 +00:00
dow.c - MF51: Fixed bug #34304 (date() doesn't have a modifier for ISO Week Day). 2005-09-02 09:41:08 +00:00
fallbackmap.h - MF51: Fixed timezone guessing on Windows. 2005-10-15 18:14:40 +00:00
parse_date.c - Fixed bug #34676: missing support for strtotime("midnight") and 2005-10-08 14:30:15 +00:00
parse_date.re - Fixed bug #34676: missing support for strtotime("midnight") and 2005-10-08 14:30:15 +00:00
parse_tz.c - Allow an external Timezone Database to be used. 2005-10-03 11:15:21 +00:00
README - Do not crash when the abbreviation doesn't exist. 2005-07-04 07:16:09 +00:00
timelib_structs.h Generated files are included like this.. 2005-10-03 20:20:50 +00:00
timelib.c - Bumber up year 2005-08-03 14:08:58 +00:00
timelib.h - Allow an external Timezone Database to be used. 2005-10-03 11:15:21 +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 - MF51: Updated timezone database to version 2005.14. 2005-10-15 18:14:11 +00:00
timezonemap.h - Synced timezonemap with latest data. 2005-10-07 07:57:43 +00:00
tm2unixtime.c - Bumber up year 2005-08-03 14:08:58 +00:00
unixtime2tm.c - Bumber up year 2005-08-03 14:08:58 +00:00

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

Make sure you use re2c 0.9.8dev or higher:

/dat/dev/sf/re2c/re2c -d -b resource/parse_date.re > parse_date.c