summaryrefslogtreecommitdiffstats
path: root/libc/bionic/locale.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use pthread_once for g_uselocale_key creation.Yabin Cui2015-03-051-13/+18
* Better control of pthread keys used in bionic.Yabin Cui2015-03-041-4/+2
* Move some pthread functions to signal.h.Dan Albert2014-11-211-0/+1
* Implement all the POSIX _l functions.Elliott Hughes2014-11-061-0/+48
* Fix newlocale with a NULL locale name.Elliott Hughes2014-11-041-2/+2
* Change name of MB_CUR_MAX implementation function.Dan Albert2014-08-141-1/+1
* Proper MB_CUR_MAX.Dan Albert2014-07-301-13/+29
* en_US.UTF-8 is also supported.Dan Albert2014-07-251-1/+3
* Switch to g_ for globals.Elliott Hughes2014-05-141-33/+33
* Switch to a working UTF-8 mb/wc implementation.Elliott Hughes2014-05-011-13/+15
* Make uselocale(3) claim its pthread key in an ELF constructor.Elliott Hughes2014-04-181-7/+4
* Flesh out <locale.h>.Elliott Hughes2014-04-081-31/+113
* Clean up localeconv(3).Elliott Hughes2014-04-081-0/+74