diff options
author | Andreas Schwab <schwab@redhat.com> | 2010-05-05 09:59:25 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-05-05 09:59:25 -0700 |
commit | d84acf388ed8b3f162dda0512139095bfc268beb (patch) | |
tree | f832d5949540bb58645a87613c08c5076c6521b2 /ChangeLog | |
parent | 5d05c55424406c947618d60f06fc0d119a4f0e54 (diff) | |
download | glibc-d84acf388ed8b3f162dda0512139095bfc268beb.tar glibc-d84acf388ed8b3f162dda0512139095bfc268beb.tar.gz glibc-d84acf388ed8b3f162dda0512139095bfc268beb.tar.bz2 glibc-d84acf388ed8b3f162dda0512139095bfc268beb.zip |
Fix lookup of collation sequence value during regexp matching
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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> |