summaryrefslogtreecommitdiff
path: root/ext/date/lib/parse_date.c
Commit message (Expand)AuthorAgeFilesLines
* Happy New Year~Xinchen Hui2013-01-011-1/+1
* year++Xinchen Hui2012-09-051-1/+1
* - Fixed bug #53502 (strtotime with timezone memory leak).Derick Rethans2011-12-061-15/+16
* - Fixed bug #54851 (DateTime::createFromFormat() doesn't interpret "D").Derick Rethans2011-11-261-9/+36
* - Fixed bug #54596 (incorrect years for DateTime objects created with 4-digitDerick Rethans2011-11-251-131/+169
* Fixed bug#51819 (Case discrepancy in timezone names cause Uncaught exception ...Hannes Magnusson2011-06-051-98/+117
* fix last commit:Nuno Lopes2011-03-281-32544/+18029
* Fix bug #54316 (DateTime::createFromFormat does not handle trailing '|'Adam Harvey2011-03-211-18091/+32633
* - MFH: Added support for the ( and ) delimiters/separators toDerick Rethans2010-11-131-2/+4
* - Fixed bug #52430 (date_parse parse 24:xx:xx as valid time). (Derick)Derick Rethans2010-08-301-98/+102
* Fixed bug #51943 (Several files are out of ANSI spec)Kalle Sommer Nielsen2010-07-131-0/+2
* Fixed bug #51393 (DateTime::createFromFormat() fails if format string contain...Adam Harvey2010-03-261-2/+2
* - Fixed bug #46111 (Some timezone identifiers can not be parsed).Derick Rethans2010-03-071-3806/+4597
* - Fixed bug #50392 (date_create_from_format enforces 6 digits for 'u' formatDerick Rethans2010-03-071-101/+102
* - Fixed bug #51096 ('last day' and 'first day' are handled incorrectly whenDerick Rethans2010-03-061-11130/+11126
* - Added a test case for bug #45866Derick Rethans2010-02-101-3/+3
* Fixed bug #50680 (strtotime() does not support eighth ordinal number).Ilia Alshanetsky2010-01-071-1374/+1438
* Fixed bu #50392 (date_create_from_format() enforces 6 digits for 'u' format c...Ilia Alshanetsky2009-12-151-4/+4
* - Fixed bug #45554 (Inconsistent behavior of the u format char).Derick Rethans2009-07-291-5/+13
* - MFH: Fixed bug #46889: Memory leak in strtotime().Derick Rethans2008-12-181-3/+3
* - MFH: Export DateTime and DateTimeZone class entries so that externalDerick Rethans2008-11-061-1/+1
* - MFH: Fixed an issue with the * format specifier for parsing from aDerick Rethans2008-11-051-98/+99
* - MFH: Support for "back of <hour>" and "front of <hour>" phrases that are usedDerick Rethans2008-08-291-10627/+11169
* - MFH: Fixed a bug with the YYYY-MM format not resetting the day correctly.Derick Rethans2008-07-301-44/+45
* - MFH: Fixed an issue with "first <weekday> of" in case the first <weekday> wasDerick Rethans2008-07-231-1482/+1517
* - MFH: Fixed bug #43452 (strings containing a weekday, or a number plus weekdayDerick Rethans2008-07-231-2/+2
* - MFH: Fixed bug #45529 (new DateTimeZone() and date_create()->getTimezone() ...Derick Rethans2008-07-161-2/+2
* - MFH: Also add the warnings for times. This does not make sense for theDerick Rethans2008-07-151-1/+7
* - MFH: Added a warning to the error struct in case a parsed-date was found toDerick Rethans2008-07-141-1/+12
* - MFH: Fixed a compiler warning - the code didn't make much sense.Derick Rethans2008-07-111-5/+2
* - MFH: Fixed bug #45459 (date_create_from_format() fails on DATE_RFC3339) byDerick Rethans2008-07-081-2/+23
* - MFH: Fixed some ambiguities in the date parser.Derick Rethans2008-07-081-5534/+5544
* - Replaced // by /* .. */ comments.Derick Rethans2008-07-081-32/+32
* - MFH: Added support for "<xth> <weekday of" and "last <weekday> of" phrases toDerick Rethans2008-05-041-9823/+9903
* - MFH: Rearranged some structures to allow for more powerfull period/intervals.Derick Rethans2008-05-011-203/+203
* - MFH: Fixed "this week", "previous week"/"last week" and "next week" phrasesDerick Rethans2008-04-271-7820/+7976
* - Added new date/time functionality:Derick Rethans2008-04-251-1/+1
* Removed unused variableIlia Alshanetsky2008-03-231-18413/+18410
* - Added support for parsing date/time strings returned by MS SQL with strtoti...Derick Rethans2008-03-131-3622/+3822
* - MFH: Added a few new separation specifiers.Derick Rethans2008-02-251-2/+49
* - MFH: fixed typoes.Derick Rethans2008-02-171-7/+7
* - MFH: Support "first/last day of <month>" style texts.Derick Rethans2008-02-031-7753/+7948
* - That should have been ||.Derick Rethans2008-01-291-2/+2
* - MFH: Fixed bug #43960 (strtotime() returns timestamp in the future when givenDerick Rethans2008-01-291-10422/+10622
* - MFH: Fixed parsing of timezonesDerick Rethans2008-01-271-44/+45
* - MFH: Fixed bug #43075 (Support 2007-11-01T24:00:00+00:00).Derick Rethans2008-01-171-20/+20
* - MFH: Added support for abbreviation and offset based timezone specifiers forDerick Rethans2008-01-171-1/+1
* - Added new date/time functionality:Derick Rethans2008-01-131-88/+348
* - MFH: Commit generated file.Derick Rethans2007-07-121-7428/+8082
* - Fixed bug #40290 (strtotime() returns unexpected result with particularDerick Rethans2007-04-131-4/+5