summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstanton <stanton>1999-08-05 01:21:15 (GMT)
committerstanton <stanton>1999-08-05 01:21:15 (GMT)
commitc882b207152a2bedd3aef2fab8e95821f6bef28f (patch)
tree0daebdd742b5723a2f4492ee2fb34a9f1356c4b6
parentcda7ffb973ff484284cff45a5f820e86e95dd7e3 (diff)
downloadtcl-c882b207152a2bedd3aef2fab8e95821f6bef28f.zip
tcl-c882b207152a2bedd3aef2fab8e95821f6bef28f.tar.gz
tcl-c882b207152a2bedd3aef2fab8e95821f6bef28f.tar.bz2
*** empty log message ***
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 26d4707..5ff9a1f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+1999-08-04 Scott Stanton <stanton@scriptics.com>
+
+ * tests/reg.test: Added test for REG_EXPECT bug fixed by Henry's
+ patch.
+
+ * generic/regc_nfa.c:
+ * generic/regcomp.c:
+ * generic/rege_dfa.c:
+ * generic/regexec.c:
+ * generic/regguts.h: Applied patches supplied by Henry Spencer to
+ greatly enhance the performance of certain classes of regular
+ expressions. [Bug: 2440, 2447]
+
1999-08-03 Scott Redman <redman@scriptics.com>
* win/tclWinInt.h: Remove function declarations in header that was