]> sourceware.org Git - newlib-cygwin.git/commit
Introduce __current_locale_charset/__locale_charset
authorCorinna Vinschen <corinna@vinschen.de>
Sat, 20 Aug 2016 14:05:56 +0000 (16:05 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Sat, 20 Aug 2016 15:14:56 +0000 (17:14 +0200)
commit7630e384623f778b88be8926e2c2a2e6fcbd9008
tree7a3efa5017679ab797cf264b9290ebd281cd0ddc
parent06ac6718119dfd382c1904b1162f6cd7f9749dc3
Introduce __current_locale_charset/__locale_charset

The former __locale_charset always fetched the current locale's charset.
We need the per-locale charset, too, in future. Rename __locale_charset
to __current_locale_charset and change __locale_charset to take a
locale_t as parameter.  Accommodate througout.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
newlib/libc/ctype/jp2uc.c
newlib/libc/locale/nl_langinfo.c
newlib/libc/locale/setlocale.h
winsup/cygwin/nlsfuncs.cc
winsup/cygwin/regex/regcomp.c
This page took 0.031389 seconds and 5 git commands to generate.