php-src/ext/date/lib
2005-07-04 00:25:39 +00:00
..
resource - Always create the file with correct paths (gdb likes it better like this) 2005-07-04 00:25:39 +00:00
dow.c - Reimplemented date and gmdate with new timelib code. 2005-06-30 21:38:06 +00:00
parse_date.c - Always create the file with correct paths (gdb likes it better like this) 2005-07-04 00:25:39 +00:00
parse_date.re - Fixed bug #33536 (strtotime defaults to now even on non time string). 2005-07-03 21:38:54 +00:00
parse_tz.c - Fixed unintialized variable issue. 2005-07-03 18:49:07 +00:00
README - Always create the file with correct paths (gdb likes it better like this) 2005-07-04 00:25:39 +00:00
timelib_structs.h - Reimplemented date and gmdate with new timelib code. 2005-06-30 21:38:06 +00:00
timelib.c - Reorganize headers, and update TODO. 2005-06-29 19:08:26 +00:00
timelib.h - Fixed bug #33536 (strtotime defaults to now even on non time string). 2005-07-03 21:38:54 +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 - Reimplemented date and gmdate with new timelib code. 2005-06-30 21:38:06 +00:00
tm2unixtime.c - Reimplemented date and gmdate with new timelib code. 2005-06-30 21:38:06 +00:00
unixtime2tm.c - Reimplemented date and gmdate with new timelib code. 2005-06-30 21:38:06 +00:00

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

Make sure you use re2c 0.9.8dev or higher:

# re2c -d -b resource/parse_date.re > parse_date.c