diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-20 04:33:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-20 04:33:16 +0000 |
commit | df152cc80e60dc8bf7167a62ee26cb19a9a675d3 (patch) | |
tree | a21dc460c0bc8d84bc1b83282dbcdb57392e575f /ChangeLog | |
parent | ec4ae3b891da3b7c0a0938c0b100178207ad2cc3 (diff) | |
download | glibc-df152cc80e60dc8bf7167a62ee26cb19a9a675d3.tar.gz glibc-df152cc80e60dc8bf7167a62ee26cb19a9a675d3.tar.xz glibc-df152cc80e60dc8bf7167a62ee26cb19a9a675d3.zip |
Update.
* stdlib/jrand48_r.c (__jrand48_r): Correct constructing of results. Reported by Jeff Higham <jhigham@algorithmics.com>. * stdlib/tst-rand48.c: New file. * stdlib/Makefile (tests): Add tst-rand48.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7089a2b02a..ae16f97217 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2001-01-19 Ulrich Drepper <drepper@redhat.com> + * stdlib/jrand48_r.c (__jrand48_r): Correct constructing of + results. Reported by Jeff Higham <jhigham@algorithmics.com>. + * stdlib/tst-rand48.c: New file. + * stdlib/Makefile (tests): Add tst-rand48. + * locale/newlocale.c (__newlocale): Fix test for setting all categories. |