1. 947d330 add _NL_LOCALE_NAME extension to nl_langinfo by Rich Felker · 7 years ago
  2. a08910f fix missing volatile qualifier on lock in __get_locale by Jens Gustedt · 7 years ago
  3. b7bfb5c fix iconv conversions for iso88592-iso885916 by Bartosz Brachaczek · 7 years ago
  4. af05173 catopen: set errno to EOPNOTSUPP by A. Wilcox · 7 years ago
  5. 97bd6b0 fix iconv conversions to legacy 8bit encodings by Rich Felker · 7 years ago
  6. e4fc9ad search locale name variants for gettext translations by Rich Felker · 8 years ago
  7. 16319a5 make setlocale return a single name for LC_ALL if all categories match by Rich Felker · 8 years ago
  8. d6601f0 avoid unbounded strlen in gettext functions by Rich Felker · 8 years ago
  9. dbbb373 fix use of uninitialized pointer in gettext core by Rich Felker · 8 years ago
  10. 01e6bbe fix bindtextdomain logic error deactivating other domains by Rich Felker · 8 years ago
  11. a946e81 fix return value of nl_langinfo for invalid item arguments by Rich Felker · 9 years ago
  12. 2d51c4a make nl_langinfo(CODESET) always return "ASCII" in byte-based C locale by Rich Felker · 9 years ago
  13. b4d94ba fix localeconv field value for unavailable values by Rich Felker · 9 years ago
  14. 58f6259 fix breakage in nl_langinfo from previous commit by Rich Felker · 9 years ago
  15. 844212d make nl_langinfo(CODESET) always return "UTF-8" by Rich Felker · 9 years ago
  16. 16f18d0 byte-based C locale, phase 2: stdio and iconv (multibyte callers) by Rich Felker · 9 years ago
  17. 1507ebf byte-based C locale, phase 1: multibyte character handling functions by Rich Felker · 9 years ago
  18. 16bf466 make static C and C.UTF-8 locales available outside of newlocale by Rich Felker · 9 years ago
  19. 63f4b9f fix uselocale((locale_t)0) not to modify locale by Timo Teräs · 9 years ago
  20. aeeac9c implement fail-safe static locales for newlocale by Rich Felker · 9 years ago
  21. 11858d3 rename internal locale file handling locale maps by Rich Felker · 9 years ago
  22. 61a3364 overhaul locale internals to treat categories roughly uniformly by Rich Felker · 9 years ago
  23. 63c188e replace atomics with locks in locale-setting code by Rich Felker · 9 years ago
  24. 3b0e832 remove outdated and misleading comment in iconv.c by Rich Felker · 9 years ago
  25. 39b8ce6 in iconv_open, accept "CHAR" and "" as aliases for "UTF-8" by Rich Felker · 9 years ago
  26. 43e9f65 fix null pointer dereference in dcngettext under specific conditions by Rich Felker · 9 years ago
  27. 68630b5 eliminate costly tricks to avoid TLS access for current locale state by Rich Felker · 9 years ago
  28. 873e0ec fix duplocale clobbering of new locale struct with memcpy of old by Rich Felker · 10 years ago
  29. 56fbaa3 make all objects used with atomic operations volatile by Rich Felker · 10 years ago
  30. 86876db fix non-static dummy function that slipped in with locale implementation by Rich Felker · 10 years ago
  31. b04971d add inline isspace in ctype.h as an optimization by Szabolcs Nagy · 10 years ago
  32. 5059deb harden locale name handling and prevent slashes in LC_MESSAGES by Rich Felker · 10 years ago
  33. 6527b03 plural rule evaluator rewrite for dcngettext by Szabolcs Nagy · 10 years ago
  34. a126188 tweaks to plural rules evaluator by Szabolcs Nagy · 10 years ago
  35. e4dd0ab harden dcngettext plural processing by Rich Felker · 10 years ago
  36. 6e89210 harden mo file processing for locale/translations by Rich Felker · 10 years ago
  37. 73d2a3b implement non-default plural rules for ngettext translations by Rich Felker · 10 years ago
  38. 2068b4e implement gettext message translation functions by Rich Felker · 10 years ago
  39. c5b8f19 add support for LC_TIME and LC_MESSAGES translations by Rich Felker · 10 years ago
  40. 0206f59 add missing yes/no strings to nl_langinfo by Rich Felker · 10 years ago
  41. a19cd2b fix nl_langinfo table for LC_TIME era-related items by Rich Felker · 10 years ago
  42. 41421d6 implement mo file string lookup for translations by Rich Felker · 10 years ago
  43. 6cb4f91 implement locale file loading and state for remaining locale categories by Rich Felker · 10 years ago
  44. 674e28a fix locale environment variable logic for empty strings by Rich Felker · 10 years ago
  45. 4c48501 properly pass current locale to *_l functions when used internally by Rich Felker · 10 years ago
  46. 7424ac5 consolidate str[n]casecmp_l into str[n]casecmp source files by Rich Felker · 10 years ago
  47. d89fdec consolidate *_l ctype/wctype functions into their non-_l source files by Rich Felker · 10 years ago
  48. 0bc0309 add locale framework by Rich Felker · 10 years ago
  49. df15168 replace all remaining internal uses of pthread_self with __pthread_self by Rich Felker · 10 years ago
  50. 8a2d871 add cp437 and cp850 to available iconv conversions by Rich Felker · 10 years ago
  51. f1471d3 fix an overflow in wcsxfrm when n==0 by Szabolcs Nagy · 11 years ago
  52. 5717444 include cleanups: remove unused headers and add feature test macros by Szabolcs Nagy · 11 years ago
  53. 2b1f2f1 remove duplicate includes from dynlink.c, strfmon.c and getaddrinfo.c by Szabolcs Nagy · 11 years ago
  54. 37c2506 remove spurious tmp file present since initial git check-in by Rich Felker · 11 years ago
  55. 109bd65 add hkscs/big5-2003/eten extensions to iconv big5 by Rich Felker · 11 years ago
  56. 19b4a0a add Big5 charset support to iconv by Rich Felker · 11 years ago
  57. 734062b iconv support for legacy Korean encodings by Rich Felker · 11 years ago
  58. 1ae4bc4 fix semantically incorrect use of LC_GLOBAL_LOCALE by Rich Felker · 11 years ago
  59. 87be54a rework langinfo code for ABI compat and for use by time code by Rich Felker · 11 years ago
  60. ad4a536 update strxfrm/wcsxfrm for future LC_COLLATE support and ABI compat by Rich Felker · 11 years ago
  61. 4350935 add ABI compat aliases for a number of locale_t functions by Rich Felker · 11 years ago
  62. 4b0306c prepare strcoll/wcscoll for LC_COLLATE support and add ABI symbols by Rich Felker · 11 years ago
  63. 0a37d99 move strftime_l into strftime.c and add __-prefixed version by Rich Felker · 11 years ago
  64. 6a4cfbd fix iconv conversion to legacy 8bit codepages by Rich Felker · 11 years ago
  65. 400c5e5 use restrict everywhere it's required by c99 and/or posix 2008 by Rich Felker · 12 years ago
  66. b3d7d06 duplocale: don't crash when called with LC_GLOBAL_LOCALE by Rich Felker · 12 years ago
  67. 85a3ba3 fix localeconv values and implementation by Rich Felker · 12 years ago
  68. 26710be fix multiple iconv bugs reading utf-16/32 and wchar_t by Rich Felker · 12 years ago
  69. 673633c fix iconv dest utf-16: unavailable chars must be replaced; EILSEQ is wrong by Rich Felker · 12 years ago
  70. a2f149b fix erroneous utf-16 encoding with surrogates in iconv by Rich Felker · 12 years ago
  71. 80d7859 fix major breakage in iconv, bogus rejecting of dest charsets by Rich Felker · 13 years ago
  72. bff650d add strfmon_l variant (still mostly incomplete) by Rich Felker · 13 years ago
  73. 25501c1 initial, very primitive strfmon by Rich Felker · 13 years ago
  74. e0614f7 add all missing wchar functions except floating point parsers by Rich Felker · 13 years ago
  75. 36bf569 more locale_t interfaces (string stuff) and header updates by Rich Felker · 13 years ago
  76. c09b6f8 fix some omissions and mistakes in locale_t interface definitions by Rich Felker · 13 years ago
  77. e5a7f14 add more of the locale_t interfaces, all dummied out to ignore the locale by Rich Felker · 13 years ago
  78. 0e2331c gb18030 support in iconv (only from, not to) by Rich Felker · 13 years ago
  79. 95a85e0 legacy japanese charset support in iconv (only from, not to) by Rich Felker · 13 years ago
  80. 594b16e simplify iconv and support more legacy codepages by Rich Felker · 13 years ago
  81. 2f0c415 iconv was not returning -1 on most failure by Rich Felker · 13 years ago
  82. 11c531e implement uselocale function (minimal) by Rich Felker · 13 years ago
  83. bb8d3d0 fix breakage due to converting a return type to size_t in iconv... by Rich Felker · 14 years ago
  84. 5600088 fix nl_langinfo to actually use the existing, correct internal version by Rich Felker · 14 years ago
  85. 9ae8d5f fix all implicit conversion between signed/unsigned pointers by Rich Felker · 14 years ago
  86. 7fe308e use a more-correct integer type, and silence 64-bit warnings as a bonus by Rich Felker · 14 years ago
  87. 0b44a03 initial check-in, version 0.5.0 by Rich Felker · 14 years ago