php-src/ext/date/lib
Derick Rethans 8ece8ad314 - Added the + modifier to parseFromFormat to allow trailing text in the
string to parse without throwing an error.
#- Patch by Stas, test case by me.
2010-12-12 17:17:16 +00:00
..
astro.c sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
astro.h - MFH: Merged new timelib, which is a bit more cleverer 2005-12-19 13:00:37 +00:00
dow.c sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
fallbackmap.h - Fixed bug #48902 (Timezone database fallback map is outdated). 2010-03-07 18:21:23 +00:00
interval.c - Fixed bug #49081 (DateTime::diff() mistake if start in January and interval > 2010-05-04 15:11:41 +00:00
parse_date.c - Added the + modifier to parseFromFormat to allow trailing text in the 2010-12-12 17:17:16 +00:00
parse_date.re - Added the + modifier to parseFromFormat to allow trailing text in the 2010-12-12 17:17:16 +00:00
parse_iso_intervals.c - MFH: Added support for the ( and ) delimiters/separators to 2010-11-13 15:01:48 +00:00
parse_iso_intervals.re Fixed bug #51393 (DateTime::createFromFormat() fails if format string contains timezone). 2010-03-26 04:31:26 +00:00
parse_tz.c sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
README - Added new date/time functionality: 2008-04-25 12:35:58 +00:00
timelib_config.h.win32 add for VC build 2006-09-13 17:47:20 +00:00
timelib_structs.h sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
timelib.c - Don't show timezone if it wasn't found while parsing. 2010-11-13 14:57:47 +00:00
timelib.h - Fixed bug #52668 (Iterating over a dateperiod twice is broken). 2010-08-30 15:32:09 +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 - Updated to version 2010.15 (2010o) 2010-11-01 17:55:42 +00:00
timezonemap.h - Fixed a few test cases 2010-12-12 16:06:41 +00:00
tm2unixtime.c - Fixed bug #52454 (Relative dates and getTimestamp increments by one day) 2010-08-30 16:25:52 +00:00
unixtime2tm.c sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00

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

Make sure you use re2c 0.9.10 or higher:

re2c -d -b -o ext/date/lib/parse_date.c ext/date/lib/parse_date.re
re2c -d -b -o ext/date/lib/parse_iso_intervals.c ext/date/lib/parse_iso_intervals.re