summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2010-05-05 09:59:25 -0700
committerUlrich Drepper <drepper@redhat.com>2010-05-05 09:59:25 -0700
commitd84acf388ed8b3f162dda0512139095bfc268beb (patch)
treef832d5949540bb58645a87613c08c5076c6521b2 /ChangeLog
parent5d05c55424406c947618d60f06fc0d119a4f0e54 (diff)
Fix lookup of collation sequence value during regexp matching
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e379606345..b3d22b851e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
-2010-05-05 Andreas Schwab <schwab@redhat.com>
+2010-05-04 Andreas Schwab <schwab@redhat.com>
- * INSTALL: Regenerate.
+ * posix/regexec.c (find_collation_sequence_value): Fix skipping
+ the wide char sequence of the collating element.
2010-05-05 Ulrich Drepper <drepper@redhat.com>