summaryrefslogtreecommitdiff
path: root/ext/date/lib
Commit message (Expand)AuthorAgeFilesLines
* - Updated to version 2008.9 (2008i)Derick Rethans2008-10-281-816/+645
* - MFH: Fixed weekdays adding/subtracting algorithm.Derick Rethans2008-10-265-18256/+18297
* - Updated to version 2008.8 (2008h)Derick Rethans2008-10-131-127/+128
* - Updated to version 2008.7 (2008g)Derick Rethans2008-10-061-25/+25
* - Updated to version 2008.6 (2008f)Derick Rethans2008-09-151-435/+452
* MFH: do not fail & segfault if malloc(0) returns NULL, that's expectedAntony Dovgal2008-08-091-33/+39
* - Updated to version 2008.5 (2008e)Derick Rethans2008-07-281-442/+443
* - Updated to version 2008.4.1 (2008d)Derick Rethans2008-07-181-1675/+2425
* - MFH: Memory issuesDerick Rethans2008-07-082-4/+4
* - Updated to version 2008.4 (2008d)Derick Rethans2008-07-071-752/+778
* - Updated to version 2008.3 (2008c)Derick Rethans2008-05-271-564/+566
* - Updated to version 2008.2 (2008b)Derick Rethans2008-03-241-562/+592
* - Updated to version 2008.1 (2008a)Derick Rethans2008-03-161-5/+5
* - MFH: Fixed a problem with parsing timezones as part of a format.Derick Rethans2008-02-252-3/+3
* - MFH: Fixed bug #44216 (strftime segfaults on large negative value).Derick Rethans2008-02-221-2/+4
* - MFH: Fixed bug #44209: strtotime doesn't support 64 bit timestamps.Derick Rethans2008-02-221-0/+3
* - MFH Bugfixes:Derick Rethans2008-01-262-1/+3
* - Updated to version 2007.11Derick Rethans2008-01-011-641/+964
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-318-8/+8
* - Updated to version 2007.10Derick Rethans2007-12-031-412/+428
* - Updated to version 2007.9Derick Rethans2007-11-051-49/+49
* - Updated to version 2007.8Derick Rethans2007-10-111-905/+986
* MFH: detect endianness in compile time when using Apple's GCC (fixes universa...Antony Dovgal2007-09-041-0/+10
* MFH: fix warningsJani Taskinen2007-07-202-5/+5
* - MFH: Let's always use the macro as llabs() requires c99.Derick Rethans2007-07-131-5/+1
* MFH: use macro - llabs not always available on win32Rob Richards2007-07-131-1/+7
* - MFH: Commit generated file.Derick Rethans2007-07-121-7428/+8082
* - MFH: Fixed bug #41964 (strtotime returns a timestamp for non-time string ofDerick Rethans2007-07-123-37/+68
* - MFH: Updated timezone database to 2007.6 (2007f).Derick Rethans2007-07-051-507/+488
* - Updated timezone database to version 2007.5. (Derick)Derick Rethans2007-04-131-973/+921
* - Fixed bug #40290 (strtotime() returns unexpected result with particularDerick Rethans2007-04-132-7/+9
* - MFH: Fixed bug #40861 (strtotime() doesn't handle double negative relativeDerick Rethans2007-04-112-6664/+6698
* - Revert this patch, as the code was incorrect.Derick Rethans2007-03-212-6698/+6658
* Fixed bug #40861 (Multiple +/- on relative units breaks strtotime()).Ilia Alshanetsky2007-03-212-6659/+6699
* - Updated timezone database to version 2007.3. (Derick)Derick Rethans2007-03-062-775/+893
* add missing ifdefsAntony Dovgal2007-01-251-1/+10
* setlocale() returns static buffer, which must be copiedAntony Dovgal2007-01-251-1/+9
* Fixed bug #39993 (tr_TR.UTF-8 locale has problems with PHP).Ilia Alshanetsky2007-01-181-0/+4
* MFH: Bump year.Sebastian Bergmann2007-01-019-9/+9
* Fixed bug #39791 (Crash in strtotime() on overly long relative dateIlia Alshanetsky2006-12-112-17867/+17456
* - Updated timezone database to version 2006.16.Derick Rethans2006-11-291-674/+683
* fix the bug I introduced previously, sorryNuno Lopes2006-11-101-29/+16
* mark the binary search delimiters as unsigned, so that the compiler can use a...Nuno Lopes2006-11-101-1/+1
* - Updated timezone database.Derick Rethans2006-10-171-509/+576
* add for VC buildStanislav Malyshev2006-09-131-0/+1
* - MFH: The .c file is generated... so updating the .re file and cleaning up WS.Derick Rethans2006-09-092-8/+10
* 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-062-17451/+17888
* omg. take #2 to fix the bug. sorry..Nuno Lopes2006-09-011-2/+2
* fix possible crashNuno Lopes2006-09-011-1/+1