dns: fix workaround for systems defaulting to ipv6-only sockets
[musl] / src / locale /
2022-03-27 psykoseaccept null pointer as message argument to gettext...
2022-03-16 Isaiah Postonfix invalid free of duplocale object when malloc has...
2021-12-09 Rich Felkerfix mismatched signatures for strtod_l family
2020-12-09 Rich Felkeruse libc-internal malloc for newlocale/freelocale
2020-12-09 Rich Felkerdrop use of pthread_once in newlocale
2020-12-09 Rich Felkerlift locale lock out of internal __get_locale
2020-11-11 Rich Felkerlift child restrictions after multi-threaded fork
2020-11-11 Rich Felkerconvert malloc use under libc-internal locks to use...
2020-08-22 Rich Felkerfix MUSL_LOCPATH search
2019-08-13 Rich Felkerfix accidentlly-external cmp symbol introduced with...
2019-08-08 Rich Felkeradd non-stub implementation of catgets localization...
2019-02-07 A. Wilcoxlocale: ensure dcngettext() preserves errno
2018-11-03 Rich Felkerfix regression in setlocale for LC_ALL with per-categor...
2018-10-22 Rich Felkermake the default locale (& a variant) failure-free...
2018-10-22 Rich Felkersimplify newlocale and allow failure for explicit local...
2018-10-21 Rich Felkeradapt setlocale to support possibility of failure
2018-09-14 Rich Felkerdrop lazy plural forms init in dcngettext
2018-09-12 Rich Felkersplit internal lock API out of libc.h, creating lock.h
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-09-12 Rich Felkerapply hidden visibility to various remaining internal...
2018-09-12 Rich Felkeroverhaul internally-public declarations using wrapper...
2018-09-12 Rich Felkeradd internal header for declaring __pleval function...
2018-09-12 Rich Felkermove __loc_is_allocated declaration to locale_impl.h
2018-06-02 Rich Felkerfix output size handling for multi-unicode-char big5...
2018-06-02 Rich Felkerfix iconv mapping of big5-hkscs characters that map...
2018-05-09 Will Dietzfix iconv conversion to UTF-32 with implicit (big)...
2018-05-09 Will Dietzfix iconv buffer overflow converting to legacy JIS...
2018-03-07 Rich Felkerfix nl_langinfo_l(CODESET, loc) reporting wrong locale...
2018-01-09 Jens Gustedtrevise the definition of multiple basic locks in the...
2017-12-19 Rich Felkerfix iconv output of surrogate pairs in ucs2
2017-12-19 Rich Felkeradd support for BOM-determined-endian UCS2, UTF-16...
2017-12-19 Rich Felkeradd cp866 (dos cyrillic) to iconv
2017-12-12 Rich Felkeradd ibm1047 codepage (ebcdic representation of latin1...
2017-11-15 Rich Felkeradd reverse iconv mappings for JIS-based encodings
2017-11-13 Rich Felkergeneralize iconv framework for 8-bit codepages
2017-11-11 Rich Felkerreformat cjk iconv tables to be diff-friendly, match...
2017-11-10 Rich Felkeradd iso-2022-jp support (decoding only) to iconv
2017-11-10 Rich Felkeradd iconv framework for decoding stateful encodings
2017-11-10 Rich Felkersimplify/optimize iconv utf-8 case
2017-11-10 Rich Felkerhandle ascii range individually in each iconv case
2017-11-10 Rich Felkermove iconv_close to its own translation unit
2017-11-10 Rich Felkerrefactor iconv conversion descriptor encoding/decoding
2017-08-01 Rich Felkeradd _NL_LOCALE_NAME extension to nl_langinfo
2017-07-04 Jens Gustedtfix missing volatile qualifier on lock in __get_locale
2017-06-21 Bartosz Brachaczekfix iconv conversions for iso88592-iso885916
2017-06-14 A. Wilcoxcatopen: set errno to EOPNOTSUPP
2017-05-28 Rich Felkerfix iconv conversions to legacy 8bit encodings
2017-03-21 Rich Felkersearch locale name variants for gettext translations
2017-03-21 Rich Felkermake setlocale return a single name for LC_ALL if all...
2017-01-29 Rich Felkeravoid unbounded strlen in gettext functions
2017-01-29 Rich Felkerfix use of uninitialized pointer in gettext core
2017-01-29 Rich Felkerfix bindtextdomain logic error deactivating other domains
2015-11-11 Rich Felkerfix return value of nl_langinfo for invalid item arguments
2015-10-01 Rich Felkermake nl_langinfo(CODESET) always return "ASCII" in...
2015-09-24 Rich Felkerfix localeconv field value for unavailable values
2015-09-09 Rich Felkerfix breakage in nl_langinfo from previous commit
2015-09-09 Rich Felkermake nl_langinfo(CODESET) always return "UTF-8"
2015-06-16 Rich Felkerbyte-based C locale, phase 2: stdio and iconv (multibyt...
2015-06-16 Rich Felkerbyte-based C locale, phase 1: multibyte character handl...
2015-06-06 Rich Felkermake static C and C.UTF-8 locales available outside...
2015-06-05 Timo Teräsfix uselocale((locale_t)0) not to modify locale
2015-05-27 Rich Felkerimplement fail-safe static locales for newlocale
2015-05-27 Rich Felkerrename internal locale file handling locale maps
2015-05-27 Rich Felkeroverhaul locale internals to treat categories roughly...
2015-05-27 Rich Felkerreplace atomics with locks in locale-setting code
2015-05-21 Rich Felkerremove outdated and misleading comment in iconv.c
2015-05-21 Rich Felkerin iconv_open, accept "CHAR" and "" as aliases for...
2015-05-18 Rich Felkerfix null pointer dereference in dcngettext under specif...
2015-05-16 Rich Felkereliminate costly tricks to avoid TLS access for current...
2015-04-21 Rich Felkerfix duplocale clobbering of new locale struct with...
2015-03-04 Rich Felkermake all objects used with atomic operations volatile
2014-09-06 Rich Felkerfix non-static dummy function that slipped in with...
2014-08-13 Szabolcs Nagyadd inline isspace in ctype.h as an optimization
2014-07-31 Rich Felkerharden locale name handling and prevent slashes in...
2014-07-30 Szabolcs Nagyplural rule evaluator rewrite for dcngettext
2014-07-29 Szabolcs Nagytweaks to plural rules evaluator
2014-07-29 Rich Felkerharden dcngettext plural processing
2014-07-29 Rich Felkerharden mo file processing for locale/translations
2014-07-28 Rich Felkerimplement non-default plural rules for ngettext transla...
2014-07-27 Rich Felkerimplement gettext message translation functions
2014-07-26 Rich Felkeradd support for LC_TIME and LC_MESSAGES translations
2014-07-26 Rich Felkeradd missing yes/no strings to nl_langinfo
2014-07-26 Rich Felkerfix nl_langinfo table for LC_TIME era-related items
2014-07-26 Rich Felkerimplement mo file string lookup for translations
2014-07-24 Rich Felkerimplement locale file loading and state for remaining...
2014-07-24 Rich Felkerfix locale environment variable logic for empty strings
2014-07-03 Rich Felkerproperly pass current locale to *_l functions when...
2014-07-03 Rich Felkerconsolidate str[n]casecmp_l into str[n]casecmp source...
2014-07-03 Rich Felkerconsolidate *_l ctype/wctype functions into their non...
2014-07-02 Rich Felkeradd locale framework
2014-06-10 Rich Felkerreplace all remaining internal uses of pthread_self...
2014-05-13 Rich Felkeradd cp437 and cp850 to available iconv conversions
2014-01-23 Szabolcs Nagyfix an overflow in wcsxfrm when n==0
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2013-11-25 Szabolcs Nagyremove duplicate includes from dynlink.c, strfmon.c...
2013-08-18 Rich Felkerremove spurious tmp file present since initial git...
2013-08-17 Rich Felkeradd hkscs/big5-2003/eten extensions to iconv big5
2013-08-07 Rich Felkeradd Big5 charset support to iconv
2013-08-05 Rich Felkericonv support for legacy Korean encodings
2013-07-28 Rich Felkerfix semantically incorrect use of LC_GLOBAL_LOCALE
next