summaryrefslogtreecommitdiff
path: root/ext/intl/grapheme
Commit message (Collapse)AuthorAgeFilesLines
* fix bug 55562 - make substr always return rest of the string if length is ↵Stanislav Malyshev2011-09-041-5/+9
| | | | too long
* Fixes build issues with ext/intl. This appears to be related to bug #55019, ↵Gwynne Raskind2011-08-072-4/+4
| | | | but since the functions in question are used elsewhere, the solution is to de-inline rather than to make them static inline.
* fix for bug #55019Gwynne Raskind2011-08-071-3/+3
|
* - Added missing check (thanks neweracracker at gmail dot com)Felipe Pena2011-08-041-2/+3
|
* - Fixed possible efree(NULL) (bug #55296)Felipe Pena2011-08-042-19/+55
|
* fix unit tests for intl in accordance with new ICU releasesStanislav Malyshev2011-01-041-67/+67
|
* Fix bad args to grapheme_extract(), reported by Maksymilian ArciemowiczStanislav Malyshev2010-12-191-3/+9
|
* cleanup some code, improve error handlingStanislav Malyshev2009-12-232-9/+9
|
* Fix in grapheme_extractKirti Velankar2009-04-271-2/+3
|
* merge grapheme substr fixStanislav Malyshev2009-04-101-1/+1
|
* MFH:Felipe Pena2008-08-111-1/+1
| | | | | | | - Added arginfo - Fixed WS - Changed C++ comments to C comments
* Merge intl extension into coreStanislav Malyshev2008-07-074-0/+1628