summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-01-22 10:22:53 -0800
committerUlrich Drepper <drepper@redhat.com>2010-01-22 10:22:53 -0800
commit5ddf954cf19d43f54ba44f487427d210952e1236 (patch)
treea63514c3c5df0dacad8088f712153de51b70d89d /ChangeLog
parent4f08104cbf07d87a42c389f2af17f87c445e59d5 (diff)
Simplify test in re_string_skip_chars.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 60f710797e..14e3199aee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-01-22 Ulrich Drepper <drepper@redhat.com>
+
+ * posix/regex_internal.c (re_string_skip_chars): Simplify test for
+ failed mbrtowc call.
+
2010-01-22 Jim Meyering <jim@meyering.net>
[BZ #11186]