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