summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2008-10-06 21:27:05 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2008-10-06 21:27:05 (GMT)
commit1586363b9e96784c9124092e4d4624d910812443 (patch)
tree0caf320a3f8036bfc2893e6bd96c29e61526d3b4 /ChangeLog
parent214528104a75bc9ed80911e66d0f9f99a7ea69d1 (diff)
downloadtcl-1586363b9e96784c9124092e4d4624d910812443.zip
tcl-1586363b9e96784c9124092e4d4624d910812443.tar.gz
tcl-1586363b9e96784c9124092e4d4624d910812443.tar.bz2
Fixed up some erroneous tests that are failing on Vista/Server2008 systems
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index df8d479..8750232 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2008-10-06 Pat Thoyts <patthoyts@users.sourceforge.net>
+ * tests/winFCmd.test: Fixed some erroneous tests on Vista+.
* generic/tclFCmd.c: Fix constness for msvc of last commit
2008-10-06 Joe Mistachkin <joe@mistachkin.com>