diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-10-02 22:41:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-10-02 22:41:11 +0000 |
commit | 134abcb5b9ba854fec25051cd3c9f88e760913c5 (patch) | |
tree | 3988d22ca828c20e2fa396d7b021915a5d6f47e6 /ChangeLog | |
parent | b77ca0e82754c1b0615e5ca6acd343018ffcb287 (diff) | |
download | glibc-134abcb5b9ba854fec25051cd3c9f88e760913c5.tar.gz glibc-134abcb5b9ba854fec25051cd3c9f88e760913c5.tar.xz glibc-134abcb5b9ba854fec25051cd3c9f88e760913c5.zip |
Update.
2003-09-26 Paolo Bonzini <bonzini@gnu.org> * posix/regcomp.c (parse_sub_exp): Pass RE_CARET_ANCHORS_HERE for the first token in a subexpression as well. 2003-10-02 Jakub Jelinek <jakub@redhat.com> * posix/regcomp.c (peek_token): Add 2003-09-20 changes for anchor handling again. (parse_reg_exp): Likewise. * posix/regex.h (RE_CARET_ANCHORS_HERE): Define. * posix/bug-regex11.c (tests): Add new tests. * posix/bug-regex12.c (tests): Add new test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index bd32162a0e..b52de0049f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2003-09-26 Paolo Bonzini <bonzini@gnu.org> + + * posix/regcomp.c (parse_sub_exp): Pass RE_CARET_ANCHORS_HERE + for the first token in a subexpression as well. + +2003-10-02 Jakub Jelinek <jakub@redhat.com> + + * posix/regcomp.c (peek_token): Add 2003-09-20 changes for anchor + handling again. + (parse_reg_exp): Likewise. + * posix/regex.h (RE_CARET_ANCHORS_HERE): Define. + + * posix/bug-regex11.c (tests): Add new tests. + * posix/bug-regex12.c (tests): Add new test. + 2003-10-01 Thorsten Kukuk <kukuk@suse.de> * elf/dl-reloc.c (_dl_allocate_static_tls): Move definition of |