You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Derick Rethans 7c1bdf2c45 - Updated to version 2011.8 (2011h) 15 years ago
..
README - Added new date/time functionality: 18 years ago
astro.c sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 16 years ago
astro.h - Reintroduced the normal constants. 20 years ago
dow.c sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 16 years ago
fallbackmap.h - Fixed bug #48902 (Timezone database fallback map is outdated). 16 years ago
interval.c - Fixed bug where the DateTime object got changed while using date_diff(). 15 years ago
parse_date.c properly regen file to fix coverage data 15 years ago
parse_date.re fix error reporting on missing data - don't produce double errors 15 years ago
parse_iso_intervals.c - MFH: Added support for the ( and ) delimiters/separators to 15 years ago
parse_iso_intervals.re Fixed bug #51393 (DateTime::createFromFormat() fails if format string contains timezone). 16 years ago
parse_tz.c - Fix a few more memleaks found by parfait 15 years ago
timelib.c - Don't show timezone if it wasn't found while parsing. 15 years ago
timelib.h Add a version number to timelib for other projects that use it. 15 years ago
timelib.m4 - Always use #ifdef when dealing with HAVE_* defines from AC_CHECK_FUNCS() 21 years ago
timelib_config.h.win32 add for VC build 20 years ago
timelib_structs.h Change DEBUG() to TIMELIB_DEBUG(), there are potential conflicts with other libraries that also use this. 15 years ago
timezonedb.h - Updated to version 2011.8 (2011h) 15 years ago
timezonemap.h - Fixed a few test cases 15 years ago
tm2unixtime.c - Fixed bug #52454 (Relative dates and getTimestamp increments by one day) 16 years ago
unixtime2tm.c Optimize unix timestamp to date-string conversion for very high year values 15 years ago

README

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