diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-04-12 15:29:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-04-12 15:29:07 +0000 |
commit | 806bc96abb96212c38ef54ea80a86b45647161eb (patch) | |
tree | 479050d0c1226f7e08ecdef9b3de2f20271f6aa2 /ChangeLog | |
parent | fcc3501c221534c9329d2f438ecf0f1323f18a4d (diff) | |
download | glibc-806bc96abb96212c38ef54ea80a86b45647161eb.zip glibc-806bc96abb96212c38ef54ea80a86b45647161eb.tar.gz glibc-806bc96abb96212c38ef54ea80a86b45647161eb.tar.bz2 |
* stdlib/random_r.c (__initstate_r): Don't use non-existing state.
* string/tst-strfry.c: New file.
* string/Makefile (tests): Add tst-strfry.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-04-12 Ulrich Drepper <drepper@redhat.com> + + * stdlib/random_r.c (__initstate_r): Don't use non-existing state. + * string/tst-strfry.c: New file. + * string/Makefile (tests): Add tst-strfry. + 2005-04-11 James A. Morrison <ja2morri@uwaterloo.ca> * manual/string.texi: Fix typo in wmemcpy decl. |