diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index da1eb4fd16..ca7aa84934 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ 2003-12-14 Paolo Bonzini <bonzini@gnu.org> + * posix/regexec.c (check_arrival): Remove duplicate test. + +2003-12-15 Ulrich Drepper <drepper@redhat.com> + + * posix/regcomp.c: Make !RE_ENABLE_I18N work again. + * posix/regex_internal.c: Likewise. + * posix/regexec.c: Likewise. + Patch by Paolo Bonzini. + +2003-12-14 Paolo Bonzini <bonzini@gnu.org> + * posix/regex_internal.c (re_acquire_state_context): Compare the node sets after all the other comparisons. |