diff options
author | Andreas Schwab <schwab@redhat.com> | 2011-10-25 14:55:08 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2011-10-25 15:25:37 +0200 |
commit | 37822576b8cf2a04fb34212fb0ae82d3b607bed2 (patch) | |
tree | 49a3f1688b2994ff22979540465c94df815bf828 /ChangeLog | |
parent | 31ea014d8b09e6aa4f07cdb86c94ce50f1b92c2a (diff) | |
download | glibc-37822576b8cf2a04fb34212fb0ae82d3b607bed2.tar.gz glibc-37822576b8cf2a04fb34212fb0ae82d3b607bed2.tar.xz glibc-37822576b8cf2a04fb34212fb0ae82d3b607bed2.zip |
Fix strchr test
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1046feee0b..1d0e0fccc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-10-25 Andreas Schwab <schwab@redhat.com> + + * string/test-strchr.c (do_test): Don't generate NUL bytes. + 2011-10-25 Ulrich Drepper <drepper@gmail.com> * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible. |