aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-01-20 04:33:16 +0000
committerUlrich Drepper <drepper@redhat.com>2001-01-20 04:33:16 +0000
commitdf152cc80e60dc8bf7167a62ee26cb19a9a675d3 (patch)
treea21dc460c0bc8d84bc1b83282dbcdb57392e575f /ChangeLog
parentec4ae3b891da3b7c0a0938c0b100178207ad2cc3 (diff)
downloadglibc-df152cc80e60dc8bf7167a62ee26cb19a9a675d3.tar
glibc-df152cc80e60dc8bf7167a62ee26cb19a9a675d3.tar.gz
glibc-df152cc80e60dc8bf7167a62ee26cb19a9a675d3.tar.bz2
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--ChangeLog5
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.