summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-04-16 06:07:33 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-04-16 06:07:33 (GMT)
commit6865953e8f03dca8e223cc63d4a3ca89f0b9b447 (patch)
tree87485cb6588fdd50ea6eabbf57a9939ede163315 /ChangeLog
parentd234be625eb4be7866809a9b1a58336a9c352794 (diff)
parentc15c9e5f26e373ec9674b39dc42d2c3500c65b5c (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e1b2f51..4a7e267 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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