about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-07 22:50:32 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-07 22:50:32 +0000
commit3fc9ca4e389ff1606a4883d50401eaa1a777a07e (patch)
tree70a6a54e2bf0415e3622475f1a0613a7cfef3b40 /ChangeLog
parentce177a8416e21b074d1d3382d81939897ff86fa8 (diff)
downloadglibc-3fc9ca4e389ff1606a4883d50401eaa1a777a07e.tar.gz
glibc-3fc9ca4e389ff1606a4883d50401eaa1a777a07e.tar.xz
glibc-3fc9ca4e389ff1606a4883d50401eaa1a777a07e.zip
Update.
2000-06-04  Kaz Kylheku  <kaz@ashi.footprints.net>

	Lock for stdio stream list becomes global, for use in LinuxThreads.

	* libio/genops.c (_IO_iter_begin, _IO_iter_end,
	_IO_iter_next, _IO_iter_file, _IO_list_lock, _IO_list_unlock,
	_IO_list_resetlock): New interface for iterating global list of
	streams without accessing the _IO_list_all global variable,
	and for manipulating the lock which protects this list.
	* libio/libioP.h: Likewise.
	* libio/Version: Add entries for the new functions.

	* libio/libioP.h (_IO_ITER): New typedef, just an alias for
	pointer to _IO_FILE.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8143dc479f..e15d6c43b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2000-06-04  Kaz Kylheku  <kaz@ashi.footprints.net>
+
+	Lock for stdio stream list becomes global, for use in LinuxThreads.
+
+	* libio/genops.c (_IO_iter_begin, _IO_iter_end,
+	_IO_iter_next, _IO_iter_file, _IO_list_lock, _IO_list_unlock,
+	_IO_list_resetlock): New interface for iterating global list of
+	streams without accessing the _IO_list_all global variable,
+	and for manipulating the lock which protects this list.
+	* libio/libioP.h: Likewise.
+	* libio/Version: Add entries for the new functions.
+
+	* libio/libioP.h (_IO_ITER): New typedef, just an alias for
+	pointer to _IO_FILE.
+
 2000-06-07  Ulrich Drepper  <drepper@redhat.com>
 
 	* locale/programs/ld-ctype.c (set_class_defaults): Several uses of