aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/locale/lmessages.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-15Remove non-working __part_load_locale function and any related codeCorinna Vinschen1-29/+1
2016-08-15Fix memory handling in functions called from loadlocaleCorinna Vinschen1-4/+12
2016-08-15Rearrange struct __locale_t pointers into an arrayCorinna Vinschen1-4/+4
2016-08-15Change loadlocale to fill a __locale_t given as parameterCorinna Vinschen1-1/+1
2016-08-15POSIX-1.2008 per-thread locales, groundwork part 2Corinna Vinschen1-9/+2
2016-08-15POSIX-1.2008 per-thread locales, groundwork part 1Corinna Vinschen1-38/+49
2012-08-08 Throughout, run newlib with -Wall -Werror option and fix bugs andCorinna Vinschen1-0/+2
2011-07-19 * libc/locale/lmessages.c (_C_messages_locale):Corinna Vinschen1-3/+3
2011-05-10 * libc/locale/lmessages.c (_C_messages_locale): Add missing comma.Corinna Vinschen1-1/+1
2010-04-28 Extend locale support to maintain wide char values of native stringsCorinna Vinschen1-1/+10
2010-02-09 * libc/locale/lmessages.c (__messages_load_locale): Take additionalCorinna Vinschen1-1/+23
2002-08-23 * libc/include/langinfo.h: New file.Thomas Fitzsimmons1-0/+89