summaryrefslogtreecommitdiff
path: root/ext/date/lib/parse_date.c
Commit message (Expand)AuthorAgeFilesLines
* Fix quadratic slowdown under asan in timelibNikita Popov2021-02-161-24/+35
* Merge branch 'PHP-8.0' into masterDerick Rethans2020-12-211-16562/+19333
|\
| * Fixed bug #80376 (last day of the month causes runway cpu usage)Derick Rethans2020-12-211-16562/+19333
| |\ |/ /
| * Fixed bug #80376 (last day of the month causes runway cpu usage)Derick Rethans2020-12-211-16476/+19268
* | Update timelib to 2020.02Derick Rethans2020-08-311-1/+2
* | Update timelib to 2020.01Derick Rethans2020-08-311-7132/+7347
|/
* Update timelib to 2018.04Derick Rethans2020-08-311-19033/+16244
* Upgrade timelib to 2018.01RC1, to fix bug #77007Derick Rethans2018-10-121-102/+100
* Fixed bug #75577: DateTime::createFromFormat does not accept 'v' format speci...Derick Rethans2018-10-091-208/+403
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Merge branch 'PHP-7.2'Derick Rethans2018-01-311-7/+7
|\
| * Sync with timelib 2017.06Derick Rethans2018-01-311-7/+7
* | Trailing whitespacesGabriel Caruso2018-01-031-32/+32
|/
* Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-10-241-1/+1
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-10-241-922/+1030
| |\
| | * Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2017-10-241-714/+2301
| | |\
| | | * Fixed bug #75055 Out-Of-Bounds Read in timelib_meridian()Anatol Belski2017-10-241-713/+2300
| * | | Do the revert properly, and put back fraction support in 7.1Derick Rethans2017-08-161-9142/+11665
| |/ /
| * | Revert "Upgrade timelib to 2017.05beta7"Derick Rethans2017-08-161-11884/+9237
* | | Upgrade timelib to 2017.05beta9Derick Rethans2017-09-041-8/+8
|/ /
* | Upgrade timelib to 2017.05beta7Derick Rethans2017-08-151-9237/+11884
* | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2017-07-041-6369/+5465
|\ \ | |/
| * Fixed parsing of strange formats with mixed month/day and time stringsDerick Rethans2017-07-041-6369/+5465
* | fix gcov coverageNuno Lopes2016-11-161-48/+48
* | Merge branch 'PHP-5.6' into PHP-7.0Derick Rethans2016-09-301-100/+104
|\ \ | |/
| * Fixed parsing of AM/PM without all the expected dots in placeDerick Rethans2016-09-301-100/+104
| * regenerate date parser with re2c 0.15.3Anatol Belski2016-07-241-65/+64
| * regenerate date parser with re2c 0.13.5 to fix OSX issuesAnatol Belski2016-07-201-14989/+17877
* | regenerate date parser with re2c 0.15.3Anatol Belski2016-07-241-65/+64
* | regenerate date parser with re2c 0.13.5Anatol Belski2016-07-201-14989/+17877
* | Merge branch 'PHP-5.6' into PHP-7.0Derick Rethans2016-07-201-27723/+14187
|\ \ | |/
| * Regenerate with the -b flag, as we used to do.Derick Rethans2016-07-201-27723/+14187
* | Merge branch 'PHP-5.6' into PHP-7.0Derick Rethans2016-07-111-21149/+30240
|\ \ | |/
| * Generate new .c file from .re file, as that was missing on my previous commitDerick Rethans2016-07-111-21149/+30240
| * fix coverage report for datelibNuno Lopes2015-10-041-98/+98
* | fix coverage report for datelibNuno Lopes2015-10-041-98/+98
* | Merge branch 'PHP-5.6' into PHP-7.0Derick Rethans2015-09-221-131/+131
|\ \ | |/
| * Update timelib to 2015.02Derick Rethans2015-09-221-131/+131
* | Merge branch 'PHP-5.6' into PHP-7.0Derick Rethans2015-09-221-113/+119
|\ \ | |/
| * Bumb timelib version to 2015.01Derick Rethans2015-09-221-135/+141
* | Merge branch 'PHP-5.6'Derick Rethans2015-03-311-3/+3
|\ \ | |/
| * Fixed bug #69336 (Issues with "last day of <monthname>").Derick Rethans2015-03-311-3/+3
| * Bump yearXinchen Hui2015-01-151-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-42/+42
* | fix datatype mismatchesAnatol Belski2014-10-301-3/+3
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | regenerated date parsersAnatol Belski2014-08-261-2/+2
* | make timelib independent from zend_longAnatol Belski2014-08-261-9/+9
* | Merge remote-tracking branch 'php/master'Anatol Belski2014-08-191-39/+111
|\ \ | |/