summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley@noemail.net>2003-12-16 18:20:48 (GMT)
committervincentdarley <vincentdarley@noemail.net>2003-12-16 18:20:48 (GMT)
commitfdc36872571f0137aaf62edcab0284e499709683 (patch)
tree501e2420dd292d137202fffb56f96095db9498a8 /ChangeLog
parentb79793e1af940bb50e7494ac89f3dcae633dc9d3 (diff)
downloadtcl-fdc36872571f0137aaf62edcab0284e499709683.zip
tcl-fdc36872571f0137aaf62edcab0284e499709683.tar.gz
tcl-fdc36872571f0137aaf62edcab0284e499709683.tar.bz2
improved documentation on memory management
FossilOrigin-Name: f909afc788801e97fdf0afeca1193f1b597f4ae3
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>