diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2000-06-09 18:50:05 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2000-06-09 18:50:05 +0000 |
commit | 46a43a99c6b835dd6f10e2fd4d24cd5c70a26691 (patch) | |
tree | 8d4dab67e74cfebee22703642dc0f7ff961a9db4 /newlib/ChangeLog | |
parent | b6c40e83e9f6513e7aee7583a75bff4ec3892bed (diff) | |
download | cygnal-46a43a99c6b835dd6f10e2fd4d24cd5c70a26691.tar.gz cygnal-46a43a99c6b835dd6f10e2fd4d24cd5c70a26691.tar.bz2 cygnal-46a43a99c6b835dd6f10e2fd4d24cd5c70a26691.zip |
Fri Jun 9 14:28:00 2000 Jeff Johnston <jjohnstn@cygnus.com>
* 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.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
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 <jjohnstn@cygnus.com> + + * 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 <ranjith@cygnus.com> * libc/include/stdlib.h: Set RAND_MAX to __RAND_MAX. |