summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-02-01 00:27:53 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-02-01 00:27:53 (GMT)
commitc6ba244014f32c930a14f48a9dfdcd463b986167 (patch)
tree2d754bccfd261f65180e2cf630619b864301c1b6 /ChangeLog
parente9307add3ad324ccd88106208eede2efec27fa83 (diff)
downloadtcl-c6ba244014f32c930a14f48a9dfdcd463b986167.zip
tcl-c6ba244014f32c930a14f48a9dfdcd463b986167.tar.gz
tcl-c6ba244014f32c930a14f48a9dfdcd463b986167.tar.bz2
[Bug 2942697]: Rework the RE engine so that certain pathological patterns are
matched much more rapidly. Many thanks to Tom Lane for dianosing this issue and providing an initial patch.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f7713d..527339e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-02-01 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/regexec.c (ccondissect, crevdissect): [Bug 2942697]: Rework
+ these functions so that certain pathological patterns are matched much
+ more rapidly. Many thanks to Tom Lane for dianosing this issue and
+ providing an initial patch.
+
2010-01-30 Donal K. Fellows <dkf@users.sf.net>
* generic/tclCompile.c (tclInstructionTable): Bytecode instructions