]> git.ipfire.org Git - thirdparty/glibc.git/commit - posix/Makefile
[BZ #3957]
authorUlrich Drepper <drepper@redhat.com>
Mon, 5 Feb 2007 15:23:55 +0000 (15:23 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 5 Feb 2007 15:23:55 +0000 (15:23 +0000)
commit784aacea3cdce36a6baef08cd504b89c1434fea9
treef0aa696536571e272ed9e499ad3611af23f46ee9
parentbf7a246393f27117a1ed0fc4d266f6f9f7f3d3c1
[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.
ChangeLog
posix/Makefile
posix/bug-regex27.c [new file with mode: 0644]
posix/bug-regex28.c [new file with mode: 0644]
posix/regcomp.c