diff options
| author | Roland McGrath <roland@gnu.org> | 2005-02-10 09:40:23 +0000 |
|---|---|---|
| committer | Roland McGrath <roland@gnu.org> | 2005-02-10 09:40:23 +0000 |
| commit | f17c2202e4238b7408b8ee8ab742e5d2198cff6e (patch) | |
| tree | bb7302826f1e982e4e3010e8cceacd0dbf7d3fc1 /ChangeLog | |
| parent | 1a53c052c34ec4e934ba177b4f5bcf0b51be2ceb (diff) | |
| download | glibc-f17c2202e4238b7408b8ee8ab742e5d2198cff6e.tar.xz glibc-f17c2202e4238b7408b8ee8ab742e5d2198cff6e.zip | |
[BZ #710]
2005-02-09 Jakub Jelinek <jakub@redhat.com>
[BZ #710]
* stdlib/random_r.c (__initstate_r): Save old state.
* stdlib/Makefile (tests): Add tst-random2.
* stdlib/tst-random2.c: New test.
Reported by Peter Bergner <bergner@vnet.ibm.com>.
(s390-.*-.*, powerpc.*-.*-.*, sparc.*-.*-.*): Add WORDSIZE64 entries
for these mapping back to the above.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2005-02-09 Jakub Jelinek <jakub@redhat.com> + + [BZ #710] + * stdlib/random_r.c (__initstate_r): Save old state. + * stdlib/Makefile (tests): Add tst-random2. + * stdlib/tst-random2.c: New test. + Reported by Peter Bergner <bergner@vnet.ibm.com>. + 2005-01-25 H.J. Lu <hongjiu.lu@intel.com> * dlfcn/dlfcn.c (init): Put it in .init_array section. @@ -20,6 +28,8 @@ (s390x-.*-.*): Likewise for s390. (powerpc64-.*-.*): Likewise for powerpc. (sparc64-.*-.*): Likewise for sparc. + (s390-.*-.*, powerpc.*-.*-.*, sparc.*-.*-.*): Add WORDSIZE64 entries + for these mapping back to the above. 2005-02-08 Jakub Jelinek <jakub@redhat.com> |
