diff options
author | Ulrich Drepper <drepper@gmail.com> | 2010-10-03 22:10:30 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2010-10-03 22:10:30 -0400 |
commit | 45db99c7d03e497a3320907e722270fb7ee852f3 (patch) | |
tree | fd833a3837cced914861744da1bc9d59d3f7e7ad /ChangeLog | |
parent | cf7a1eb81d3eb37e3dc2523f8b0ecccfe0ba8713 (diff) | |
download | glibc-45db99c7d03e497a3320907e722270fb7ee852f3.tar.gz glibc-45db99c7d03e497a3320907e722270fb7ee852f3.tar.xz glibc-45db99c7d03e497a3320907e722270fb7ee852f3.zip |
Fix handling of tail bytes of buffer in SSE2/SSSE3 x86-64 version strn{,case}cmp
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a49e12a0eb..c0c1600af9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2010-10-03 Ulrich Drepper <drepper@gmail.com> + + [BZ #12077] + * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer + for strncmp and strncasecmp. + * string/stratcliff.c: Add tests for strcmp and strncmp. + * wcsmbs/wcsatcliff.c: Adjust for stratcliff change. + 2010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org> * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to |