diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-10 23:55:20 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-10 23:55:20 +0000 |
commit | a89a3dab8050c1dbf0c125d44d45ff67b43703cb (patch) | |
tree | 297330f1534ba93dd23c4eaab2b0b37b3e859099 /ChangeLog | |
parent | 0752d00848022cdb532a4b548997811e34530af3 (diff) | |
download | glibc-a89a3dab8050c1dbf0c125d44d45ff67b43703cb.tar.gz glibc-a89a3dab8050c1dbf0c125d44d45ff67b43703cb.tar.xz glibc-a89a3dab8050c1dbf0c125d44d45ff67b43703cb.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog index fc48660e9d..0b41d5cf37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,10 @@ -2002-08-10 Ulrich Drepper <drepper@redhat.com> +2002-08-10 Roland McGrath <roland@redhat.com> - * wctype/wcfuncs.c (iswalpha, iswdigit, iswlower, iswspace, - iswxdigit, iswtolower, iswtoupper): Add libc_hidden_def. + * 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. 2002-08-10 Andreas Jaeger <aj@suse.de> @@ -27,6 +30,11 @@ 2002-08-09 Jakub Jelinek <jakub@redhat.com> + * 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. + * include/bits/dlfcn.h: New file. * elf/dl-profstub.c (_dl_mcount_wrapper_check): Add libc_hidden_def. @@ -42,11 +50,6 @@ * nss/nsswitch.h (__nss_hostname_digits_dots): Add libc_hidden_proto. * nss/digits_dots.c (__nss_hostname_digits_dots): Add libc_hidden_def. - * include/wctype.h (iswalpha, iswdigit, iswlower, iswspace, iswxdigit, - towlower, towupper): Add prototypes here too. Add libc_hidden_proto. - * wctype/wcfuncs ((iswalpha, iswdigit, iswlower, iswspace, iswxdigit, - towlower, towupper): Add libc_hidden_weak. - * libio/oldiopopen.c: Move #if SHLIB_COMPAT after _IO_HAVE_SYS_WAIT #endif. |