diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-04-16 06:07:33 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-04-16 06:07:33 (GMT) |
commit | 6865953e8f03dca8e223cc63d4a3ca89f0b9b447 (patch) | |
tree | 87485cb6588fdd50ea6eabbf57a9939ede163315 /ChangeLog | |
parent | d234be625eb4be7866809a9b1a58336a9c352794 (diff) | |
parent | c15c9e5f26e373ec9674b39dc42d2c3500c65b5c (diff) | |
download | tcl-6865953e8f03dca8e223cc63d4a3ca89f0b9b447.zip tcl-6865953e8f03dca8e223cc63d4a3ca89f0b9b447.tar.gz tcl-6865953e8f03dca8e223cc63d4a3ca89f0b9b447.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-11 Jan Nijtmans <nijtmans@users.sf.net> * win/tclWinInit.c: [Bug 3448512]: clock scan "1958-01-01" fails only |