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 /posix/Makefile | |
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 'posix/Makefile')
-rw-r--r-- | posix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile index 712e7c2069..d17e976e3c 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -81,7 +81,8 @@ tests := tstgetopt testfnm runtests runptests \ bug-regex13 bug-regex14 bug-regex15 bug-regex16 \ bug-regex17 bug-regex18 bug-regex19 bug-regex20 \ bug-regex21 bug-regex22 bug-regex23 bug-regex24 \ - bug-regex25 bug-regex26 tst-nice tst-nanosleep tst-regex2 \ + bug-regex25 bug-regex26 bug-regex27 bug-regex28 \ + tst-nice tst-nanosleep tst-regex2 \ transbug tst-rxspencer tst-pcre tst-boost \ bug-ga1 tst-vfork1 tst-vfork2 tst-vfork3 tst-waitid \ tst-getaddrinfo2 bug-glob1 bug-glob2 tst-sysconf \ |