about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-08-22 16:27:22 +0000
committerUlrich Drepper <drepper@redhat.com>2000-08-22 16:27:22 +0000
commitea83223c5cb7dbfbb37169baebf702484e79f014 (patch)
tree3cc2d1a941c3067eb1021bd6309c85190108d254 /ChangeLog
parent3749640d8ccd1686f887efabf2cceded8a20e2c1 (diff)
downloadglibc-ea83223c5cb7dbfbb37169baebf702484e79f014.tar.gz
glibc-ea83223c5cb7dbfbb37169baebf702484e79f014.tar.xz
glibc-ea83223c5cb7dbfbb37169baebf702484e79f014.zip
Update.
2000-08-22  Ulrich Drepper  <drepper@redhat.com>

	* stdlib/random_r.c: Cleanups.
	* stdlib/tst-random.c: New file.
	* stdlib/Makefile (tests): Add tst-random.
	Patches by Michael Fischer <fischer-michael@cs.yale.edu>.

	* sysdeps/unix/sysv/linux/s390/getmsg.c: Remove.
	* sysdeps/unix/sysv/linux/s390/getpmsg.c: Remove.
	* sysdeps/unix/sysv/linux/s390/putmsg.c: Remove.
	* sysdeps/unix/sysv/linux/s390/putpmsg.c: Remove.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 11 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index db405c8e94..eaaf34a1b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,16 @@
+2000-08-22  Ulrich Drepper  <drepper@redhat.com>
+
+	* stdlib/random_r.c: Cleanups.
+	* stdlib/tst-random.c: New file.
+	* stdlib/Makefile (tests): Add tst-random.
+	Patches by Michael Fischer <fischer-michael@cs.yale.edu>.
+
 2000-08-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
 
-        * sysdeps/unix/sysv/linux/s390/getmsg.c: Remove.
-        * sysdeps/unix/sysv/linux/s390/getpmsg.c: Remove.
-        * sysdeps/unix/sysv/linux/s390/putmsg.c: Remove.
-        * sysdeps/unix/sysv/linux/s390/putpmsg.c: Remove.
+	* sysdeps/unix/sysv/linux/s390/getmsg.c: Remove.
+	* sysdeps/unix/sysv/linux/s390/getpmsg.c: Remove.
+	* sysdeps/unix/sysv/linux/s390/putmsg.c: Remove.
+	* sysdeps/unix/sysv/linux/s390/putpmsg.c: Remove.
 
 2000-08-22  Jakub Jelinek  <jakub@redhat.com>