aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-02-20 21:48:49 +0000
committerRoland McGrath <roland@gnu.org>2006-02-20 21:48:49 +0000
commit24d58fb41db26300aa7ebfdf7b373860f636979a (patch)
treef513237bfb4238bd5f54277bb94c1b05178dea0f /ChangeLog
parent25bc77e6da7f3f767ec002d2cbb022803229a1d9 (diff)
downloadglibc-24d58fb41db26300aa7ebfdf7b373860f636979a.tar
glibc-24d58fb41db26300aa7ebfdf7b373860f636979a.tar.gz
glibc-24d58fb41db26300aa7ebfdf7b373860f636979a.tar.bz2
glibc-24d58fb41db26300aa7ebfdf7b373860f636979a.zip
* 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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d478859dc..ac56616287 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.