summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-11-10 18:51:26 +0000
committerUlrich Drepper <drepper@redhat.com>2004-11-10 18:51:26 +0000
commitcb265fec1b6213b1aa33d078122ad45ae01d9670 (patch)
treebb6a88669aca1d70dcae198ede57a06d91674ad6 /ChangeLog
parentbb677c9581b95720df6b28c375a3278d69e06f44 (diff)
Update.
* posix/regexec.c (match_ctx_free_subtops): Remove, merge into... (match_ctx_clean): ... this function. (match_ctx_free): Call match_ctx_clean.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2088104c0f..474d36eaea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-11-09 Paolo Bonzini <bonzini@gnu.org>
+ * posix/regexec.c (match_ctx_free_subtops): Remove, merge into...
+ (match_ctx_clean): ... this function.
+ (match_ctx_free): Call match_ctx_clean.
+
* posix/regexec.c (transit_state): Remove the check for
out-of-bounds buffers.
(check_matching): Check here for out-of-bounds buffers.