summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2001-09-10 17:17:41 (GMT)
committerandreas_kupries <akupries@shaw.ca>2001-09-10 17:17:41 (GMT)
commit4b150f866b9cf91bb9974d7cd40a817c428d019e (patch)
tree192e2e551b9ccd4719de44b72ee348205dd2df89 /ChangeLog
parent4d5d85ec3b978a2fdd3c1beb1107725a3df66803 (diff)
downloadtcl-4b150f866b9cf91bb9974d7cd40a817c428d019e.zip
tcl-4b150f866b9cf91bb9974d7cd40a817c428d019e.tar.gz
tcl-4b150f866b9cf91bb9974d7cd40a817c428d019e.tar.bz2
* generic/tclInt.decls: Also added 'TclWinFlushDirtyChannels' to
the internal platform specific stub table. * win/tclWinFile.c (TclpObjStat): Now added the call to 'TclWinFlushDirtyChannels' to this function. I don't know where my head was last thursday (2001-09-06), but the call was actually added to 'TclpObjChdir', i.e. the implementation of [cd]. Corrected this now. Thanks to Vince Darley for spotting this.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c4d442..c17d445 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2001-09-10 Andreas Kupries <andreas_kupries@users.sourceforge.net>
+
+ * generic/tclInt.decls: Also added 'TclWinFlushDirtyChannels' to
+ the internal platform specific stub table.
+
+ * win/tclWinFile.c (TclpObjStat): Now added the call to
+ 'TclWinFlushDirtyChannels' to this function. I don't know where
+ my head was last thursday (2001-09-06), but the call was
+ actually added to 'TclpObjChdir', i.e. the implementation of
+ [cd]. Corrected this now. Thanks to Vince Darley for spotting
+ this.
+
2001-09-10 Miguel Sofer <msofer@users.sourceforge.net>
* generic/tclProc.c: