php-src/ext/date/lib
2005-06-28 21:37:36 +00:00
..
resource - Fixed bug #33433 (strtoll not available on Tru64). 2005-06-28 18:05:59 +00:00
dow.c - The incoming TS is GMT... but the hole filler wants local time so we 2005-06-17 14:54:00 +00:00
parse_date.c - Fixed bug #33433 (strtoll not available on Tru64). 2005-06-28 18:05:59 +00:00
parse_date.re - Fixed bug #33433 (strtoll not available on Tru64). 2005-06-28 18:05:59 +00:00
parse_tz.c - Fixed bug #33415 and added test cases for #33414 and #33415. 2005-06-28 21:37:36 +00:00
README - Update README, we require 0.9.8 now. 2005-06-20 08:39:45 +00:00
timelib_structs.h - Fixed bug in tm2unixtime where the wanted date was in the transition time 2005-06-18 19:23:58 +00:00
timelib.c - The incoming TS is GMT... but the hole filler wants local time so we 2005-06-17 14:54:00 +00:00
timelib.h - The incoming TS is GMT... but the hole filler wants local time so we 2005-06-17 14:54:00 +00:00
timelib.m4 - Fixed bug #33433 (strtoll not available on Tru64). 2005-06-28 18:05:59 +00:00
timezonedb.h - Implemented binary search for timezone abbreviations and timezone identifier 2005-06-28 17:56:47 +00:00
tm2unixtime.c - Fixed bug in tm2unixtime where the wanted date was in the transition time 2005-06-18 19:23:58 +00:00
unixtime2tm.c - The incoming TS is GMT... but the hole filler wants local time so we 2005-06-17 14:54:00 +00:00

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

Make sure you use re2c 0.9.8dev or higher:
/dat/dev/sf/re2c/re2c -d -b parse_date.re > ../parse_date.c