summaryrefslogtreecommitdiff
path: root/ext/unicode/unicode.c
Commit message (Expand)AuthorAgeFilesLines
* - silent auto casting warningsPierre Joye2009-07-201-4/+4
* - Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-1/+1
* - Removed unicode_semantics()Felipe Pena2008-07-211-9/+0
* New macro for check void parametersFelipe Pena2008-02-281-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* fix MINFO handlerAntony Dovgal2007-07-121-5/+3
* Fix protos.Andrei Zmievski2006-09-211-3/+2
* Backfill protos for ext/unicode functionsSara Golemon2006-09-201-0/+7
* implement zend_unicode_to_string() and zend_string_to_unicode()Antony Dovgal2006-08-081-2/+2
* Rework break iterator based implementation to make it more generic forAndrei Zmievski2006-06-281-1/+0
* Implement user conversion error handler support. Works as normal errorAndrei Zmievski2006-06-211-2/+2
* Implement unicode_set_error_handler() / unicode_restore_error_handler().Andrei Zmievski2006-06-201-1/+62
* Rename to str_transliterate().Andrei Zmievski2006-06-151-1/+1
* transliterate()Andrei Zmievski2006-06-131-0/+5
* Add char_enum_types().Andrei Zmievski2006-05-091-0/+1
* Add char_enum_names().Andrei Zmievski2006-05-091-0/+2
* Been a long day..Andrei Zmievski2006-05-081-0/+2
* And going, and going...Andrei Zmievski2006-05-081-0/+2
* A few more property functinos.Andrei Zmievski2006-05-081-3/+7
* Register slightly under half a metric ton of constants.Andrei Zmievski2006-05-051-0/+1
* Some more work on property/names stuff.Andrei Zmievski2006-05-041-2/+6
* Change prefix to char_ and rename some functions.Andrei Zmievski2006-05-041-34/+33
* Some more property functions.Andrei Zmievski2006-05-031-0/+8
* Some additional binary property functions.Andrei Zmievski2006-05-021-0/+14
* Implement C/POSIX migration functions.Andrei Zmievski2006-05-021-0/+16
* Add collator_set_default().Andrei Zmievski2006-04-211-0/+1
* Rename i18_loc_* to locale_*.Andrei Zmievski2006-04-211-3/+3
* Implement collator_get_default() and simplify/fix the underlying code.Andrei Zmievski2006-04-211-1/+1
* Move to refcounted implementation of collators.Andrei Zmievski2006-04-201-3/+1
* Another (and hopefully last) major streams commit.Sara Golemon2006-03-291-7/+0
* Rewrite unicode_encode() and unicode_decode() functions. Apply the newAndrei Zmievski2006-03-271-47/+67
* Add unicode_get_error_mode() and unicode_get_subst_char().Andrei Zmievski2006-03-261-0/+39
* - Implemented basic collation support. For some reason "new Collator" gives s...Derick Rethans2006-03-261-1/+4
* Implement to-Unicode conversion error behavior. Note the adjusted APIs.Andrei Zmievski2006-03-261-18/+8
* Add protos.Andrei Zmievski2006-03-261-4/+9
* * Remove unicode.from_error_mode and unicode.from_subst_char from INIAndrei Zmievski2006-03-261-5/+70
* - Moved strtotitle to ext/standard and implemented the fallback case toDerick Rethans2006-03-221-1/+0
* Nuke int32_t (everywhere except streams layer) and signed/unsigned warningsDmitry Stogov2006-03-021-2/+2
* - Change unicode_enabled() to unicode_semantics() per Andrei's suggestionMarcus Boerger2006-02-131-3/+3
* - Add unicode_enabled() to check whether unicode_semantics is onMarcus Boerger2006-02-131-0/+9
* Proof-of-concept for TextIterator. Much more work to be done here.Andrei Zmievski2006-02-011-1/+6
* bump year and license versionfoobar2006-01-011-2/+2
* - Nuke php3 legacyfoobar2005-12-061-1/+1
* - Rename icu_loc* to i18n_loc*Derick Rethans2005-09-141-2/+3
* fix protosfoobar2005-08-141-3/+3
* Fixup config.w32.Wez Furlong2005-08-131-1/+83
* - Some minor fixesfoobar2005-08-121-2/+2
* Unicode support.Andrei Zmievski2005-08-111-0/+120