summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-10-07 04:48:37 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-10-07 04:48:37 (GMT)
commit3f967c6fad9f3a505746971ae3c67ab1e1302381 (patch)
tree4e86cc5260c2437526aded6923ce17929810d8af /ChangeLog
parente480612fad9f6dc863a8a24b72a8c167ab9ceca4 (diff)
downloadtcl-3f967c6fad9f3a505746971ae3c67ab1e1302381.zip
tcl-3f967c6fad9f3a505746971ae3c67ab1e1302381.tar.gz
tcl-3f967c6fad9f3a505746971ae3c67ab1e1302381.tar.bz2
* tests/regexp.test: Matched [makeFile] with [removeFile].
* tests/regexpComp.test: [Bug 675652]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 51f7bbf..5431bb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,9 @@
2003-10-06 Don Porter <dgp@users.sourceforge.net>
+ * tests/regexp.test: Matched [makeFile] with [removeFile].
+ * tests/regexpComp.test: [Bug 675652]
+
* tests/fCmd.test (fCmd-8.2): Test only that tilde-substitution
happens, not for any particular result. [Bug 685991]