summaryrefslogtreecommitdiff
path: root/ext/unicode
Commit message (Collapse)AuthorAgeFilesLines
* fix buffer overflowStanislav Malyshev2010-02-161-2/+2
|
* - silent warning again and do it so that lazy compilers won't complainPierre Joye2009-07-201-1/+1
|
* - Fix buildFelipe Pena2009-07-201-1/+1
|
* - typoPierre Joye2009-07-201-1/+1
|
* - WSPierre Joye2009-07-201-147/+147
|
* - silent warningsPierre Joye2009-07-201-2/+2
|
* - silent auto casting warningsPierre Joye2009-07-201-4/+4
|
* - fix signed/unsigned mismatch comparisonsPierre Joye2009-07-201-15/+15
|
* - Remove dependencies on ustdio.h. Doing so allows HEAD to be built withMoriyoshi Koizumi2009-02-121-0/+2
| | | | | ICU that comes with the out-of-the-box Mac OS X.
* - Fixed bug #46067 (Collator methods - Segfault)Felipe Pena2008-09-201-0/+4
|
* - Fixed endless loop and segfaultFelipe Pena2008-09-123-0/+37
|
* - Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-022-3/+3
|
* - Removed unicode_semantics()Felipe Pena2008-07-211-9/+0
|
* misc parse_parameters fixesAntony Dovgal2008-07-011-10/+10
|
* - Removed unnecessary SKIPIF (unicode/tests/*)Felipe Pena2008-06-092-4/+0
| | | | | - Removed non-unicode tests (tests that uses SKIPIF like "die('skip unicode.semantics=on');")
* New way for check void parametersFelipe Pena2008-03-041-2/+2
|
* New macro for check void parametersFelipe Pena2008-02-284-13/+13
|
* Imporoved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-301-2/+4
|
* Fix buildJani Taskinen2007-11-021-1/+1
|
* Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-1/+1
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-273-3/+3
|
* - Removed unnecessary stuffJani Taskinen2007-07-123-6/+3
|
* fix MINFO handlerAntony Dovgal2007-07-121-5/+3
|
* Wrong locale name.Andrei Zmievski2007-04-101-7/+7
|
* Fix protos.Andrei Zmievski2006-10-062-5/+5
|
* Fix protos.Andrei Zmievski2006-09-221-2/+14
|
* Fix protos.Andrei Zmievski2006-09-212-5/+4
|
* Fix protos.Andrei Zmievski2006-09-212-58/+57
|
* Backfill protos for ext/unicode functionsSara Golemon2006-09-204-1/+172
|
* implement zend_unicode_to_string() and zend_string_to_unicode()Antony Dovgal2006-08-081-2/+2
| | | | | part #2 (of 2)
* nuke unused variableAntony Dovgal2006-07-131-1/+1
|
* Protos.Andrei Zmievski2006-07-111-0/+74
|
* Implement getAll() that can be used to get all the pieces defined by theAndrei Zmievski2006-07-111-14/+70
| | | | | boundaries.
* Make next() and previous() take optional step parameter and optimizeAndrei Zmievski2006-07-111-5/+32
| | | | | return value usage.
* Implement getRuleStatus() and getRuleStatusArray() as well as relatedAndrei Zmievski2006-07-111-15/+84
| | | | | constants.
* Use object flags.Andrei Zmievski2006-07-111-2/+2
|
* Implement getAvailableLocales().Andrei Zmievski2006-07-101-0/+21
|
* Fix validity checks.Andrei Zmievski2006-07-101-19/+45
|
* Implement isBoundary() for combining sequences.Andrei Zmievski2006-07-101-2/+49
|
* Implement following() for combining sequences.Andrei Zmievski2006-07-101-3/+64
|
* Fix combining sequence iterators for forward and backward movement.Andrei Zmievski2006-07-101-51/+82
|
* Implement following() and preceding() for codepoint iterators.Andrei Zmievski2006-07-081-3/+75
|
* Implement isBoundary() for code point iterator.Andrei Zmievski2006-07-071-0/+47
|
* Implement TextIterator::isBoundary() for break iterators.Andrei Zmievski2006-07-071-0/+85
|
* Implement TextIterator methods following() and preceding().Andrei Zmievski2006-07-071-6/+109
|
* Try to make combining sequences work. Not entirely succesful.Andrei Zmievski2006-06-291-44/+67
|
* Fix codepoint iteratorsAndrei Zmievski2006-06-281-24/+32
|
* unicode_semantics -> unicode.semanticsAntony Dovgal2006-06-282-2/+2
|
* Use object's copied text (fixes some bug somehow).Andrei Zmievski2006-06-281-2/+2
|
* Rework break iterator based implementation to make it more generic forAndrei Zmievski2006-06-282-49/+82
| | | | | forward and backwards iterators and to return current elements properly.