diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-02-02 20:10:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-02-02 20:10:21 +0000 |
commit | 15bad1a583626ee14e73ecbaf477c7b95f244965 (patch) | |
tree | 3ea2f753b7e183c888852f22af3d6491bac5b2c9 /ChangeLog | |
parent | 3eb614154cb841e131cb1b9d213ef29f44b5fa10 (diff) | |
download | glibc-15bad1a583626ee14e73ecbaf477c7b95f244965.zip glibc-15bad1a583626ee14e73ecbaf477c7b95f244965.tar.gz glibc-15bad1a583626ee14e73ecbaf477c7b95f244965.tar.bz2 |
#Update.
2004-02-02 Paolo Bonzini <bonzini@gnu.org>
* posix/regexec.c (check_matching): Add P_MATCH_FIRST parameter.
(re_search_internal): Pass new parameter to check_matching.
(check_matching): Unless a parenthesized group is found at the
beginning of the regexp, advance P_MATCH_FIRST until we entered
a state different from the initial state.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-02-02 Paolo Bonzini <bonzini@gnu.org> + + * posix/regexec.c (check_matching): Add P_MATCH_FIRST parameter. + (re_search_internal): Pass new parameter to check_matching. + (check_matching): Unless a parenthesized group is found at the + beginning of the regexp, advance P_MATCH_FIRST until we entered + a state different from the initial state. + 2004-02-01 Ulrich Drepper <drepper@redhat.com> * math/libm-test.inc (lround_test): Add new test. |