about summary refs log tree commit diff
path: root/stdlib/tst-rand48.c
Commit message (Collapse)AuthorAgeFilesLines
* [BZ #3747]Ulrich Drepper2006-12-191-14/+14
| | | | | | | | | | | 2006-12-18 Jakub Jelinek <jakub@redhat.com> [BZ #3747] * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the [-231 .. 231) range. * stdlib/tst-rand48.c (main): Fix expected values for 64-bit targets. * stdlib/tst-rand48-2.c: New test. * stdlib/Makefile (tests): Add tst-rand48-2.
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-14/+14
|
* 2.5-18.1Jakub Jelinek2007-07-121-14/+14
|
* Update.Ulrich Drepper2001-01-201-0/+390
* 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.