diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2002-05-07 15:54:39 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2002-05-07 15:54:39 (GMT) |
commit | 10cbc226c1ac7f429fb8a011dd091beee3f3afeb (patch) | |
tree | b05c563bb59122105db2a6a5d1b22a485438d56f /ChangeLog | |
parent | 7c91f1013324e9413b31489bacb0006f0ec0f997 (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |