| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - Fixed bug #48149 (Cannot make interval parts larger than 9999) by | Derick Rethans | 2009-05-05 | 1 | -19/+27 |
| | | | | | | regenerating the parser. | ||||
| * | - MFH: Fixed bug #48058 (Year formatter goes wrong with out-of-int range). | Derick Rethans | 2009-05-03 | 2 | -12/+13 |
| | | | | | | - MFH: Fixed bug #45822 (Near infinite-loops while parsing huge relative offsets). | ||||
| * | - Updated to version 2009.7 (2009g) | Derick Rethans | 2009-04-29 | 1 | -31/+31 |
| | | |||||
| * | fix strict aliasing problems. | Nuno Lopes | 2009-04-25 | 1 | -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 Rethans | 2009-04-13 | 1 | -312/+313 |
| | | |||||
| * | - Updated to version 2009.5 (2009e) | Derick Rethans | 2009-04-06 | 1 | -637/+637 |
| | | |||||
| * | - Updated to version 2009.4 (2009d) | Derick Rethans | 2009-03-23 | 1 | -584/+601 |
| | | |||||
| * | - Updated to version 2009.3 (2009c) | Derick Rethans | 2009-03-22 | 1 | -31/+31 |
| | | |||||
| * | - Updated to version 2009.1 (2009a) | Derick Rethans | 2009-01-21 | 1 | -1029/+1058 |
| | | |||||
| * | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 9 | -9/+9 |
| | | |||||
| * | - MFH: Fixed bug #46889: Memory leak in strtotime(). | Derick Rethans | 2008-12-18 | 3 | -5/+6 |
| | | |||||
| * | Fix a small portion of memory leak in bug #46889 | Ilia Alshanetsky | 2008-12-17 | 1 | -0/+1 |
| | | |||||
| * | - MFH: fix build (was never used like that before recent commit to session) ↵ | Pierre Joye | 2008-12-11 | 1 | -1/+1 |
| | | | | | > local include use quotes not <> | ||||
| * | - MFH: Export DateTime and DateTimeZone class entries so that external | Derick Rethans | 2008-11-06 | 1 | -1/+1 |
| | | | | | | extensions can make use of it as well. | ||||
| * | - MFH: Fixed an issue with the * format specifier for parsing from a | Derick Rethans | 2008-11-05 | 2 | -98/+100 |
| | | | | | | user-defined format. | ||||
| * | - Updated to version 2008.9 (2008i) | Derick Rethans | 2008-10-28 | 1 | -816/+645 |
| | | |||||
| * | - Updated to version 2008.8 (2008h) | Derick Rethans | 2008-10-13 | 1 | -127/+128 |
| | | |||||
| * | - Updated to version 2008.7 (2008g) | Derick Rethans | 2008-10-06 | 1 | -25/+25 |
| | | |||||
| * | - Updated to version 2008.6 (2008f) | Derick Rethans | 2008-09-15 | 1 | -435/+452 |
| | | |||||
| * | - MFH: Support for "back of <hour>" and "front of <hour>" phrases that are used | Derick Rethans | 2008-08-29 | 2 | -10627/+11194 |
| | | | | | | in Scotland. | ||||
| * | MFH: do not fail & segfault if malloc(0) returns NULL, that's expected | Antony Dovgal | 2008-08-09 | 1 | -33/+39 |
| | | |||||
| * | - MFH: Fixed a bug that caused miscalculations with the "last <weekday> of <n> | Derick Rethans | 2008-08-05 | 1 | -0/+1 |
| | | | | | | month" relative time string. | ||||
| * | - MFH: improve previous fix for scan, disable optimizer only for scan() ↵ | Pierre Joye | 2008-08-02 | 1 | -0/+8 |
| | | | | | using #pragma optimize | ||||
| * | - MFH: Fixed bug #45545 (DateInterval has a limitation of 4 chars for ISO | Derick Rethans | 2008-08-02 | 2 | -221/+420 |
| | | | | | | durations). | ||||
| * | - MFH: Fixed a bug with the YYYY-MM format not resetting the day correctly. | Derick Rethans | 2008-07-30 | 2 | -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 Rethans | 2008-07-28 | 1 | -442/+443 |
| | | |||||
| * | - MFH: Fixed an issue with "first <weekday> of" in case the first <weekday> was | Derick Rethans | 2008-07-23 | 2 | -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 weekday | Derick Rethans | 2008-07-23 | 2 | -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 country | Derick Rethans | 2008-07-18 | 2 | -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 Rethans | 2008-07-18 | 1 | -1675/+2425 |
| | | |||||
| * | - MFH: Fixed bug #45529 (new DateTimeZone() and date_create()->getTimezone() ↵ | Derick Rethans | 2008-07-16 | 2 | -3/+3 |
| | | | | | | | | behave different). | ||||
| * | - MFH: Also add the warnings for times. This does not make sense for the | Derick Rethans | 2008-07-15 | 4 | -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 to | Derick Rethans | 2008-07-14 | 4 | -1/+31 |
| | | | | | | be invalid. | ||||
| * | - MFH: Fixed a compiler warning - the code didn't make much sense. | Derick Rethans | 2008-07-11 | 2 | -9/+3 |
| | | |||||
| * | - MFH: Fixed bug #45459 (date_create_from_format() fails on DATE_RFC3339) by | Derick Rethans | 2008-07-08 | 2 | -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 Rethans | 2008-07-08 | 3 | -5538/+5548 |
| | | |||||
| * | - Replaced // by /* .. */ comments. | Derick Rethans | 2008-07-08 | 4 | -79/+79 |
| | | |||||
| * | - Updated to version 2008.4 (2008d) | Derick Rethans | 2008-07-07 | 1 | -752/+778 |
| | | |||||
| * | - Updated to version 2008.3 (2008c) | Derick Rethans | 2008-05-27 | 1 | -564/+566 |
| | | |||||
| * | - MFH: Added support for "<xth> <weekday of" and "last <weekday> of" phrases to | Derick Rethans | 2008-05-04 | 5 | -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 DatePeriod | Derick Rethans | 2008-05-04 | 2 | -21/+21 |
| | | | | | | | iterator. #- @doc | ||||
| * | - MFH: Fixed weekdays adding/subtracting algorithm. | Derick Rethans | 2008-05-03 | 1 | -13/+33 |
| | | |||||
| * | - MFH: Added DateInterval::createFromDateString() that creates an interval | Derick Rethans | 2008-05-02 | 1 | -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 Rethans | 2008-05-01 | 5 | -232/+234 |
| | | |||||
| * | - MFH: Added the DatePeriod class/iterator that iterates over a date time | Derick Rethans | 2008-05-01 | 2 | -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" phrases | Derick Rethans | 2008-04-27 | 4 | -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 Rethans | 2008-04-25 | 9 | -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 Rethans | 2008-04-07 | 2 | -6/+12 |
| | | | | | | - MFH: Algorithm optimization. | ||||
| * | - Updated to version 2008.2 (2008b) | Derick Rethans | 2008-03-24 | 1 | -562/+592 |
| | | |||||
| * | Removed unused variable | Ilia Alshanetsky | 2008-03-23 | 2 | -18414/+18410 |
| | | |||||
