diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-12-16 06:16:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-12-16 06:16:27 +0000 |
commit | c0d5034ed1517d6e545d141d697abc2f10528c2c (patch) | |
tree | ff130882d1c2127b951ab58053eb44ebf3699d0e /ChangeLog | |
parent | a0a8461cf99175130a793e6d277b199aa8e670f9 (diff) | |
download | glibc-c0d5034ed1517d6e545d141d697abc2f10528c2c.tar.gz glibc-c0d5034ed1517d6e545d141d697abc2f10528c2c.tar.xz glibc-c0d5034ed1517d6e545d141d697abc2f10528c2c.zip |
Update.
* 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>
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. |