summaryrefslogtreecommitdiff
path: root/ext/date/lib/parse_date.c
Commit message (Expand)AuthorAgeFilesLines
* - MFH: Commit generated file.Derick Rethans2007-07-121-7428/+8082
* - Fixed bug #40290 (strtotime() returns unexpected result with particularDerick Rethans2007-04-131-4/+5
* - MFH: Fixed bug #40861 (strtotime() doesn't handle double negative relativeDerick Rethans2007-04-111-6659/+6691
* - Revert this patch, as the code was incorrect.Derick Rethans2007-03-211-6691/+6656
* Fixed bug #40861 (Multiple +/- on relative units breaks strtotime()).Ilia Alshanetsky2007-03-211-6657/+6692
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed bug #39791 (Crash in strtotime() on overly long relative dateIlia Alshanetsky2006-12-111-17866/+17452
* - MFH: The .c file is generated... so updating the .re file and cleaning up WS.Derick Rethans2006-09-091-3/+3
* MFh: fix #38721 (date_parse() invalid read)Antony Dovgal2006-09-081-7/+9
* - MFH: Added support for the full ISO week number format. (2006-W52-7)Derick Rethans2006-09-061-17449/+17886
* Fixed bug #38229 (strtotime() does not parse YYYY-MM format).Ilia Alshanetsky2006-07-271-17868/+17469
* - Fixed bug #37747 (strtotime segfaults when given "nextyear").Derick Rethans2006-06-081-9494/+7297
* - Fixed bug #37514 (strtotime doesn't assume year correctly).Derick Rethans2006-05-191-5339/+6663
* MFH:Derick Rethans2006-05-141-9906/+10261
* - MFH: Fixed bug #37017 (strtotime fails before 13:00:00 with some time zonesDerick Rethans2006-04-111-7836/+11356
* - MFH: Fixed bug #36638 (strtotime() returns false when 2nd argument < 1).Derick Rethans2006-03-061-3/+3
* - MFH: Fixed bug #36510 (strtotime() fails to parse date strings with tabs).Derick Rethans2006-02-271-4279/+5520
* Revert previous fix to allow for a more comprehensive patch from Derick.Ilia Alshanetsky2006-02-261-4892/+3941
* Fixed bug #36510 (strtotime() fails to parse date strings with tabs).Ilia Alshanetsky2006-02-261-3941/+4892
* - MFH: Added support for exif date formatDerick Rethans2006-02-241-2701/+2962
* - MFH: Fixed bug #35887 (wddx_deserialize not parsing dateTime fields properly).Derick Rethans2006-01-041-9486/+10133
* bump year and license versionfoobar2006-01-011-83/+82
* - MFH: Merged new timelib, which is a bit more clevererDerick Rethans2005-12-191-82/+88
* touch with re2c 0.9.11foobar2005-12-181-4731/+4364
* Fixed UTC handling problem stemming from an earlier fix for bug #35422.Ilia Alshanetsky2005-12-181-78/+82
* Fixed bug #35705 (strtotime() fails to parse soap date format without TZ).Ilia Alshanetsky2005-12-161-34/+37
* Fixed bug #35630 (strtotime() crashes on certain relative identifiers).Ilia Alshanetsky2005-12-131-10296/+6458
* Fixed bug #35624 (strtotime() does not handle 3 character weekdays).Ilia Alshanetsky2005-12-111-8000/+7996
* Regenerate file to be more gcov friendlyIlia Alshanetsky2005-12-021-2/+2
* - touch with correct re2c version and correct optionsfoobar2005-12-021-25534/+17080
* Fixed bug #35499 (strtotime() does not handle whitespace around the dateIlia Alshanetsky2005-12-011-17084/+25555
* - Regenerated with working re2c and with proper optionsfoobar2005-11-291-25534/+17079
* Fixed bug #35414 (strtotime() no longer works with ordinal suffix).Ilia Alshanetsky2005-11-291-2598/+4405
* Fixed bug #35456 (+ 1 [time unit] format did not work).Ilia Alshanetsky2005-11-281-16567/+24595
* - Fixed bug #35218 (strtotime no longer ignores timezone comments like "(PST)")Derick Rethans2005-11-171-9592/+10648
* MFHfoobar2005-11-171-81/+81
* - Fixed bug #34874 and #33546 (Problems with lone daynames).Derick Rethans2005-10-191-90/+94
* - MFH: Fixed bug #34676: missing support for strtotime("midnight") andDerick Rethans2005-10-081-326/+406
* - MFH: Fixed bug #34771 (strtotime() fails with 1-12am/pm).Derick Rethans2005-10-071-2514/+2612
* - MFH: Allow an external Timezone Database to be used.Derick Rethans2005-10-031-87/+89
* - Implemented better timezone guessing algorithm.Derick Rethans2005-10-011-199/+118
* - MFH: Fixed bug #34087 for real.Derick Rethans2005-08-251-587/+618
* MFH:Derick Rethans2005-08-241-3513/+3992
* - MFH:Derick Rethans2005-08-091-78/+80
* - Bumber up yearfoobar2005-08-031-1/+1
* Fixed bug #33869 (strtotime() problem with "+1days" format).Ilia Alshanetsky2005-07-261-5331/+8954
* - Fixed bug #33578 (strtotime() problem with "Oct17" format).Derick Rethans2005-07-201-5532/+5348
* touchfoobar2005-07-101-1/+1
* - Fixed bug #33578 (strtotime() doesn't understand "11 Oct" format). (Derick)Derick Rethans2005-07-051-2067/+2960
* - PHPAPI + static don't mix, obviously.Derick Rethans2005-07-041-74/+77