[BZ #3747]
authorUlrich Drepper <drepper@redhat.com>
Tue, 19 Dec 2006 08:18:18 +0000 (08:18 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 19 Dec 2006 08:18:18 +0000 (08:18 +0000)
commit5bcba0ed52c291c1758a8daf24a7ed1680b0330f
treeb9849ac2cc5f9b4be532e8763710e757afac1eee
parent9e1444fc3ddba6efabe467007c1e600f4571687c
[BZ #3747]

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.
ChangeLog
stdlib/Makefile
stdlib/jrand48_r.c
stdlib/tst-rand48-2.c [new file with mode: 0644]
stdlib/tst-rand48.c