diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-10-29 11:54:15 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-10-29 11:54:15 -0400 |
commit | 51d91b18954c998ccda310231f4d120f21a5fd79 (patch) | |
tree | 49ff5e47db201d35fc2f65cac0ea17d5dcad42dd /ChangeLog | |
parent | b611fb810f3932d60b2952a3d7d012d875e4284d (diff) | |
download | glibc-51d91b18954c998ccda310231f4d120f21a5fd79.tar.gz glibc-51d91b18954c998ccda310231f4d120f21a5fd79.tar.xz glibc-51d91b18954c998ccda310231f4d120f21a5fd79.zip |
Add strchrnul performance test
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f673202c99..98db0948cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2011-10-29 Ulrich Drepper <drepper@gmail.com> + * string/test-strchr.c: Make usable for strchrnul testing. + * string/test-strchrnul.c: New file. + * string/Makefile (strop-tests): Add strchrnul. + * po/it.po: Update from translation team. * po/es.po: Likewise. |