diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-11-12 09:45:05 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-11-12 09:45:05 +0000 |
commit | 7db612081aa9c2d0b7e6205582a80aa2e9342f8f (patch) | |
tree | d904731f71b778954e15e6a7ba7bb9dbdf0bc4c9 /posix/Makefile | |
parent | ccd8de9aa69df004a3df02333fb01f4eaf990d92 (diff) | |
download | glibc-7db612081aa9c2d0b7e6205582a80aa2e9342f8f.tar.gz glibc-7db612081aa9c2d0b7e6205582a80aa2e9342f8f.tar.xz glibc-7db612081aa9c2d0b7e6205582a80aa2e9342f8f.zip |
Update. cvs/fedora-glibc-20041112T1640
2004-11-12 Ulrich Drepper <drepper@redhat.com> * posix/Makefile (tests): Add bug-regex24. * posix/bug-regex24.c: New file. 2004-11-12 Paolo Bonzini <bonzini@gnu.org> * posix/regexec.c (check_dst_limits_calc_pos_1): Use the map to cut recursive paths. Make exit condition more precise. (match_ctx_add_entry): Initialize the map. * posix/regex_internal.h (struct re_backref_cache_entry): Add a map of reachable subexpression nodes from each backreference cache entry.
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 cd6a52c098..8bc15ad215 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -79,7 +79,8 @@ tests := tstgetopt testfnm runtests runptests \ bug-regex8 bug-regex9 bug-regex10 bug-regex11 bug-regex12 \ bug-regex13 bug-regex14 bug-regex15 bug-regex16 \ bug-regex17 bug-regex18 bug-regex19 bug-regex20 \ - bug-regex21 bug-regex22 bug-regex23 tst-nice tst-nanosleep \ + bug-regex21 bug-regex22 bug-regex23 bug-regex24 \ + tst-nice tst-nanosleep \ transbug tst-rxspencer tst-pcre tst-boost \ bug-ga1 tst-vfork1 tst-vfork2 tst-waitid \ tst-getaddrinfo2 bug-glob1 bug-glob2 |