summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-10-02 18:02:25 +0000
committerUlrich Drepper <drepper@redhat.com>2007-10-02 18:02:25 +0000
commit6e682cf5c1abaa1689549ea4208269ff4939d824 (patch)
tree7473b55feb0f52273e8c2e6a47eca309edf3869b /ChangeLog
parent90241a2024d430ab2a1706513e596621222588a5 (diff)
* string/strcoll_l.c (STRCOLL): Correct handling of switching from
backward to forward direction.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4339ef4d39..50d30f12e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2007-10-02 Ulrich Drepper <drepper@redhat.com>
+ * string/strcoll_l.c (STRCOLL): Correct handling of switching from
+ backward to forward direction.
+
* string/strcoll_l.c (STRCOLL): Correct test for alloca use.
[BZ #645]