Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 6 Oct 2003 23:44:15 +0000 (23:44 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 6 Oct 2003 23:44:15 +0000 (23:44 +0000)
commitd0b96fc49b1535d820fe9680746677e55b8e83db
tree19a82c56117e67a1244125fa7141e1995cf17e43
parent4bd2533694b5755da01c8c33184cdd0e14985cf4
Update.

* posix/bug-regex11.c: Add some more tests which fail so far.
Disable them.  Patch by Paolo Bonzini <bonzini@gnu.org>.

2003-10-05  Paolo Bonzini  <bonzini@gnu.org>

* posix/bug-regex11.c: Add more backreference-related test cases.
(main): Show the failing regex in the error messages.
* posix/regexec.c (check_dst_limits_calc_pos):
Simplify some nested conditionals.  Replace if's with a switch
statement.
(check_dst_limits_calc_pos <TYPE_BKREF>): Rename parameter NODE to
FROM_NODE, it shadows a local variable; don't recurse if FROM_NODE
does not change in the recursive invocation, fixing an infinite loop
in the ()\1*\1* regex.
(sift_states_backward): Fix function comment.
* posix/regcomp.c (calc_epsdest): Add an assertion.

2003-10-06  Ulrich Drepper  <drepper@redhat.com>
ChangeLog
posix/bug-regex11.c
posix/regexec.c