]> git.ipfire.org Git - thirdparty/glibc.git/commit - locale/setlocale.c
2002-08-10 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Sat, 10 Aug 2002 23:55:20 +0000 (23:55 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 10 Aug 2002 23:55:20 +0000 (23:55 +0000)
commita89a3dab8050c1dbf0c125d44d45ff67b43703cb
tree297330f1534ba93dd23c4eaab2b0b37b3e859099
parent0752d00848022cdb532a4b548997811e34530af3
2002-08-10  Roland McGrath  <roland@redhat.com>

* locale/loadarchive.c (_nl_archive_subfreeres): New function.
* locale/localeinfo.h: Declare it.
* locale/setlocale.c (free_mem): Don't call _nl_unload_locale on the
current locale if it's not in the file list.
Call _nl_archive_subfreeres.
* include/wctype.h (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
towlower, towupper): Add prototypes here too.  Add libc_hidden_proto.
* wctype/wcfuncs.c (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
towlower, towupper): Add libc_hidden_weak.
ChangeLog
locale/loadarchive.c
locale/localeinfo.h
locale/setlocale.c