summaryrefslogtreecommitdiff
path: root/ext/date/lib
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed bug #48149 (Cannot make interval parts larger than 9999) byDerick Rethans2009-05-051-19/+27
| | | | | regenerating the parser.
* - MFH: Fixed bug #48058 (Year formatter goes wrong with out-of-int range).Derick Rethans2009-05-032-12/+13
| | | | | - MFH: Fixed bug #45822 (Near infinite-loops while parsing huge relative offsets).
* - Updated to version 2009.7 (2009g)Derick Rethans2009-04-291-31/+31
|
* fix strict aliasing problems.Nuno Lopes2009-04-251-10/+10
| | | | | this should fix the crash that Sebastian was having with gcc 4.4. Please confirm this is the case
* - Updated to version 2009.6 (2009f)Derick Rethans2009-04-131-312/+313
|
* - Updated to version 2009.5 (2009e)Derick Rethans2009-04-061-637/+637
|
* - Updated to version 2009.4 (2009d)Derick Rethans2009-03-231-584/+601
|
* - Updated to version 2009.3 (2009c)Derick Rethans2009-03-221-31/+31
|
* - Updated to version 2009.1 (2009a)Derick Rethans2009-01-211-1029/+1058
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-319-9/+9
|
* - MFH: Fixed bug #46889: Memory leak in strtotime().Derick Rethans2008-12-183-5/+6
|
* Fix a small portion of memory leak in bug #46889Ilia Alshanetsky2008-12-171-0/+1
|
* - MFH: fix build (was never used like that before recent commit to session) ↵Pierre Joye2008-12-111-1/+1
| | | | > local include use quotes not <>
* - MFH: Export DateTime and DateTimeZone class entries so that externalDerick Rethans2008-11-061-1/+1
| | | | | extensions can make use of it as well.
* - MFH: Fixed an issue with the * format specifier for parsing from aDerick Rethans2008-11-052-98/+100
| | | | | user-defined format.
* - Updated to version 2008.9 (2008i)Derick Rethans2008-10-281-816/+645
|
* - 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: Support for "back of <hour>" and "front of <hour>" phrases that are usedDerick Rethans2008-08-292-10627/+11194
| | | | | in Scotland.
* MFH: do not fail & segfault if malloc(0) returns NULL, that's expectedAntony Dovgal2008-08-091-33/+39
|
* - MFH: Fixed a bug that caused miscalculations with the "last <weekday> of <n>Derick Rethans2008-08-051-0/+1
| | | | | month" relative time string.
* - MFH: improve previous fix for scan, disable optimizer only for scan() ↵Pierre Joye2008-08-021-0/+8
| | | | using #pragma optimize
* - MFH: Fixed bug #45545 (DateInterval has a limitation of 4 chars for ISODerick Rethans2008-08-022-221/+420
| | | | | durations).
* - MFH: Fixed a bug with the YYYY-MM format not resetting the day correctly.Derick Rethans2008-07-302-44/+46
| | | | | | | | - MFH: Fixed a bug in the DateTime->modify() methods, it would not use the advanced relative time strings. - MFH: Fixed return values of all the modifying methods, they now properly return the object itself.
* - Updated to version 2008.5 (2008e)Derick Rethans2008-07-281-442/+443
|
* - MFH: Fixed an issue with "first <weekday> of" in case the first <weekday> wasDerick Rethans2008-07-232-1486/+1520
| | | | | the same day-of-week as the first day of the month.
* - MFH: Fixed bug #43452 (strings containing a weekday, or a number plus weekdayDerick Rethans2008-07-232-3/+3
| | | | | | behaved incorrect of the current day-of-week was the same as the one in the phrase).
* - MFH: Added support for selectively listing timezone identifiers by countryDerick Rethans2008-07-182-1/+54
| | | | | | | code through timezone_identifiers_list() / DateTimezone::listIdentifiers(). - MFH: Added timezone_location_get() / DateTimezone::getLocation() for retrieving location information from timezones.
* - 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-162-3/+3
| | | | | | | behave different).
* - MFH: Also add the warnings for times. This does not make sense for theDerick Rethans2008-07-154-1/+22
| | | | | english text parser, as invalid times are never allowed in there.
* - MFH: Added a warning to the error struct in case a parsed-date was found toDerick Rethans2008-07-144-1/+31
| | | | | be invalid.
* - MFH: Fixed a compiler warning - the code didn't make much sense.Derick Rethans2008-07-112-9/+3
|
* - MFH: Fixed bug #45459 (date_create_from_format() fails on DATE_RFC3339) byDerick Rethans2008-07-082-3/+45
| | | | | | allowing a few more format specifiers in date_create_from_format() / date_parse_from_format().
* - MFH: Fixed some ambiguities in the date parser.Derick Rethans2008-07-083-5538/+5548
|
* - Replaced // by /* .. */ comments.Derick Rethans2008-07-084-79/+79
|
* - Updated to version 2008.4 (2008d)Derick Rethans2008-07-071-752/+778
|
* - Updated to version 2008.3 (2008c)Derick Rethans2008-05-271-564/+566
|
* - MFH: Added support for "<xth> <weekday of" and "last <weekday> of" phrases toDerick Rethans2008-05-045-9824/+9957
| | | | | be used with months - like in "last saturday of februari 2008".
* - MFH: Added support for using ISO 8601 time intervals to define a DatePeriodDerick Rethans2008-05-042-21/+21
| | | | | | iterator. #- @doc
* - MFH: Fixed weekdays adding/subtracting algorithm.Derick Rethans2008-05-031-13/+33
|
* - MFH: Added DateInterval::createFromDateString() that creates an intervalDerick Rethans2008-05-021-3/+0
| | | | | | from the relative parts of a date/time string. - MFH: Fixed an issue where special relative bits were not applied.
* - MFH: Rearranged some structures to allow for more powerfull period/intervals.Derick Rethans2008-05-015-232/+234
|
* - MFH: Added the DatePeriod class/iterator that iterates over a date timeDerick Rethans2008-05-012-0/+8
| | | | | | | object for a specific number of iterators and applies a DateInterval each time. @DOC: More will follow though
* - MFH: Fixed "this week", "previous week"/"last week" and "next week" phrasesDerick Rethans2008-04-274-7827/+8023
| | | | | | | by actually meaning the week. #- MFH: For now the week starts on Monday, but I plan on making that # configurable.
* - Added new date/time functionality:Derick Rethans2008-04-259-3/+1675
| | | | | | | | | | . support for diffing date/times through date_diff() / DateTime::diff(). . added DateInterval class to represent the difference between two date/times. . support for parsing ISO intervals for use with DateInterval. . date_add() / DateTime::add(), date_sub() / DateTime::sub() for applying an interval to an existing date/time. - MFH: Fixed bug #44742 (timezone_offset_get() causes segmentation faults).
* - MFH: Fixing returned offset.Derick Rethans2008-04-072-6/+12
| | | | | - MFH: Algorithm optimization.
* - Updated to version 2008.2 (2008b)Derick Rethans2008-03-241-562/+592
|
* Removed unused variableIlia Alshanetsky2008-03-232-18414/+18410
|