summaryrefslogtreecommitdiff
path: root/ext/unicode/php_unicode.h
Commit message (Expand)AuthorAgeFilesLines
* - Remove dependencies on ustdio.h. Doing so allows HEAD to be built withMoriyoshi Koizumi2009-02-121-0/+2
* Imporoved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-301-2/+4
* Register slightly under half a metric ton of constants.Andrei Zmievski2006-05-051-2/+4
* Fix locale functions naming problem.Andrei Zmievski2006-05-041-0/+7
* Add skeleton for character property file. Also remove some HAVE_UNICODEAndrei Zmievski2006-05-021-4/+0
* Add collator_set_default().Andrei Zmievski2006-04-211-1/+2
* Rename i18_loc_* to locale_*.Andrei Zmievski2006-04-211-2/+2
* 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-0/+1
* Another (and hopefully last) major streams commit.Sara Golemon2006-03-291-1/+0
* - Implemented basic collation support. For some reason "new Collator" gives s...Derick Rethans2006-03-261-1/+10
* - Moved strtotitle to ext/standard and implemented the fallback case toDerick Rethans2006-03-221-1/+0
* bump year and license versionfoobar2006-01-011-2/+2
* - Rename icu_loc* to i18n_loc*Derick Rethans2005-09-141-2/+3
* - Some minor fixesfoobar2005-08-121-1/+3
* Unicode support.Andrei Zmievski2005-08-111-0/+79