diff options
author | Andreas Schwab <schwab@redhat.com> | 2010-05-05 09:59:25 -0700 |
---|---|---|
committer | Petr Baudis <pasky@ucw.cz> | 2010-05-12 03:21:23 +0200 |
commit | b9b562e8bc985e9dd7f1cc0ef8aeb32e448e9cfa (patch) | |
tree | f014ed0181157ccb7224e059fb34c3c6352e36f7 /ChangeLog | |
parent | 50a66cf51789d82e515951a9d378bfacc0289df7 (diff) | |
download | glibc-b9b562e8bc985e9dd7f1cc0ef8aeb32e448e9cfa.tar.gz glibc-b9b562e8bc985e9dd7f1cc0ef8aeb32e448e9cfa.tar.xz glibc-b9b562e8bc985e9dd7f1cc0ef8aeb32e448e9cfa.zip |
Fix lookup of collation sequence value during regexp matching
(cherry picked from commit d84acf388ed8b3f162dda0512139095bfc268beb)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 373742c428..921df9b31a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-05-04 Andreas Schwab <schwab@redhat.com> + + * posix/regexec.c (find_collation_sequence_value): Fix skipping + the wide char sequence of the collating element. + 2010-05-03 Ulrich Drepper <drepper@redhat.com> [BZ #11149] |