diff options
author | vincentdarley <vincentdarley> | 2003-12-16 18:20:49 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2003-12-16 18:20:49 (GMT) |
commit | e3723df8f92568b35a3c243830b1ccbfd63fe977 (patch) | |
tree | 501e2420dd292d137202fffb56f96095db9498a8 /ChangeLog | |
parent | 0ada13a026a2394847b38ec69d8dfc5c2d3f00c8 (diff) | |
download | tcl-e3723df8f92568b35a3c243830b1ccbfd63fe977.zip tcl-e3723df8f92568b35a3c243830b1ccbfd63fe977.tar.gz tcl-e3723df8f92568b35a3c243830b1ccbfd63fe977.tar.bz2 |
improved documentation on memory management
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |