diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-11-05 19:21:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-11-05 19:21:56 +0000 |
commit | f6e50e66ad9e75627caf800e0f0f24efac28e456 (patch) | |
tree | d6525169f3eb4c78e46250829c343b73e852a20d /ChangeLog | |
parent | 52a16e580103729ad0cc228b564a811a7a19cc8d (diff) | |
download | glibc-f6e50e66ad9e75627caf800e0f0f24efac28e456.zip glibc-f6e50e66ad9e75627caf800e0f0f24efac28e456.tar.gz glibc-f6e50e66ad9e75627caf800e0f0f24efac28e456.tar.bz2 |
Update.
2002-11-05 Jakub Jelinek <jakub@redhat.com>
* iconv/gconv_dl.c (free_mem): Clear loaded.
* locale/loadarchive.c (_nl_archive_subfreeres): Call locale_data's
cleanup if any.
* sysdeps/unix/sysv/linux/fexecve.c: Include <stdio.h>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ +2002-11-05 Jakub Jelinek <jakub@redhat.com> + + * iconv/gconv_dl.c (free_mem): Clear loaded. + * locale/loadarchive.c (_nl_archive_subfreeres): Call locale_data's + cleanup if any. + 2002-11-05 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/fexecve.c: Include <stdio.h>. + * libio/ioseekoff.c: Remove INTDEF. Define _IO_seekoff_unlocked. Same as old code without locking. _IO_seekoff calls this function after locking the stream. |