Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix buffer overflow | Stanislav Malyshev | 2010-02-16 | 1 | -2/+2 |
| | |||||
* | - silent warning again and do it so that lazy compilers won't complain | Pierre Joye | 2009-07-20 | 1 | -1/+1 |
| | |||||
* | - Fix build | Felipe Pena | 2009-07-20 | 1 | -1/+1 |
| | |||||
* | - typo | Pierre Joye | 2009-07-20 | 1 | -1/+1 |
| | |||||
* | - WS | Pierre Joye | 2009-07-20 | 1 | -147/+147 |
| | |||||
* | - silent warnings | Pierre Joye | 2009-07-20 | 1 | -2/+2 |
| | |||||
* | - silent auto casting warnings | Pierre Joye | 2009-07-20 | 1 | -4/+4 |
| | |||||
* | - fix signed/unsigned mismatch comparisons | Pierre Joye | 2009-07-20 | 1 | -15/+15 |
| | |||||
* | - Remove dependencies on ustdio.h. Doing so allows HEAD to be built with | Moriyoshi Koizumi | 2009-02-12 | 1 | -0/+2 |
| | | | | | ICU that comes with the out-of-the-box Mac OS X. | ||||
* | - Fixed bug #46067 (Collator methods - Segfault) | Felipe Pena | 2008-09-20 | 1 | -0/+4 |
| | |||||
* | - Fixed endless loop and segfault | Felipe Pena | 2008-09-12 | 3 | -0/+37 |
| | |||||
* | - Added parameter TSRMLS_DC in zend_is_callable() | Felipe Pena | 2008-08-02 | 2 | -3/+3 |
| | |||||
* | - Removed unicode_semantics() | Felipe Pena | 2008-07-21 | 1 | -9/+0 |
| | |||||
* | misc parse_parameters fixes | Antony Dovgal | 2008-07-01 | 1 | -10/+10 |
| | |||||
* | - Removed unnecessary SKIPIF (unicode/tests/*) | Felipe Pena | 2008-06-09 | 2 | -4/+0 |
| | | | | | - Removed non-unicode tests (tests that uses SKIPIF like "die('skip unicode.semantics=on');") | ||||
* | New way for check void parameters | Felipe Pena | 2008-03-04 | 1 | -2/+2 |
| | |||||
* | New macro for check void parameters | Felipe Pena | 2008-02-28 | 4 | -13/+13 |
| | |||||
* | Imporoved PHP binary size and startup speed with GCC4 visibility control (Nuno) | Dmitry Stogov | 2008-01-30 | 1 | -2/+4 |
| | |||||
* | Fix build | Jani Taskinen | 2007-11-02 | 1 | -1/+1 |
| | |||||
* | Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -1/+1 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 3 | -3/+3 |
| | |||||
* | - Removed unnecessary stuff | Jani Taskinen | 2007-07-12 | 3 | -6/+3 |
| | |||||
* | fix MINFO handler | Antony Dovgal | 2007-07-12 | 1 | -5/+3 |
| | |||||
* | Wrong locale name. | Andrei Zmievski | 2007-04-10 | 1 | -7/+7 |
| | |||||
* | Fix protos. | Andrei Zmievski | 2006-10-06 | 2 | -5/+5 |
| | |||||
* | Fix protos. | Andrei Zmievski | 2006-09-22 | 1 | -2/+14 |
| | |||||
* | Fix protos. | Andrei Zmievski | 2006-09-21 | 2 | -5/+4 |
| | |||||
* | Fix protos. | Andrei Zmievski | 2006-09-21 | 2 | -58/+57 |
| | |||||
* | Backfill protos for ext/unicode functions | Sara Golemon | 2006-09-20 | 4 | -1/+172 |
| | |||||
* | implement zend_unicode_to_string() and zend_string_to_unicode() | Antony Dovgal | 2006-08-08 | 1 | -2/+2 |
| | | | | | part #2 (of 2) | ||||
* | nuke unused variable | Antony Dovgal | 2006-07-13 | 1 | -1/+1 |
| | |||||
* | Protos. | Andrei Zmievski | 2006-07-11 | 1 | -0/+74 |
| | |||||
* | Implement getAll() that can be used to get all the pieces defined by the | Andrei Zmievski | 2006-07-11 | 1 | -14/+70 |
| | | | | | boundaries. | ||||
* | Make next() and previous() take optional step parameter and optimize | Andrei Zmievski | 2006-07-11 | 1 | -5/+32 |
| | | | | | return value usage. | ||||
* | Implement getRuleStatus() and getRuleStatusArray() as well as related | Andrei Zmievski | 2006-07-11 | 1 | -15/+84 |
| | | | | | constants. | ||||
* | Use object flags. | Andrei Zmievski | 2006-07-11 | 1 | -2/+2 |
| | |||||
* | Implement getAvailableLocales(). | Andrei Zmievski | 2006-07-10 | 1 | -0/+21 |
| | |||||
* | Fix validity checks. | Andrei Zmievski | 2006-07-10 | 1 | -19/+45 |
| | |||||
* | Implement isBoundary() for combining sequences. | Andrei Zmievski | 2006-07-10 | 1 | -2/+49 |
| | |||||
* | Implement following() for combining sequences. | Andrei Zmievski | 2006-07-10 | 1 | -3/+64 |
| | |||||
* | Fix combining sequence iterators for forward and backward movement. | Andrei Zmievski | 2006-07-10 | 1 | -51/+82 |
| | |||||
* | Implement following() and preceding() for codepoint iterators. | Andrei Zmievski | 2006-07-08 | 1 | -3/+75 |
| | |||||
* | Implement isBoundary() for code point iterator. | Andrei Zmievski | 2006-07-07 | 1 | -0/+47 |
| | |||||
* | Implement TextIterator::isBoundary() for break iterators. | Andrei Zmievski | 2006-07-07 | 1 | -0/+85 |
| | |||||
* | Implement TextIterator methods following() and preceding(). | Andrei Zmievski | 2006-07-07 | 1 | -6/+109 |
| | |||||
* | Try to make combining sequences work. Not entirely succesful. | Andrei Zmievski | 2006-06-29 | 1 | -44/+67 |
| | |||||
* | Fix codepoint iterators | Andrei Zmievski | 2006-06-28 | 1 | -24/+32 |
| | |||||
* | unicode_semantics -> unicode.semantics | Antony Dovgal | 2006-06-28 | 2 | -2/+2 |
| | |||||
* | Use object's copied text (fixes some bug somehow). | Andrei Zmievski | 2006-06-28 | 1 | -2/+2 |
| | |||||
* | Rework break iterator based implementation to make it more generic for | Andrei Zmievski | 2006-06-28 | 2 | -49/+82 |
| | | | | | forward and backwards iterators and to return current elements properly. |