]> git.ipfire.org Git - thirdparty/glibc.git/commit
2007-02-05 Jakub Jelinek <jakub@redhat.com>
authorJakub Jelinek <jakub@redhat.com>
Thu, 12 Jul 2007 14:50:17 +0000 (14:50 +0000)
committerJakub Jelinek <jakub@redhat.com>
Thu, 12 Jul 2007 14:50:17 +0000 (14:50 +0000)
commita7beb7950083163f5581152f830b3a06b6408bfb
tree93e53dae80bba94dd58b17451cf3679153c017cd
parent396784a88443fe01785e59c6cce732db630f4271
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.
ChangeLog
posix/Makefile
posix/bug-regex27.c [new file with mode: 0644]
posix/bug-regex28.c [new file with mode: 0644]
posix/regcomp.c