diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-22 16:27:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-22 16:27:22 +0000 |
commit | ea83223c5cb7dbfbb37169baebf702484e79f014 (patch) | |
tree | 3cc2d1a941c3067eb1021bd6309c85190108d254 /ChangeLog | |
parent | 3749640d8ccd1686f887efabf2cceded8a20e2c1 (diff) | |
download | glibc-ea83223c5cb7dbfbb37169baebf702484e79f014.zip glibc-ea83223c5cb7dbfbb37169baebf702484e79f014.tar.gz glibc-ea83223c5cb7dbfbb37169baebf702484e79f014.tar.bz2 |
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-- | ChangeLog | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -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> |