php-src/ext/date/lib
2005-07-26 22:29:27 +00:00
..
resource Fix for bug #33869 2005-07-26 22:22:06 +00:00
dow.c - Reimplemented date and gmdate with new timelib code. 2005-06-30 21:38:06 +00:00
parse_date.c Fixed bug #33869 (strtotime() problem with "+1days" format). 2005-07-26 22:29:27 +00:00
parse_date.re Fix for bug #33869 2005-07-26 22:22:06 +00:00
parse_tz.c - Fixed bug #33578 (strtotime() problem with "Oct17" format). 2005-07-20 08:31:02 +00:00
README - Do not crash when the abbreviation doesn't exist. 2005-07-04 07:16:09 +00:00
timelib_structs.h - Fixed bug #33578 (strtotime() problem with "Oct17" format). 2005-07-20 08:31:02 +00:00
timelib.c - Change memory management so that tzinfo structures can live outside time 2005-07-05 18:30:30 +00:00
timelib.h - Fixed bug #33578 (strtotime() problem with "Oct17" format). 2005-07-20 08:31:02 +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 - Fixed bug #33578 (strtotime() problem with "Oct17" format). 2005-07-20 08:31:02 +00:00
tm2unixtime.c - Reimplemented date and gmdate with new timelib code. 2005-06-30 21:38:06 +00:00
unixtime2tm.c - Fixed bug #33578 (strtotime() problem with "Oct17" format). 2005-07-20 08:31:02 +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