summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-03-31 18:30:26 +0000
committerUlrich Drepper <drepper@redhat.com>2008-03-31 18:30:26 +0000
commit3eb9c80984fa8ffa1bba570b34c380bbfd2a0258 (patch)
tree0d00190a9a2387acc0c3f83579a753883c491fdf /ChangeLog
parent4e0b2dbe548876b86fcb7067f2e7f6ff7a9eedc6 (diff)
downloadglibc-3eb9c80984fa8ffa1bba570b34c380bbfd2a0258.tar.gz
[BZ #6007]
2008-03-31 Ulrich Drepper <drepper@redhat.com> [BZ #6007] * string/strfry.c: Handle empty strings again.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 52f4456679..2cf9f3c5ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-31 Ulrich Drepper <drepper@redhat.com>
+
+ [BZ #6007]
+ * string/strfry.c: Handle empty strings again.
+
2008-03-30 Ulrich Drepper <drepper@redhat.com>
[BZ #5443]