summaryrefslogtreecommitdiff
path: root/ext/date/lib/parse_date.re
Commit message (Expand)AuthorAgeFilesLines
* - MFH: Fixed bug #46889: Memory leak in strtotime().Derick Rethans2008-12-181-2/+2
* - MFH: Fixed an issue with the * format specifier for parsing from aDerick Rethans2008-11-051-0/+1
* - MFH: Support for "back of <hour>" and "front of <hour>" phrases that are usedDerick Rethans2008-08-291-0/+25
* - MFH: Fixed a bug with the YYYY-MM format not resetting the day correctly.Derick Rethans2008-07-301-0/+1
* - MFH: Fixed an issue with "first <weekday> of" in case the first <weekday> wasDerick Rethans2008-07-231-4/+3
* - MFH: Fixed bug #43452 (strings containing a weekday, or a number plus weekdayDerick Rethans2008-07-231-1/+1
* - MFH: Fixed bug #45529 (new DateTimeZone() and date_create()->getTimezone() ...Derick Rethans2008-07-161-1/+1
* - MFH: Also add the warnings for times. This does not make sense for theDerick Rethans2008-07-151-0/+6
* - MFH: Added a warning to the error struct in case a parsed-date was found toDerick Rethans2008-07-141-0/+11
* - MFH: Fixed a compiler warning - the code didn't make much sense.Derick Rethans2008-07-111-4/+1
* - MFH: Fixed bug #45459 (date_create_from_format() fails on DATE_RFC3339) byDerick Rethans2008-07-081-1/+22
* - MFH: Fixed some ambiguities in the date parser.Derick Rethans2008-07-081-3/+3
* - Replaced // by /* .. */ comments.Derick Rethans2008-07-081-31/+31
* - MFH: Added support for "<xth> <weekday of" and "last <weekday> of" phrases toDerick Rethans2008-05-041-0/+26
* - MFH: Rearranged some structures to allow for more powerfull period/intervals.Derick Rethans2008-05-011-7/+7
* - MFH: Fixed "this week", "previous week"/"last week" and "next week" phrasesDerick Rethans2008-04-271-6/+37
* Removed unused variableIlia Alshanetsky2008-03-231-1/+0
* - Added support for parsing date/time strings returned by MS SQL with strtoti...Derick Rethans2008-03-131-2/+27
* - MFH: Added a few new separation specifiers.Derick Rethans2008-02-251-1/+48
* - MFH: fixed typoes.Derick Rethans2008-02-171-6/+6
* - MFH: Support "first/last day of <month>" style texts.Derick Rethans2008-02-031-0/+20
* - That should have been ||.Derick Rethans2008-01-291-1/+1
* - MFH: Fixed bug #43960 (strtotime() returns timestamp in the future when givenDerick Rethans2008-01-291-2/+5
* - MFH: Fixed parsing of timezonesDerick Rethans2008-01-271-0/+1
* - MFH: Fixed bug #43075 (Support 2007-11-01T24:00:00+00:00).Derick Rethans2008-01-171-2/+2
* - Added new date/time functionality:Derick Rethans2008-01-131-0/+260
* - MFH: Fixed bug #41964 (strtotime returns a timestamp for non-time string ofDerick Rethans2007-07-121-35/+64
* - Fixed bug #40290 (strtotime() returns unexpected result with particularDerick Rethans2007-04-131-3/+4
* - MFH: Fixed bug #40861 (strtotime() doesn't handle double negative relativeDerick Rethans2007-04-111-5/+7
* - Revert this patch, as the code was incorrect.Derick Rethans2007-03-211-7/+2
* Fixed bug #40861 (Multiple +/- on relative units breaks strtotime()).Ilia Alshanetsky2007-03-211-2/+7
* Fixed bug #39791 (Crash in strtotime() on overly long relative dateIlia Alshanetsky2006-12-111-1/+4
* - MFH: The .c file is generated... so updating the .re file and cleaning up WS.Derick Rethans2006-09-091-5/+7
* - MFH: Added support for the full ISO week number format. (2006-W52-7)Derick Rethans2006-09-061-2/+2
* Fixed bug #38229 (strtotime() does not parse YYYY-MM format).Ilia Alshanetsky2006-07-271-0/+13
* - Fixed bug #37747 (strtotime segfaults when given "nextyear").Derick Rethans2006-06-081-1/+1
* - Fixed bug #37514 (strtotime doesn't assume year correctly).Derick Rethans2006-05-191-0/+26
* MFH:Derick Rethans2006-05-141-14/+38
* - MFH: Fixed bug #37017 (strtotime fails before 13:00:00 with some time zonesDerick Rethans2006-04-111-27/+74
* - MFH: Fixed bug #36638 (strtotime() returns false when 2nd argument < 1).Derick Rethans2006-03-061-1/+1
* - MFH: Fixed bug #36510 (strtotime() fails to parse date strings with tabs).Derick Rethans2006-02-271-16/+16
* Revert previous fix to allow for a more comprehensive patch from Derick.Ilia Alshanetsky2006-02-261-2/+2
* Fixed bug #36510 (strtotime() fails to parse date strings with tabs).Ilia Alshanetsky2006-02-261-2/+2
* - MFH: Added support for exif date formatDerick Rethans2006-02-241-5/+6
* - MFH: Fixed bug #35887 (wddx_deserialize not parsing dateTime fields properly).Derick Rethans2006-01-041-12/+19
* bump the year and license versionfoobar2006-01-011-3/+3
* - MFH: Merged new timelib, which is a bit more clevererDerick Rethans2005-12-191-5/+10
* Fixed UTC handling problem stemming from an earlier fix for bug #35422.Ilia Alshanetsky2005-12-181-0/+4
* - Those should be lower case only.Derick Rethans2005-12-181-1/+1
* Fixed bug #35705 (strtotime() fails to parse soap date format without TZ).Ilia Alshanetsky2005-12-161-3/+5