summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-05-31 09:12:04 (GMT)
committernijtmans <nijtmans>2010-05-31 09:12:04 (GMT)
commit67dc34a79def67d6d61add7f0635c45806fc7a50 (patch)
tree20cfb3394502a1e9f9352e96c0fd715421e2b273 /ChangeLog
parent3de22ff5a384e6d63befbefeb166e2b60bd419b1 (diff)
downloadtcl-67dc34a79def67d6d61add7f0635c45806fc7a50.zip
tcl-67dc34a79def67d6d61add7f0635c45806fc7a50.tar.gz
tcl-67dc34a79def67d6d61add7f0635c45806fc7a50.tar.bz2
Fix filesystem-5.1 test failure on CYGWIN
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e50076..455d15c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* generic/tclVar.c Eliminate some casts to (Tcl_HashTable *)
* generic/tclExecute.c
+ * tests/fileSystem.test Fix filesystem-5.1 test failure on CYGWIN
2010-05-28 Jan Nijtmans <nijtmans@users.sf.net>