diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-01-15 19:11:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-01-15 19:11:51 +0000 |
commit | ebca8f730eb78d3aaa0d245033556e0c9fb0ec35 (patch) | |
tree | 54f5894a3862cf25d0bcde542b5145a9309fcd7c /ChangeLog | |
parent | 7c33ca8bb39c9885abc06af05d7ef19d16eeef83 (diff) | |
download | glibc-ebca8f730eb78d3aaa0d245033556e0c9fb0ec35.tar.gz glibc-ebca8f730eb78d3aaa0d245033556e0c9fb0ec35.tar.xz glibc-ebca8f730eb78d3aaa0d245033556e0c9fb0ec35.zip |
[BZ #5614]
2008-01-15 Ulrich Drepper <drepper@redhat.com> [BZ #5614] * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP. (__strtok_r): Simplify. * string/tester.c (test_strtok_r): Add test case for futile search with single-character seach string.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3fa16372e5..92e86aeca6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-01-15 Ulrich Drepper <drepper@redhat.com> + + [BZ #5614] + * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP. + (__strtok_r): Simplify. + * string/tester.c (test_strtok_r): Add test case for futile search + with single-character seach string. + 2008-01-12 Ulrich Drepper <drepper@redhat.com> * po/ko.po: Update from translation team. |