diff options
author | Roland McGrath <roland@gnu.org> | 2006-02-20 21:48:49 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-02-20 21:48:49 +0000 |
commit | 24d58fb41db26300aa7ebfdf7b373860f636979a (patch) | |
tree | f513237bfb4238bd5f54277bb94c1b05178dea0f /ChangeLog | |
parent | 25bc77e6da7f3f767ec002d2cbb022803229a1d9 (diff) | |
download | glibc-24d58fb41db26300aa7ebfdf7b373860f636979a.zip glibc-24d58fb41db26300aa7ebfdf7b373860f636979a.tar.gz glibc-24d58fb41db26300aa7ebfdf7b373860f636979a.tar.bz2 |
* string/tester.c (test_strnlen): New function.
(test_strchr): Call it.
(test_strncat): Test lengths where the sign bit is set.
(test_strncmp): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-02-13 Mike Frysinger <vapier@gentoo.org> + + * string/tester.c (test_strnlen): New function. + (test_strchr): Call it. + (test_strncat): Test lengths where the sign bit is set. + (test_strncmp): Likewise. + 2006-02-17 Jakub Jelinek <jakub@redhat.com> * include/atomic.h (atomic_and, atomic_or): Define. |