summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-07-01 14:35:09 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-07-01 14:35:09 (GMT)
commit3eeb6cda634b43eb2e12bbdc7bc6b70f1ffefbb8 (patch)
treecfb93447d503dbeab21fd2aa002114f59cb7dfeb /ChangeLog
parent453df7044062f9f79fff8b0a578fc2ade81bb829 (diff)
downloadtcl-3eeb6cda634b43eb2e12bbdc7bc6b70f1ffefbb8.zip
tcl-3eeb6cda634b43eb2e12bbdc7bc6b70f1ffefbb8.tar.gz
tcl-3eeb6cda634b43eb2e12bbdc7bc6b70f1ffefbb8.tar.bz2
* tests/pkg/samename.tcl: restored. needed by pkgMkIndex.test.
* library/tcltest/tcltest.tcl: restored writeability testing of -tmpdir, augmented by a special exception for the deafault value.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 788fd21..d2ac096 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-07-01 Don Porter <dgp@users.sourceforge.net>
+
+ * tests/pkg/samename.tcl: restored. needed by pkgMkIndex.test.
+
+ * library/tcltest/tcltest.tcl: restored writeability testing of
+ -tmpdir, augmented by a special exception for the deafault value.
+
2002-07-01 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* doc/concat.n: Documented the *real* behaviour of [concat]!