summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2002-05-07 15:54:39 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2002-05-07 15:54:39 (GMT)
commit10cbc226c1ac7f429fb8a011dd091beee3f3afeb (patch)
treeb05c563bb59122105db2a6a5d1b22a485438d56f /ChangeLog
parent7c91f1013324e9413b31489bacb0006f0ec0f997 (diff)
downloadtcl-10cbc226c1ac7f429fb8a011dd091beee3f3afeb.zip
tcl-10cbc226c1ac7f429fb8a011dd091beee3f3afeb.tar.gz
tcl-10cbc226c1ac7f429fb8a011dd091beee3f3afeb.tar.bz2
Fix for bugs #549607 & #549610: testsuite failures for filenames with spaces.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b6c47c..b6968d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-05-07 Miguel Sofer <msofer@users.sourceforge.net>
+
+ * tests/basic.test: Fix for [Bug 549607]
+ * tests/encoding.test: Fix for [Bug 549610]
+ These are testsuite bugs that caused failures when the filename
+ contained spaces. Report & fix by Kevin Kenny.
+
2002-05-02 Vince Darley <vincentdarley@users.sourceforge.net>
* generic/tclFileName.c: fix to freeing a bad object