From 46a43a99c6b835dd6f10e2fd4d24cd5c70a26691 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Fri, 9 Jun 2000 18:50:05 +0000 Subject: Fri Jun 9 14:28:00 2000 Jeff Johnston * libc/include/sys/reent.h (_rand_next): Changed to unsigned long long and moved to end of _reent struct in _new union. (_REENT_INIT): Changed to move _rand_next initialization. * libc/stdlib/rand.c (rand): Changed to use unsigned long long linear congruential algorithm that is used by DJGPP. --- newlib/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'newlib/ChangeLog') diff --git a/newlib/ChangeLog b/newlib/ChangeLog index a322e1143..9ec544c40 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,11 @@ +Fri Jun 9 14:28:00 2000 Jeff Johnston + + * libc/include/sys/reent.h (_rand_next): Changed to + unsigned long long and moved to end of _reent struct in _new union. + (_REENT_INIT): Changed to move _rand_next initialization. + * libc/stdlib/rand.c (rand): Changed to use unsigned long long + linear congruential algorithm that is used by DJGPP. + Thu Jun 8 21:18:00 2000 Ranjith Kumaran * libc/include/stdlib.h: Set RAND_MAX to __RAND_MAX. -- cgit v1.2.3