summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-10-06 14:32:22 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-10-06 14:32:22 (GMT)
commit9a9830e9ae1659f50647d28b879f819e2b6a4993 (patch)
tree549421089ef70fa0ac312e7309fbc4fe719a8089 /ChangeLog
parentee5f778e978b2eeb66266b4314b0952b7a3bbbff (diff)
downloadtcl-9a9830e9ae1659f50647d28b879f819e2b6a4993.zip
tcl-9a9830e9ae1659f50647d28b879f819e2b6a4993.tar.gz
tcl-9a9830e9ae1659f50647d28b879f819e2b6a4993.tar.bz2
* tests/reg.test: Corrected duplicate test names.
* tests/resource.test: [Bugs 710370, 710358] * tests/dict.test: * tests/dict.test: Updated [package require tcltest] lines to * tests/fileSystem.test: indiciate that these test files * tests/lrepeat.test: use features of tcltest 2. [Bug 706114] * tests/notify.test: * tests/parseExpr.test: * tests/unixNotfy.test: * tests/winDde.test:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3846f76..9914b77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2003-10-06 Don Porter <dgp@users.sourceforge.net>
+
+ * tests/reg.test: Corrected duplicate test names.
+ * tests/resource.test: [Bugs 710370, 710358]
+ * tests/dict.test:
+
+ * tests/dict.test: Updated [package require tcltest] lines to
+ * tests/fileSystem.test: indiciate that these test files
+ * tests/lrepeat.test: use features of tcltest 2. [Bug 706114]
+ * tests/notify.test:
+ * tests/parseExpr.test:
+ * tests/unixNotfy.test:
+ * tests/winDde.test:
+
2003-10-04 Miguel Sofer <msofer@users.sf.net>
* generic/tclExecute.c (TEBC):