php-src/ext/date/lib
foobar eb9a7a76e6 - Added AC_TIMELIB_C_BIGENDIAN
# No need to add it to config.m4, it's run in PHP configure.in already.
# Only added here so that the  standalone configure.in (to be added later)
# can use it.
2005-06-20 11:01:07 +00:00
..
resource - Implemented FR #29585 (Support week numbers in strtotime()) 2005-06-20 08:46:09 +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 - Implemented FR #29585 (Support week numbers in strtotime()) 2005-06-20 08:46:09 +00:00
parse_date.re - Implemented FR #29585 (Support week numbers in strtotime()) 2005-06-20 08:46:09 +00:00
parse_tz.c - Fixed bug in tm2unixtime where the wanted date was in the transition time 2005-06-18 19:23:58 +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 - Added AC_TIMELIB_C_BIGENDIAN 2005-06-20 11:01:07 +00:00
timezonedb.h - Add my new timelib and ext/date. For now only strtotime() makes use of this. 2005-06-14 21:32:29 +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