summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-02-01 11:19:28 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-02-01 11:19:28 (GMT)
commit8dc76eca1beb59a4b83d3a8465e445a23ce9b4fb (patch)
treebcbbb1be2539993ae7b60ac93724fef8f6851b67 /ChangeLog
parent0ef0708322e51a6c0a8c283ec573d5f74cf03d58 (diff)
downloadtcl-8dc76eca1beb59a4b83d3a8465e445a23ce9b4fb.zip
tcl-8dc76eca1beb59a4b83d3a8465e445a23ce9b4fb.tar.gz
tcl-8dc76eca1beb59a4b83d3a8465e445a23ce9b4fb.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--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 981328b..9249bc2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,15 @@
+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.
+
2009-11-16 Alexandre Ferrieux <ferrieux@users.sourceforge.net>
* generic/tclEncoding.c: (Backport) Fix [Bug 2891556] and improve
- * tests/econding.test: test to detect similar manifestations in the future.
+ * tests/econding.test: test to detect similar manifestations in the
+ future.
2009-11-12 Andreas Kupries <andreask@activestate.com>