summaryrefslogtreecommitdiff
path: root/ext/intl/dateformat/dateformat_parse.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some clang warningsNikita Popov2020-07-231-1/+1
* Fix a few commentsMáté Kocsis2020-07-061-1/+1
* Remove proto comments from C filesMax Semenik2020-07-061-11/+3
* Generate method entries for ext/intlMáté Kocsis2020-04-141-1/+0
* Use RETURN_THROWS() after zend_parse_method_parameters()Máté Kocsis2020-01-021-2/+2
* Cleanup return values for Intl when parameter parsing is unsuccessfulMáté Kocsis2019-10-301-2/+2
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Intl: Don't separately report "bad arguments" errorsNikita Popov2019-03-111-2/+0
* Clean up unnecessary ternary expressions and simplify some returnsGabriel Caruso2018-12-031-1/+1
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* Reduce variable scopeAnatol Belski2018-02-161-2/+2
* Use int instead of integer in protoGabriel Caruso2018-02-021-4/+4
* Cleanup type conversionDmitry Stogov2017-12-071-6/+8
* Fixed bug #75378 ([REGRESSION] IntlDateFormatter::parse() does not change $po...Xinchen Hui2017-10-161-0/+2
* Fixed wrong usage of old ZPP API.Dmitry Stogov2017-06-191-5/+3
* fix error textAnatol Belski2016-07-051-2/+2
* fix datatypes and add range checksAnatol Belski2016-07-051-4/+14
* Fixed compilation warningsDmitry Stogov2016-06-221-6/+6
* trailing whitespace removalStanislav Malyshev2015-01-101-12/+12
* cleanup intl typesStanislav Malyshev2014-12-291-2/+2
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-17/+17
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* 's' works with size_t round 3Anatol Belski2014-08-271-2/+2
* first show to make 's' work with size_tAnatol Belski2014-08-271-1/+1
* master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-2/+2
* master renames phase 1Anatol Belski2014-08-251-12/+12
* ported ext/intl, bugfixes to goAnatol Belski2014-08-191-4/+4
* basic macro replacements, all at onceAnatol Belski2014-08-191-11/+11
* Separate argument passed by referenceDmitry Stogov2014-07-081-1/+1
* Fixed segfault, segfault and segfaultXinchen Hui2014-06-291-0/+1
* Fixed refernce handlingXinchen Hui2014-06-281-2/+3
* fix argument type & remove warningStanislav Malyshev2013-10-201-3/+3
* Remove executable bit from filesGustavo André dos Santos Lopes2012-07-301-0/+0
* Fix bug #50590 - IntlDateFormatter::parse result is limited to the integer rangeStanislav Malyshev2010-09-011-6/+7
* fix formatting/parsingStanislav Malyshev2008-09-041-28/+31
* MFH:Felipe Pena2008-08-111-51/+47
* refactor ctors, cleanup codeStanislav Malyshev2008-07-221-26/+26
* fix date formatter positions (bug #14263)Stanislav Malyshev2008-07-101-26/+44
* Merge intl extensionStanislav Malyshev2008-07-071-0/+181