cleanup use of visibility attributes in pthread_cancel.c
[oweals/musl.git] / src / locale /
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
2013-07-24 Rich Felkerrework langinfo code for ABI compat and for use by...
2013-07-24 Rich Felkerupdate strxfrm/wcsxfrm for future LC_COLLATE support...
2013-07-24 Rich Felkeradd ABI compat aliases for a number of locale_t functions
2013-07-24 Rich Felkerprepare strcoll/wcscoll for LC_COLLATE support and...
2013-07-24 Rich Felkermove strftime_l into strftime.c and add __-prefixed...
2013-06-26 Rich Felkerfix iconv conversion to legacy 8bit codepages
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2012-06-20 Rich Felkerduplocale: don't crash when called with LC_GLOBAL_LOCALE
2012-06-20 Rich Felkerfix localeconv values and implementation
2012-06-19 Rich Felkerfix multiple iconv bugs reading utf-16/32 and wchar_t
2012-06-19 Rich Felkerfix iconv dest utf-16: unavailable chars must be replac...
2012-06-19 Rich Felkerfix erroneous utf-16 encoding with surrogates in iconv
2012-04-21 Rich Felkerfix major breakage in iconv, bogus rejecting of dest...
2012-03-26 nszMerge branch 'master' of git://git.etalabs.net/musl
2012-03-25 Rich FelkerMerge remote branch 'nsz/master'
2012-03-25 Rich Felkeradd strfmon_l variant (still mostly incomplete)
2012-03-21 Rich Felkerinitial, very primitive strfmon
2012-03-02 Rich Felkeradd all missing wchar functions except floating point...
2012-02-07 Rich Felkermore locale_t interfaces (string stuff) and header...
2012-02-07 Rich Felkerfix some omissions and mistakes in locale_t interface...
2012-02-07 Rich Felkeradd more of the locale_t interfaces, all dummied out...
2011-07-13 Rich Felkergb18030 support in iconv (only from, not to)
2011-07-12 Rich Felkerlegacy japanese charset support in iconv (only from...
2011-07-12 Rich Felkersimplify iconv and support more legacy codepages
2011-07-03 Rich Felkericonv was not returning -1 on most failure
2011-05-30 Rich Felkerimplement uselocale function (minimal)
2011-04-07 Rich Felkerfix breakage due to converting a return type to size_t...
2011-04-03 Rich Felkerfix nl_langinfo to actually use the existing, correct...
2011-03-25 Rich Felkerfix all implicit conversion between signed/unsigned...
2011-02-14 Rich Felkeruse a more-correct integer type, and silence 64-bit...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0 v0.5.0