summaryrefslogtreecommitdiffstats
path: root/newlib/libc/locale/lmessages.c
Commit message (Expand)AuthorAgeFilesLines
* Remove non-working __part_load_locale function and any related codeCorinna Vinschen2016-08-151-29/+1
* Fix memory handling in functions called from loadlocaleCorinna Vinschen2016-08-151-4/+12
* Rearrange struct __locale_t pointers into an arrayCorinna Vinschen2016-08-151-4/+4
* Change loadlocale to fill a __locale_t given as parameterCorinna Vinschen2016-08-151-1/+1
* POSIX-1.2008 per-thread locales, groundwork part 2Corinna Vinschen2016-08-151-9/+2
* POSIX-1.2008 per-thread locales, groundwork part 1Corinna Vinschen2016-08-151-38/+49
* Throughout, run newlib with -Wall -Werror option and fix bugs andCorinna Vinschen2012-08-081-0/+2
* * libc/locale/lmessages.c (_C_messages_locale):Corinna Vinschen2011-07-191-3/+3
* * libc/locale/lmessages.c (_C_messages_locale): Add missing comma.Corinna Vinschen2011-05-101-1/+1
* Extend locale support to maintain wide char values of native stringsCorinna Vinschen2010-04-281-1/+10
* * libc/locale/lmessages.c (__messages_load_locale): Take additionalCorinna Vinschen2010-02-091-1/+23
* * libc/include/langinfo.h: New file.Thomas Fitzsimmons2002-08-231-0/+89