about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-11-05 19:21:56 +0000
committerUlrich Drepper <drepper@redhat.com>2002-11-05 19:21:56 +0000
commitf6e50e66ad9e75627caf800e0f0f24efac28e456 (patch)
treed6525169f3eb4c78e46250829c343b73e852a20d /ChangeLog
parent52a16e580103729ad0cc228b564a811a7a19cc8d (diff)
downloadglibc-f6e50e66ad9e75627caf800e0f0f24efac28e456.tar.gz
glibc-f6e50e66ad9e75627caf800e0f0f24efac28e456.tar.xz
glibc-f6e50e66ad9e75627caf800e0f0f24efac28e456.zip
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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2714b51d52..652f67bbc3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.