summaryrefslogtreecommitdiff
path: root/ext/intl/normalizer/normalizer_normalize.c
Commit message (Expand)AuthorAgeFilesLines
* Use true/false instead of TRUE/FALSE in intlNikita Popov2020-11-091-2/+2
* Promote warnings to exceptions in ext/intlMáté Kocsis2020-09-071-6/+4
* Remove proto comments from C filesMax Semenik2020-07-061-15/+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
* Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-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
* Merge branch 'PHP-7.4'Peter Kokot2019-02-031-9/+0
|\
| * Remove local variablesPeter Kokot2019-02-031-9/+0
* | Remove intl Normalizer::NONENikita Popov2019-01-301-24/+2
|/
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* Require ICU ≥ 50.1Christoph M. Becker2018-09-151-2/+0
* Rethink conditionsAnatol Belski2018-04-061-4/+3
* Expose functionality for NFKC_Casefold normalizationAnatol Belski2018-04-061-0/+9
* Sync normalizer_get_raw_decomposition() to allow passing formAnatol Belski2018-04-061-5/+9
* Replace the deprecated API by the newer one available with ICU 56+Anatol Belski2018-04-061-1/+82
* Check feature availability as ICU < 49 is still supportedAnatol Belski2018-04-051-0/+2
* Use recommended way to handle utf*.h headers and obsolete symbolsAnatol Belski2018-04-051-0/+3
* Add normalizer_get_raw_decomposition functionPaul Crovella2018-03-221-0/+46
* Cleanup (avoid string reallocations)Dmitry Stogov2015-07-011-7/+4
* s/PHP Version 5/PHP Version 7/gLior Kaplan2015-03-131-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-10/+10
* cleanup intl typesStanislav Malyshev2014-12-291-5/+5
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-15/+15
* 's' works with size_t round 3Anatol Belski2014-08-271-1/+1
* first show to make 's' work with size_tAnatol Belski2014-08-271-1/+1
* master renames phase 1Anatol Belski2014-08-251-4/+4
* ported ext/intl, bugfixes to goAnatol Belski2014-08-191-4/+4
* Refactoring ext/intl (incompleted)Xinchen Hui2014-06-281-1/+3
* Merge branch '5.3' into 5.4Gustavo André dos Santos Lopes2012-07-301-0/+0
|\
| * Remove executable bit from filesGustavo André dos Santos Lopes2012-07-301-0/+0
| * - Fixed possible efree(NULL) (bug #55296)Felipe Pena2011-08-041-2/+6
* | Fixed the common misspelling of the word occurred (occured -> occurred)Marc Easen2012-06-301-3/+3
* | - Fixed possible efree(NULL) (bug #55296)Felipe Pena2011-08-041-2/+6
|/
* cleanup some code, improve error handlingStanislav Malyshev2009-12-231-15/+15
* clean up normalizer codeStanislav Malyshev2009-12-211-4/+0
* MFH:Felipe Pena2008-08-111-27/+29
* Merge intl extension into coreStanislav Malyshev2008-07-071-0/+256