aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-02-02 20:10:21 +0000
committerUlrich Drepper <drepper@redhat.com>2004-02-02 20:10:21 +0000
commit15bad1a583626ee14e73ecbaf477c7b95f244965 (patch)
tree3ea2f753b7e183c888852f22af3d6491bac5b2c9 /ChangeLog
parent3eb614154cb841e131cb1b9d213ef29f44b5fa10 (diff)
downloadglibc-15bad1a583626ee14e73ecbaf477c7b95f244965.tar
glibc-15bad1a583626ee14e73ecbaf477c7b95f244965.tar.gz
glibc-15bad1a583626ee14e73ecbaf477c7b95f244965.tar.bz2
glibc-15bad1a583626ee14e73ecbaf477c7b95f244965.zip
#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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ceb991811..a65745695a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.