summaryrefslogtreecommitdiff
path: root/ext/intl/msgformat/msgformat_parse.c
Commit message (Expand)AuthorAgeFilesLines
* Remove proto comments from C filesMax Semenik2020-07-061-10/+2
* 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-1/+1
* Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-1/+1
* Fix typo with msgfmt_parse_message()Fabien Villepinte2019-11-191-1/+1
* 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-6/+0
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Fixed bug #73473: Stack Buffer Overflow in msgfmt_parse_messagelibnex2017-06-031-0/+1
* Various warning fixesNikita Popov2015-07-171-1/+2
* trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* cleanup intl typesStanislav Malyshev2014-12-291-3/+3
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-12/+12
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* 's' works with size_t round 3Anatol Belski2014-08-271-1/+1
* first show to make 's' work with size_tAnatol Belski2014-08-271-4/+4
* Refactoring ext/intl (only compilerable now, far to finish :<)Xinchen Hui2014-06-281-2/+2
* fix const warnings in intl methodsStanislav Malyshev2013-10-201-1/+1
* Merge branch '5.4'Gustavo André dos Santos Lopes2012-07-301-0/+0
|\
| * Remove executable bit from filesGustavo André dos Santos Lopes2012-07-301-0/+0
* | Do not fetch default locale once on minit or rinitGustavo Lopes2012-07-231-1/+1
|/
* Optimization in ext/intl/msgformatGustavo André dos Santos Lopes2012-06-061-0/+2
* - Fixed possible efree(NULL) (bug #55296)Felipe Pena2011-08-041-1/+3
* MFH:Felipe Pena2008-08-111-5/+5
* refactor ctors, cleanup codeStanislav Malyshev2008-07-221-1/+1
* Merge intl extension into coreStanislav Malyshev2008-07-071-0/+157