1. 1a8b7f2 Add a non-TLS slot implementation of locale.cpp. by Dan Albert · 8 years ago
  2. e2fd010 Move non-locale.h APIs out of locale.cpp. by Dan Albert · 8 years ago
  3. 5e2285d Allocate thread local buffers in __init_tls. by Josh Gao · 8 years ago
  4. 53de874 The default locale "" should be a UTF-8 locale. by Elliott Hughes · 9 years ago
  5. 3103f6d Add strtof_l and strtod_l. by Dan Albert · 9 years ago
  6. 0a610d0 Upgrade to tzcode-2016f. by Elliott Hughes · 9 years ago
  7. 62e3a07 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
  8. f7e3b3e Use pthread_once for g_uselocale_key creation. by Yabin Cui · 10 years ago
  9. 4a2891d Better control of pthread keys used in bionic. by Yabin Cui · 10 years ago
  10. 75ef63d Move some pthread functions to signal.h. by Dan Albert · 11 years ago
  11. b20c244 Implement all the POSIX _l functions. by Elliott Hughes · 11 years ago
  12. 7e0d0f8 Fix newlocale with a NULL locale name. by Elliott Hughes · 11 years ago
  13. 224ff04 Change name of MB_CUR_MAX implementation function. by Dan Albert · 11 years ago
  14. 1aec7c1 Proper MB_CUR_MAX. by Dan Albert · 11 years ago
  15. 1abb8bd en_US.UTF-8 is also supported. by Dan Albert · 11 years ago
  16. 1728b23 Switch to g_ for globals. by Elliott Hughes · 11 years ago
  17. 5a0aa3d Switch to a working UTF-8 mb/wc implementation. by Elliott Hughes · 11 years ago
  18. 2f68866 Make uselocale(3) claim its pthread key in an ELF constructor. by Elliott Hughes · 11 years ago
  19. c4936e2 Flesh out <locale.h>. by Elliott Hughes · 11 years ago
  20. 5363a45 Clean up localeconv(3). by Elliott Hughes · 11 years ago