summaryrefslogtreecommitdiff
path: root/ext/date
Commit message (Expand)AuthorAgeFilesLines
* - MFH: Fixed bug #45696 (Not all DateTime methods allow method chaining).Derick Rethans2008-08-031-11/+19
* - MFH: improve previous fix for scan, disable optimizer only for scan() using...Pierre Joye2008-08-022-5/+8
* - MFH: parser's scan function is too large for VC6-7.x, disable the optimizer...Pierre Joye2008-08-021-0/+5
* - MFH: Fixed bug #45545 (DateInterval has a limitation of 4 chars for ISODerick Rethans2008-08-022-221/+420
* - MFH: Fixed a bug with the YYYY-MM format not resetting the day correctly.Derick Rethans2008-07-306-67/+105
* MFH:wsJani Taskinen2008-07-301-13/+13
* Fixed memory leakDmitry Stogov2008-07-291-1/+4
* Fixed testDmitry Stogov2008-07-291-1/+0
* - Updated to version 2008.5 (2008e)Derick Rethans2008-07-281-442/+443
* - MFH: Fixed DateTime::setTimestamp() and added a test for it.Derick Rethans2008-07-272-1/+18
* fix testAntony Dovgal2008-07-241-1/+1
* - MFH: Fixed an issue with "first <weekday> of" in case the first <weekday> wasDerick Rethans2008-07-232-1486/+1520
* - MFH: Fixed bug #43452 (strings containing a weekday, or a number plus weekdayDerick Rethans2008-07-233-3/+74
* fix testAntony Dovgal2008-07-231-1/+1
* - MFH: Fixed one more test (on 32 bits)Derick Rethans2008-07-211-2/+4
* - MFH: fix testDerick Rethans2008-07-211-0/+2
* - MFH: Fixed bug #45562 (Creating instance of DatePeriod crashes).Derick Rethans2008-07-202-2/+43
* Fixed testDmitry Stogov2008-07-201-1/+1
* - MFH: Country codes are ISO 3166.Derick Rethans2008-07-191-1/+1
* - MFH: Added support for selectively listing timezone identifiers by countryDerick Rethans2008-07-184-3/+107
* - Updated to version 2008.4.1 (2008d)Derick Rethans2008-07-181-1675/+2425
* - MFH: Fixed bug #45529 (new DateTimeZone() and date_create()->getTimezone() ...Derick Rethans2008-07-163-3/+23
* - Fixed a segfault - simply a forgotten return;Derick Rethans2008-07-161-0/+1
* - MFH: Fixed tests.Derick Rethans2008-07-163-10/+19
* - MFH: Also add the warnings for times. This does not make sense for theDerick Rethans2008-07-154-1/+22
* - MFH: Fixed reversed logic.Derick Rethans2008-07-141-1/+1
* - MFH: Added a warning to the error struct in case a parsed-date was found toDerick Rethans2008-07-145-2/+32
* - MFH: Fixed a compiler warning - the code didn't make much sense.Derick Rethans2008-07-112-9/+3
* - Fixed testFelipe Pena2008-07-091-4/+4
* - Added arginfoFelipe Pena2008-07-091-58/+316
* - MFH: tweak test case to better trigger the (now-fixed) reference bugsJoe Orton2008-07-091-3/+6
* - MFH: Fixed bug #45459 (date_create_from_format() fails on DATE_RFC3339) byDerick Rethans2008-07-083-3/+189
* - MFH: Fixed a memleak (Original patch by Hannes Magnusson).Derick Rethans2008-07-081-2/+6
* - MFH: Fixed some ambiguities in the date parser.Derick Rethans2008-07-083-5538/+5548
* - Replaced // by /* .. */ comments.Derick Rethans2008-07-085-85/+85
* - MFH: Fixed memory leaks and segfaults, patch by Joe Orton.Derick Rethans2008-07-083-39/+40
* - Updated to version 2008.4 (2008d)Derick Rethans2008-07-071-752/+778
* Committed for Felix De Vliegher, TestFest Task No: 123, Tested on RHEL5, WinXPRaghubansh Kumar2008-06-171-0/+46
* Committed for Felix De Vliegher, TestFest Task No: 122, Tested on RHEL5, WinXPRaghubansh Kumar2008-06-171-0/+46
* - Updated to version 2008.3 (2008c)Derick Rethans2008-05-271-564/+566
* Kill unused varsIlia Alshanetsky2008-05-071-4/+0
* - MFH: Added support for "<xth> <weekday of" and "last <weekday> of" phrases toDerick Rethans2008-05-045-9824/+9957
* - MFH: Added support for using ISO 8601 time intervals to define a DatePeriodDerick Rethans2008-05-043-42/+89
* - Added support for using an end date to limit the amount of recursionsDerick Rethans2008-05-031-37/+57
* - MFH: Fixed weekdays adding/subtracting algorithm.Derick Rethans2008-05-031-13/+33
* - MFH: Fixed an issue in date() where a : was printed for the O modifier afterDerick Rethans2008-05-021-1/+2
* - MFH: Added DateInterval::createFromDateString() that creates an intervalDerick Rethans2008-05-023-7/+35
* - MFH: Rearranged some structures to allow for more powerfull period/intervals.Derick Rethans2008-05-016-252/+250
* - MFH: Include the starting date by default in the iterator output, but add anDerick Rethans2008-05-011-15/+26
* - MFH: Added the DatePeriod class/iterator that iterates over a date timeDerick Rethans2008-05-014-115/+408