diff options
author | Roland McGrath <roland@gnu.org> | 2002-10-22 16:11:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-10-22 16:11:43 +0000 |
commit | bd6daf3b198cb5b06d677333d476b89d8e699c2f (patch) | |
tree | 761ac09ccb392318b4c4c899c13d74a12cb9b523 /ChangeLog | |
parent | 3a0742f9accb9c8d14366809c4ff723447a86929 (diff) | |
download | glibc-bd6daf3b198cb5b06d677333d476b89d8e699c2f.tar glibc-bd6daf3b198cb5b06d677333d476b89d8e699c2f.tar.gz glibc-bd6daf3b198cb5b06d677333d476b89d8e699c2f.tar.bz2 glibc-bd6daf3b198cb5b06d677333d476b89d8e699c2f.zip |
* locale/programs/locarchive.c (add_alias): Change locrec_offset arg
into pointer to locrec_offset.
(add_locale_to_archive): Adjust callers. Free normalized_name right
before returning, not immediately after add_locale, pass it to
add_alias if not NULL instead of name. Rename second normalized_name
occurence to nnormalized_codeset_name.
2002-10-21 Andreas Schwab <schwab@suse.de>
* sysdeps/unix/sysv/linux/ia64/syscalls.list (s_execve): Set
caller to EXTRA instead of execve, since the latter has a
higher-priority implementation in linuxthreads.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 13 insertions, 6 deletions
@@ -1,15 +1,22 @@ -2002-10-21 Andreas Schwab <schwab@suse.de> - - * sysdeps/unix/sysv/linux/ia64/syscalls.list (s_execve): Set - caller to EXTRA instead of execve, since the latter has a - higher-priority implementation in linuxthreads. - 2002-10-22 Jakub Jelinek <jakub@redhat.com> + * locale/programs/locarchive.c (add_alias): Change locrec_offset arg + into pointer to locrec_offset. + (add_locale_to_archive): Adjust callers. Free normalized_name right + before returning, not immediately after add_locale, pass it to + add_alias if not NULL instead of name. Rename second normalized_name + occurence to nnormalized_codeset_name. + * locale/programs/locarchive.c (enlarge_archive): Make sure string_size is always a multiple of 4. Reported by Andreas Schwab <schwab@suse.de>. +2002-10-21 Andreas Schwab <schwab@suse.de> + + * sysdeps/unix/sysv/linux/ia64/syscalls.list (s_execve): Set + caller to EXTRA instead of execve, since the latter has a + higher-priority implementation in linuxthreads. + 2002-10-21 Roland McGrath <roland@redhat.com> * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize the static |