summaryrefslogtreecommitdiff
path: root/ext/intl/grapheme/grapheme_util.c
Commit message (Expand)AuthorAgeFilesLines
* Fix out of bounds offset handling with empty needleNikita Popov2020-10-011-2/+2
* Allow empty needle in grapheme_str*pos, grapheme_str*strChristian Schneider2020-10-011-0/+11
* Normalize substr() behaviorNikita Popov2020-09-251-27/+6
* Handle out-of-bounds offset consistently in grapheme_* APINikita Popov2020-09-221-22/+17
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* Reduce var scopeAnatol Belski2018-02-161-2/+1
* Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-08-201-1/+1
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-201-1/+1
| |\
| | * Fix #65732: grapheme_*() is not Unicode compliant on CR LF sequenceChristoph M. Becker2016-08-201-1/+1
* | | Fixed compilation warningsDmitry Stogov2016-06-221-1/+1
|/ /
* | trailing whitespace removalStanislav Malyshev2015-01-101-21/+21
* | cleanup intl typesStanislav Malyshev2014-12-291-25/+27
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-8/+8
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|/
* Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ...Christopher Jones2013-08-141-1/+1
* small optimizationStanislav Malyshev2013-06-231-9/+6
* fix bug #61860: use USearch for searches, it does the right thingStanislav Malyshev2013-06-231-305/+74
* Remove executable bit from filesGustavo André dos Santos Lopes2012-07-301-0/+0
* Back- and front-port fixes for #55019Gwynne Raskind2011-08-071-2/+2
* - Fixed possible efree(NULL) (bug #55296)Felipe Pena2011-08-041-13/+36
* cleanup some code, improve error handlingStanislav Malyshev2009-12-231-4/+4
* Merge intl extension into coreStanislav Malyshev2008-07-071-0/+619