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