aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-12-27 16:44:39 +0000
committerUlrich Drepper <drepper@redhat.com>2004-12-27 16:44:39 +0000
commitab4b89fe8a6b41b6317e18e0d14c81103f3d98e1 (patch)
tree57afed6eec52d039993ba5448ba6614f8112e7f4 /ChangeLog
parentd143c49e00c816194b02c51995f7267f77e6a3d7 (diff)
downloadglibc-ab4b89fe8a6b41b6317e18e0d14c81103f3d98e1.tar
glibc-ab4b89fe8a6b41b6317e18e0d14c81103f3d98e1.tar.gz
glibc-ab4b89fe8a6b41b6317e18e0d14c81103f3d98e1.tar.bz2
glibc-ab4b89fe8a6b41b6317e18e0d14c81103f3d98e1.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c5d3c6b4f..ed69b031f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+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.
+
2004-12-21 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/i386/clone.S (__clone): Make sure %esp when