summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2003-02-10 12:50:30 (GMT)
committervincentdarley <vincentdarley>2003-02-10 12:50:30 (GMT)
commit71073845ccadf428914c16d0163073f941114c72 (patch)
treec3b570affd9947fcdb255e3417752cd71200acc1 /ChangeLog
parent850d398c1a0776e72d591c406090dfaca8492aeb (diff)
downloadtcl-71073845ccadf428914c16d0163073f941114c72.zip
tcl-71073845ccadf428914c16d0163073f941114c72.tar.gz
tcl-71073845ccadf428914c16d0163073f941114c72.tar.bz2
further fs cleanup
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c195cc4..67b3781 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,9 @@
foreach f [glob *] { # action and/or recursion on $f }
cd ..
+ * generic/tclTest.c: Fix for [Bug 683181] where test suite
+ left files in 'tmp'.
+
2003-02-08 Jeff Hobbs <jeffh@ActiveState.com>
* library/safe.tcl: code cleanup of eval and string comp use.