php-src/ext/date/lib
Derick Rethans b5e2564abf - MFH: Fixed a bug with the YYYY-MM format not resetting the day correctly.
- MFH: Fixed a bug in the DateTime->modify() methods, it would not use the
  advanced relative time strings.
- MFH: Fixed return values of all the modifying methods, they now properly
  return the object itself.
2008-07-30 18:00:44 +00:00
..
astro.c MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
astro.h - MFH: Merged new timelib, which is a bit more cleverer 2005-12-19 13:00:37 +00:00
dow.c - MFH: Also add the warnings for times. This does not make sense for the 2008-07-15 17:38:27 +00:00
fallbackmap.h - Fixed timezone guessing on Windows. (Derick, Nuno) 2005-10-15 18:12:29 +00:00
interval.c - Added new date/time functionality: 2008-04-25 12:35:58 +00:00
parse_date.c - MFH: Fixed a bug with the YYYY-MM format not resetting the day correctly. 2008-07-30 18:00:44 +00:00
parse_date.re - MFH: Fixed a bug with the YYYY-MM format not resetting the day correctly. 2008-07-30 18:00:44 +00:00
parse_iso_intervals.c - MFH: Fixed some ambiguities in the date parser. 2008-07-08 18:28:49 +00:00
parse_iso_intervals.re - MFH: Added support for using ISO 8601 time intervals to define a DatePeriod 2008-05-04 10:00:01 +00:00
parse_tz.c - MFH: Added support for selectively listing timezone identifiers by country 2008-07-18 14:33:53 +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 - MFH: Added support for selectively listing timezone identifiers by country 2008-07-18 14:33:53 +00:00
timelib.c - MFH: Added support for "<xth> <weekday of" and "last <weekday> of" phrases to 2008-05-04 20:52:56 +00:00
timelib.h - MFH: Also add the warnings for times. This does not make sense for the 2008-07-15 17:38:27 +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 2008.5 (2008e) 2008-07-28 19:31:44 +00:00
timezonemap.h - Updated timezone database to version 2007.3. (Derick) 2007-03-06 21:28:37 +00:00
tm2unixtime.c - Replaced // by /* .. */ comments. 2008-07-08 17:55:59 +00:00
unixtime2tm.c - MFH: Fixing returned offset. 2008-04-07 17:44:03 +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