summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2002-03-11 21:00:06 (GMT)
committermdejong <mdejong>2002-03-11 21:00:06 (GMT)
commit09e7f66cd8018342199fc203e82adc59c902efa3 (patch)
tree6876bd571cd8d08cb5a526c3715b821c5c95d264 /ChangeLog
parent70776b7083ad2d54978020376eeb1ea072067931 (diff)
downloadtcl-09e7f66cd8018342199fc203e82adc59c902efa3.zip
tcl-09e7f66cd8018342199fc203e82adc59c902efa3.tar.gz
tcl-09e7f66cd8018342199fc203e82adc59c902efa3.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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fab1845..dde49ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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