summaryrefslogtreecommitdiff
path: root/ext/date/lib/parse_date.re
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'PECL_OPENSSL'.PECL_OPENSSLSVN Migration2006-10-151-1657/+0
* - 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
* Fixed bug #35630 (strtotime() crashes on certain relative identifiers).Ilia Alshanetsky2005-12-131-2/+2
* Fixed bug #35624 (strtotime() does not handle 3 character weekdays).Ilia Alshanetsky2005-12-111-26/+40
* - Fix warningfoobar2005-12-021-0/+1
* Fixed bug #35499 (strtotime() does not handle whitespace around the dateIlia Alshanetsky2005-12-011-5/+21
* Fixed bug #35414 (strtotime() no longer works with ordinal suffix).Ilia Alshanetsky2005-11-291-1/+1
* Fixed bug #35456 (+ 1 [time unit] format did not work).Ilia Alshanetsky2005-11-281-1/+1
* - Fixed bug #35218 (strtotime no longer ignores timezone comments like "(PST)")Derick Rethans2005-11-171-6/+14
* - Fixed bug #34874 and #33546 (Problems with lone daynames).Derick Rethans2005-10-191-10/+14
* - MFH: Fixed bug #34676: missing support for strtotime("midnight") andDerick Rethans2005-10-081-2/+14
* - MFH: Fixed bug #34771 (strtotime() fails with 1-12am/pm).Derick Rethans2005-10-071-5/+8
* - MFH: Allow an external Timezone Database to be used.Derick Rethans2005-10-031-10/+12
* - Implemented better timezone guessing algorithm.Derick Rethans2005-10-011-122/+41
* - MFH: Fixed bug #34087 for real.Derick Rethans2005-08-251-3/+4
* MFH:Derick Rethans2005-08-241-17/+39
* - MFH:Derick Rethans2005-08-091-0/+2
* - Bumber up yearfoobar2005-08-031-1/+1
* Fix for bug #33869Ilia Alshanetsky2005-07-261-2/+2
* - Fixed bug #33578 (strtotime() problem with "Oct17" format).Derick Rethans2005-07-201-12/+18
* - use three digit octal character definitionMarcus Boerger2005-07-101-1/+1
* - Fixed bug #33578 (strtotime() doesn't understand "11 Oct" format). (Derick)Derick Rethans2005-07-051-0/+11
* - PHPAPI + static don't mix, obviously.Derick Rethans2005-07-041-0/+3
* - Do not crash when the abbreviation doesn't exist.Derick Rethans2005-07-041-1/+5
* - Fixed bug #33536 (strtotime defaults to now even on non time string).Derick Rethans2005-07-031-20/+41
* - Added fallback to system's timezone setting, but marked with an E_STRICTDerick Rethans2005-07-031-1/+8
* - parse_date.c is a generated file, updated parse_date.re and regeneratedDerick Rethans2005-07-011-1/+0
* - Added support for negative timestamps with the @<number> format. (Patch byDerick Rethans2005-06-291-4/+2
* - Fixed bug #33433 (strtoll not available on Tru64).Derick Rethans2005-06-281-2/+8
* - Implemented binary search for timezone abbreviations and timezone identifierDerick Rethans2005-06-281-102/+116
* - Fixed Rasmus' problem with Jan.14, 2004.Derick Rethans2005-06-211-2/+2
* - Implemented FR #29585 (Support week numbers in strtotime())Derick Rethans2005-06-201-0/+20
* - The incoming TS is GMT... but the hole filler wants local time so weDerick Rethans2005-06-171-1/+1