Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use pthread_once for g_uselocale_key creation. | Yabin Cui | 2015-03-05 | 1 | -13/+18 |
* | Better control of pthread keys used in bionic. | Yabin Cui | 2015-03-04 | 1 | -4/+2 |
* | Move some pthread functions to signal.h. | Dan Albert | 2014-11-21 | 1 | -0/+1 |
* | Implement all the POSIX _l functions. | Elliott Hughes | 2014-11-06 | 1 | -0/+48 |
* | Fix newlocale with a NULL locale name. | Elliott Hughes | 2014-11-04 | 1 | -2/+2 |
* | Change name of MB_CUR_MAX implementation function. | Dan Albert | 2014-08-14 | 1 | -1/+1 |
* | Proper MB_CUR_MAX. | Dan Albert | 2014-07-30 | 1 | -13/+29 |
* | en_US.UTF-8 is also supported. | Dan Albert | 2014-07-25 | 1 | -1/+3 |
* | Switch to g_ for globals. | Elliott Hughes | 2014-05-14 | 1 | -33/+33 |
* | Switch to a working UTF-8 mb/wc implementation. | Elliott Hughes | 2014-05-01 | 1 | -13/+15 |
* | Make uselocale(3) claim its pthread key in an ELF constructor. | Elliott Hughes | 2014-04-18 | 1 | -7/+4 |
* | Flesh out <locale.h>. | Elliott Hughes | 2014-04-08 | 1 | -31/+113 |
* | Clean up localeconv(3). | Elliott Hughes | 2014-04-08 | 1 | -0/+74 |