]> sourceware.org Git - newlib-cygwin.git/commit
POSIX-1.2008 per-thread locales, groundwork part 2
authorCorinna Vinschen <corinna@vinschen.de>
Tue, 19 Jul 2016 14:48:07 +0000 (16:48 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 15 Aug 2016 08:56:56 +0000 (10:56 +0200)
commit88208d3735821df0f5a66c5f8781282a7f5bf284
treed93a285355c8af0bcd33f0b0c9290aa15714ee2a
parenta6a477fa8190b13d4ef0150875e2bd114cb5b132
POSIX-1.2008 per-thread locales, groundwork part 2

Move all locale category structure definitions into setlocale.h and remove
other headers in locale subdir.  Create inline accessor functions for
current category struct pointers and use throughout.  Use pointers to
"C" locale category structs by default in __global_locale.

Signed-off by: Corinna Vinschen <corinna@vinschen.de>
20 files changed:
newlib/libc/locale/lctype.c
newlib/libc/locale/lctype.h [deleted file]
newlib/libc/locale/lmessages.c
newlib/libc/locale/lmessages.h [deleted file]
newlib/libc/locale/lmonetary.c
newlib/libc/locale/lmonetary.h [deleted file]
newlib/libc/locale/lnumeric.c
newlib/libc/locale/lnumeric.h [deleted file]
newlib/libc/locale/locale.c
newlib/libc/locale/nl_langinfo.c
newlib/libc/locale/setlocale.h
newlib/libc/locale/timelocal.c
newlib/libc/locale/timelocal.h [deleted file]
newlib/libc/stdio/vfwprintf.c
newlib/libc/stdio/vfwscanf.c
newlib/libc/time/strftime.c
newlib/libc/time/strptime.c
winsup/cygwin/libc/strptime.cc
winsup/cygwin/nlsfuncs.cc
winsup/cygwin/regex/regcomp.c
This page took 0.03457 seconds and 5 git commands to generate.