diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-10-01 09:26:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-10-01 09:26:03 +0000 |
commit | a877402c0f14eb9614576cc1b3579a5ca4b683ef (patch) | |
tree | 54035576de0bab57bffa37df14a772f86c4e708a /ChangeLog | |
parent | dd385d7c7b43cdcee307801c9fc02db5afbde520 (diff) | |
download | glibc-a877402c0f14eb9614576cc1b3579a5ca4b683ef.tar glibc-a877402c0f14eb9614576cc1b3579a5ca4b683ef.tar.gz glibc-a877402c0f14eb9614576cc1b3579a5ca4b683ef.tar.bz2 glibc-a877402c0f14eb9614576cc1b3579a5ca4b683ef.zip |
Update.
2002-10-01 Isamu Hasegawa <isamu@yamato.ibm.com>
* posix/regex_internal.c (re_string_reconstruct): Reset the member
LEN and STOP.
* posix/regexec.c (re_search_stub): Remove incorrect condition of
"range < 0".
Round RANGE in case that it is too small.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2002-10-01 Isamu Hasegawa <isamu@yamato.ibm.com> + + * posix/regex_internal.c (re_string_reconstruct): Reset the member + LEN and STOP. + * posix/regexec.c (re_search_stub): Remove incorrect condition of + "range < 0". + Round RANGE in case that it is too small. + 2002-10-01 Roland McGrath <roland@frob.com> * config.h.in (NO_HIDDEN): New #undef. |