From ab4b89fe8a6b41b6317e18e0d14c81103f3d98e1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 27 Dec 2004 16:44:39 +0000 Subject: Update. 2004-04-27 Paolo Bonzini * 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 | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5c5d3c6b4f..ed69b031f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2004-04-27 Paolo Bonzini + + * 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. + 2004-12-21 Jakub Jelinek * sysdeps/unix/sysv/linux/i386/clone.S (__clone): Make sure %esp when -- cgit v1.2.3