Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tue Jun 20 14:30:00 2000 Jeff Johnston <jjohnstn@cygnus.com> | Jeff Johnston | 2000-06-20 | 1 | -1/+1 |
| | | | | | | | * libc/include/sys/reent.h (_rand_next): Added __extension__ qualifier as long long type is not strict ANSI. * libc/stdlib/rand.c (rand): Added __extension__ qualifier to long long constant. | ||||
* | Fri Jun 9 14:28:00 2000 Jeff Johnston <jjohnstn@cygnus.com> | Jeff Johnston | 2000-06-09 | 1 | -3/+6 |
| | | | | | | | | * 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. | ||||
* | import newlib-2000-02-17 snapshot | Christopher Faylor | 2000-02-17 | 1 | -0/+86 |