summaryrefslogtreecommitdiff
path: root/ext/intl/collator/collator_sort.c
Commit message (Expand)AuthorAgeFilesLines
* Use true/false instead of TRUE/FALSE in intlNikita Popov2020-11-091-2/+2
* Validate collator earlier during sortNikita Popov2020-07-241-24/+13
* Fix a few commentsMáté Kocsis2020-07-061-11/+3
* Remove proto comments from C filesMax Semenik2020-07-061-18/+5
* Use separate typedef for bucket comparison functionNikita Popov2020-03-041-11/+3
* Use RETURN_THROWS() after zend_parse_method_parameters()Máté Kocsis2020-01-021-3/+3
* Use RETURN_THROWS() after zend_throw_error()Máté Kocsis2020-01-011-2/+2
* Cleanup return values for Intl when parameter parsing is unsuccessfulMáté Kocsis2019-10-301-3/+3
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Merge branch 'PHP-7.4'Dmitry Stogov2019-05-281-1/+1
|\
| * Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macrosDmitry Stogov2019-05-281-1/+1
* | Intl: Don't separately report "bad arguments" errorsNikita Popov2019-03-111-9/+0
|/
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-09-121-2/+6
|\
| * Fixed bug #75193 segfault in collator_convert_object_to_stringRemi Collet2017-09-121-2/+6
* | Fix leak in intl collator compare functionNikita Popov2016-07-161-1/+3
* | Merge branch 'throw-error-in-extensions'Aaron Piotrowski2016-07-051-4/+4
|\ \
| * | E_RECOVERABLE_ERROR -> thrown ErrorAaron Piotrowski2016-06-141-4/+4
| |/
* | Fixed compilation warningsDmitry Stogov2016-06-221-1/+1
|/
* Fixed bug #71020 (Use after free in Collator::sortWithSortKeys)Xinchen Hui2015-12-071-1/+3
* Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp...Dmitry Stogov2015-09-241-2/+2
* Change array sorting implementation to avoid two level callbacks system.Dmitry Stogov2015-09-101-3/+2
* Various warning fixesNikita Popov2015-07-171-2/+0
* Cleanup (avoid string reallocations)Dmitry Stogov2015-07-011-7/+6
* Fixed bug #68848 Missing returnJoshua Rogers2015-01-171-1/+1
* Faster sorting algoXinchen Hui2015-01-141-3/+13
* trailing whitespace removalStanislav Malyshev2015-01-101-2/+2
* Fix uses of zval_add_ref and add comment on usageNikita Popov2015-01-051-2/+2
* cleanup intl typesStanislav Malyshev2014-12-291-2/+2
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-31/+31
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-191-1/+1
* Merge branch 'master' into issue-67910Florian MARGAINE2014-09-201-1/+1
|\
| * s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-201-1/+1
|/
* first show to make 's' work with size_tAnatol Belski2014-08-271-1/+1
* master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-1/+1
* master renames phase 1Anatol Belski2014-08-251-13/+13
* yet trivial fixesAnatol Belski2014-08-201-1/+1
* ported ext/intl, bugfixes to goAnatol Belski2014-08-191-3/+3
* basic macro replacements, all at onceAnatol Belski2014-08-191-10/+10
* Fixed bug #67725 (now we create immutable arrays only in SHM)Dmitry Stogov2014-08-051-1/+1
* Fixed ZTS buildDmitry Stogov2014-07-141-2/+2
* Separate argumentDmitry Stogov2014-07-081-1/+1
* Refactoring ext/intl (incompleted)Xinchen Hui2014-06-281-85/+77
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-2/+2
* 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
* | Merge branch '5.4'Gustavo André dos Santos Lopes2012-05-231-1/+3
|\ \ | |/
| * Fixed bug #62070Gustavo André dos Santos Lopes2012-05-231-1/+3
| * Redid the fix for #60192 with suggestions by Pierre and KalleFlorian Anderiasch2011-11-031-9/+20