summaryrefslogtreecommitdiff
path: root/ext/unicode/unicode_iterators.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - fix signed/unsigned mismatch comparisonsPierre Joye2009-07-201-15/+15
* - Fixed endless loop and segfaultFelipe Pena2008-09-121-0/+5
* New macro for check void parametersFelipe Pena2008-02-281-10/+10
* 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-271-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
* Make next() and previous() take optional step parameter and optimizeAndrei Zmievski2006-07-111-5/+32
* Implement getRuleStatus() and getRuleStatusArray() as well as relatedAndrei Zmievski2006-07-111-15/+84
* 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
* 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-281-48/+82
* A lot of work on making TextIterator support propert codepoint-levelAndrei Zmievski2006-06-241-104/+183
* - Remove support for code units in TextIterator (people shouldn't beAndrei Zmievski2006-06-241-80/+32
* Use intern->type for break iterator.Andrei Zmievski2006-03-241-2/+2
* Unicode support: MS Visual C compatibilityDmitry Stogov2006-02-261-1/+1
* - Change to offsetof as suggested by ClaytonMarcus Boerger2006-02-171-4/+1
* - Little speedup + first testMarcus Boerger2006-02-151-30/+28
* Made server wide switch for unicode on/off (according to PDM).Dmitry Stogov2006-02-131-1/+1
* Implement character/word/line/sentence iterators and the reverseAndrei Zmievski2006-02-111-3/+121
* Make ReverseTextIterator a separate class.Andrei Zmievski2006-02-101-2/+13
* Reverse iteration for combining sequences.Andrei Zmievski2006-02-081-20/+37
* Implement reverse iteration for codeunits and codepoints. CombiningAndrei Zmievski2006-02-071-12/+52
* Implement combining sequences support in TextIterator.Andrei Zmievski2006-02-071-4/+76
* - Fix up a bunch of stuff.Andrei Zmievski2006-02-061-20/+27
* Some TODO items.Andrei Zmievski2006-02-061-1/+2
* Make TextIterator fast again, now that we don't have to worry aboutAndrei Zmievski2006-02-061-21/+11
* - Iterator API was changedMarcus Boerger2006-02-051-3/+9
* Implement Traversable instead of Iterator.Andrei Zmievski2006-02-041-1/+1
* Add code unit ops.Andrei Zmievski2006-02-041-0/+48
* Abstract the iterator interface so that we can add new types.Andrei Zmievski2006-02-041-22/+54
* Gah. In order to avoid memory corruption when using references inAndrei Zmievski2006-02-031-11/+21
* Guard against assign-by-ref.Andrei Zmievski2006-02-031-0/+2
* Rewrite to use C-level iterators for performance. Also, cache the stringAndrei Zmievski2006-02-031-44/+154
* Fix Andrei.Sebastian Bergmann2006-02-021-1/+1
* Remove debug message.Andrei Zmievski2006-02-021-1/+0
* Check for intern->text before destroying it.Andrei Zmievski2006-02-011-1/+2