Update.
commitab4b89fe8a6b41b6317e18e0d14c81103f3d98e1
authorUlrich Drepper <drepper@redhat.com>
Mon, 27 Dec 2004 16:44:39 +0000 (27 16:44 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 27 Dec 2004 16:44:39 +0000 (27 16:44 +0000)
tree57afed6eec52d039993ba5448ba6614f8112e7f4
parentd143c49e00c816194b02c51995f7267f77e6a3d7
Update.

2004-04-27  Paolo Bonzini  <bonzini@gnu.org>

* posix/regex_internal.h (struct re_dfastate_t): Make
word_trtable a pointer to the 512-item transition table.
* posix/regexec.c (build_trtable): Fill in either state->trtable
or state->word_trtable.  Return a boolean indicating success.
(transit_state): Expect state->trtable to be a 256-item
transition table.  Reorganize code to have less tests in
the common case, and to save an indentation level.
ChangeLog
posix/regex_internal.h
posix/regexec.c