summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2002-07-08 10:11:22 (GMT)
committervincentdarley <vincentdarley>2002-07-08 10:11:22 (GMT)
commit095d33883b3a4b3d586f2c39679ca943b7e344e4 (patch)
tree90c60676e5dac1fdb8c287808fd164c4d68090c6 /ChangeLog
parent6cf4fe89feaa9ef6da9ddded6f2199f76d00e73e (diff)
downloadtcl-095d33883b3a4b3d586f2c39679ca943b7e344e4.zip
tcl-095d33883b3a4b3d586f2c39679ca943b7e344e4.tar.gz
tcl-095d33883b3a4b3d586f2c39679ca943b7e344e4.tar.bz2
fs cleanup
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c486328..4d2096d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,17 @@
* tests/fCmd.test:
* tests/fileName.test: tests which rely on 'file link' need a
constraint so they don't run on older Windows OS. [Bug 578158]
+ * generic/tclIOUtil.c:
+ * generic/tcl.h:
+ * generic/tclInt.h:
+ * generic/tclTest.c:
+ * mac/tclMacChan.c:
+ * unix/tclUnixChan.c:
+ * win/tclWinChan.c:
+ * doc/FileSystem.3: cleaned up internal handling of
+ Tcl_FSOpenFileChannel to remove duplicate code, and make
+ writing external vfs's clearer and easier. No
+ functionality change.
2002-07-06 Don Porter <dgp@users.sourceforge.net>