diff options
author | mdejong <mdejong@noemail.net> | 2002-03-11 21:00:06 (GMT) |
---|---|---|
committer | mdejong <mdejong@noemail.net> | 2002-03-11 21:00:06 (GMT) |
commit | 146cab043ab2c4a5eb97f2f0b2fa93bd02a63b6f (patch) | |
tree | 6876bd571cd8d08cb5a526c3715b821c5c95d264 /ChangeLog | |
parent | 3f6a256947859be3f3ff3c3e1940c20e4070b8d2 (diff) | |
download | tcl-146cab043ab2c4a5eb97f2f0b2fa93bd02a63b6f.zip tcl-146cab043ab2c4a5eb97f2f0b2fa93bd02a63b6f.tar.gz tcl-146cab043ab2c4a5eb97f2f0b2fa93bd02a63b6f.tar.bz2 |
* library/tcltest/tcltest.tcl (getMatchingFiles): Pass
a proper list to foreach to avoid munging a Windows
patch like D:\Foo\Bar into D:FooBar before the glob.
FossilOrigin-Name: b63d3e197ad8ed749d2e5da822adb8932846258c
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2002-03-11 Mo DeJong <mdejong@users.sourceforge.net> + * library/tcltest/tcltest.tcl (getMatchingFiles): Pass + a proper list to foreach to avoid munging a Windows + patch like D:\Foo\Bar into D:FooBar before the glob. + +2002-03-11 Mo DeJong <mdejong@users.sourceforge.net> + * generic/tclEncoding.c: Fix typo in comment. * generic/tclIO.c (DoReadChars, ReadBytes, ReadChars): Use NULL value instead of pointer set to NULL to make |