summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2003-12-16 18:20:49 (GMT)
committervincentdarley <vincentdarley>2003-12-16 18:20:49 (GMT)
commite3723df8f92568b35a3c243830b1ccbfd63fe977 (patch)
tree501e2420dd292d137202fffb56f96095db9498a8 /ChangeLog
parent0ada13a026a2394847b38ec69d8dfc5c2d3f00c8 (diff)
downloadtcl-e3723df8f92568b35a3c243830b1ccbfd63fe977.zip
tcl-e3723df8f92568b35a3c243830b1ccbfd63fe977.tar.gz
tcl-e3723df8f92568b35a3c243830b1ccbfd63fe977.tar.bz2
improved documentation on memory management
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b33223..fba8abf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
* tests/fCmd.test: marking fCmd-9.14.2, as nonPortable, since
on Solaris one can change the name of the current directory
with 'file rename'.
+ * doc/FileSystem.3: clarified documentation on ownership
+ of return objects/strings of some Tcl_FS* calls.
2003-12-16 Donal K. Fellows <donal.k.fellows@man.ac.uk>