Update.cvs/fedora-glibc-20041112T1640
commit7db612081aa9c2d0b7e6205582a80aa2e9342f8f
authorUlrich Drepper <drepper@redhat.com>
Fri, 12 Nov 2004 09:45:05 +0000 (12 09:45 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 12 Nov 2004 09:45:05 +0000 (12 09:45 +0000)
treed904731f71b778954e15e6a7ba7bb9dbdf0bc4c9
parentccd8de9aa69df004a3df02333fb01f4eaf990d92
Update.

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.
ChangeLog
posix/Makefile
posix/bug-regex24.c [new file with mode: 0644]
posix/regex_internal.h
posix/regexec.c