Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 22 Dec 2003 06:52:35 +0000 (06:52 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 22 Dec 2003 06:52:35 +0000 (06:52 +0000)
commit1cef7b3caef9c520148f15511ec193dcce80d1b2
tree8acf73aea465bfc031b6012c4164f3ff43206286
parent7de661083b26a7cba6d136f7b7311e732c0ff9e0
Update.

2003-12-21  Jakub Jelinek  <jakub@redhat.com>

* posix/regcomp.c (duplicate_node, duplicate_node_closure): Revert
2003-11-24 changes.
* posix/regexec.c (group_nodes_into_DFAstates): For CHARACTER with
NEXT_{,NOT}WORD_CONSTRAINT check word_char bit.
* posix/bug-regex19.c (tests): Add new tests.

* posix/regexec.c (check_dst_limits_calc_pos): Fix formatting.

* posix/regcomp.c (parse_dup_op): Return NULL if dup_elem is NULL,
after checking syntax.  Optimize.
(calc_first): Fix comment.
* posix/bug-regex13.c (tests): Add new tests.
ChangeLog
posix/bug-regex13.c
posix/bug-regex19.c
posix/regexec.c