diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-04-16 06:15:09 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-04-16 06:15:09 (GMT) |
commit | 3abaea7cf8f37548c22b194ef947257e57f5991d (patch) | |
tree | bc271d77fbd11a554314f35a3faba2c42c7137ff /ChangeLog | |
parent | 6a7ba7b04d63d79b6944f10426385c91f060a4b0 (diff) | |
parent | 6865953e8f03dca8e223cc63d4a3ca89f0b9b447 (diff) | |
download | tcl-3abaea7cf8f37548c22b194ef947257e57f5991d.zip tcl-3abaea7cf8f37548c22b194ef947257e57f5991d.tar.gz tcl-3abaea7cf8f37548c22b194ef947257e57f5991d.tar.bz2 |
* doc/FileSystem.3 (Tcl_FSOpenFileChannelProc): [Bug 3518244]: Fixed
documentation of this filesystem callback function; it must not
register its created channel - that's the responsibility of the caller
of Tcl_FSOpenFileChannel - as that leads to reference leaks.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2012-04-16 Donal K. Fellows <dkf@users.sf.net> + + * doc/FileSystem.3 (Tcl_FSOpenFileChannelProc): [Bug 3518244]: Fixed + documentation of this filesystem callback function; it must not + register its created channel - that's the responsibility of the caller + of Tcl_FSOpenFileChannel - as that leads to reference leaks. + 2012-04-15 Donal K. Fellows <dkf@users.sf.net> * generic/tclEnsemble.c (NsEnsembleImplementationCmdNR): |