summaryrefslogtreecommitdiff
path: root/ext/intl/msgformat/msgformat_format.c
Commit message (Expand)AuthorAgeFilesLines
* intl: report more information about message pattern parse errorsPhilip Hofstetter2020-10-121-1/+17
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Removed unused variablesGabriel Caruso2018-02-111-1/+0
* Avoid array duplication and in-place modificationDmitry Stogov2018-01-171-10/+1
* Refactored array creation API. array_init() and array_init_size() are convert...Dmitry Stogov2017-09-201-2/+1
* Fix bug #73007: add locale length checkStanislav Malyshev2016-09-121-0/+2
* Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-08-291-4/+3
|\
| * fix double freeAnatol Belski2016-08-291-4/+3
* | Various warning fixesNikita Popov2015-07-171-1/+2
* | cleanup intl typesStanislav Malyshev2014-12-291-3/+3
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-13/+13
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | first show to make 's' work with size_tAnatol Belski2014-08-271-2/+2
* | Refactoring ext/intl (incompleted)Xinchen Hui2014-06-281-2/+1
|/
* 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
* | Merge branch 'PHP-5.4'Xinchen Hui2012-06-071-0/+2
|\ \ | |/
| * Optimization in ext/intl/msgformatGustavo André dos Santos Lopes2012-06-061-0/+2
* | Don't check number of args in msgfmt_do_formatGustavo André dos Santos Lopes2012-05-131-11/+0
* | Better error messages in MessageFormatter::format.Gustavo André dos Santos Lopes2012-05-131-5/+7
* | Cache arguments type info in MessageFormatter.Gustavo André dos Santos Lopes2012-05-131-1/+1
* | Set global error if insufficient numeric args. WS.Gustavo André dos Santos Lopes2012-05-131-3/+3
* | Refactoring of patch for FR #61871.Gustavo André dos Santos Lopes2012-05-131-46/+9
* | Orig patch for FR #61871 by David SklarGustavo André dos Santos Lopes2012-05-131-4/+33
|/
* MFH:Felipe Pena2008-08-111-6/+6
* refactor ctors, cleanup codeStanislav Malyshev2008-07-221-1/+1
* Merge intl extension into coreStanislav Malyshev2008-07-071-0/+184