about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-07-21 06:15:13 +0000
committerUlrich Drepper <drepper@redhat.com>2000-07-21 06:15:13 +0000
commitd052b31b79a3681db7de04177a55b04354320a61 (patch)
tree460566c2ae448a77eb915bf00e448c20dc1260d7 /ChangeLog
parent266bb989e0a4b40e369eff177a59754655059fd8 (diff)
downloadglibc-d052b31b79a3681db7de04177a55b04354320a61.tar.gz
glibc-d052b31b79a3681db7de04177a55b04354320a61.tar.xz
glibc-d052b31b79a3681db7de04177a55b04354320a61.zip
Update.
	* libio/Makefile (routines): Add fwide.
	* libio/iofwide.c (_IO_fwide): Remove locking.  This is done in
	fwide now.  Internal calls to _IO_fwide must do locking themselves
	or don't need locking.
	* libio/fwide.c: New file.

	* elf/dl-load.c (_dl_map_object): Implement handling of DF_1_NODEFLIB.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ecd6fd7ca5..47ee8b7f2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
 2000-07-20  Ulrich Drepper  <drepper@redhat.com>
 
-	* elf/dl-load.c (_dl_map_object): Implement handling of
-	DF_1_NODEFLIB.
+	* libio/Makefile (routines): Add fwide.
+	* libio/iofwide.c (_IO_fwide): Remove locking.  This is done in
+	fwide now.  Internal calls to _IO_fwide must do locking themselves
+	or don't need locking.
+	* libio/fwide.c: New file.
+
+	* elf/dl-load.c (_dl_map_object): Implement handling of DF_1_NODEFLIB.
 
 	* elf/Makefile: Add no modules for nodelete test.
 	* elf/nodelmod3.c: New file.