diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-02-05 15:23:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-02-05 15:23:55 +0000 |
commit | 784aacea3cdce36a6baef08cd504b89c1434fea9 (patch) | |
tree | f0aa696536571e272ed9e499ad3611af23f46ee9 /ChangeLog | |
parent | bf7a246393f27117a1ed0fc4d266f6f9f7f3d3c1 (diff) | |
download | glibc-784aacea3cdce36a6baef08cd504b89c1434fea9.tar.gz glibc-784aacea3cdce36a6baef08cd504b89c1434fea9.tar.xz glibc-784aacea3cdce36a6baef08cd504b89c1434fea9.zip |
[BZ #3957]
2007-02-05 Jakub Jelinek <jakub@redhat.com> [BZ #3957] * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0' bit for RE_HAT_LISTS_NOT_NEWLINE. (build_charclass_op): Remove bogus comment. * posix/Makefile (tests): Add bug-regex27 and bug-regex28. * posix/bug-regex27.c: New test. * posix/bug-regex28.c: New test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9d33e863e2..8eaab91827 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2007-02-05 Jakub Jelinek <jakub@redhat.com> + + [BZ #3957] + * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0' + bit for RE_HAT_LISTS_NOT_NEWLINE. + (build_charclass_op): Remove bogus comment. + * posix/Makefile (tests): Add bug-regex27 and bug-regex28. + * posix/bug-regex27.c: New test. + * posix/bug-regex28.c: New test. + 2007-02-03 Ulrich Drepper <drepper@redhat.com> * po/sv.po: Update from translation team. |