summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2009-10-07 23:10:50 (GMT)
committerandreas_kupries <akupries@shaw.ca>2009-10-07 23:10:50 (GMT)
commit817534697915bca720f02388c1e9b6a0e72718c0 (patch)
tree4e6a5262d6a5ff39a38b7e58e86be1407df4eb9f /ChangeLog
parent86d7b6d7b9a8a46a9d99a3e0e6b707fe7eb0b411 (diff)
downloadtcl-817534697915bca720f02388c1e9b6a0e72718c0.zip
tcl-817534697915bca720f02388c1e9b6a0e72718c0.tar.gz
tcl-817534697915bca720f02388c1e9b6a0e72718c0.tar.bz2
* generic/tclObj.c: [Bug 2871908]: Plug memory leaks of the
objThreadMap and lineCLPtr hashtables. Also make the names of the continuation line information initialization and finalization functions more consistent. Patch supplied by Joe Mistachkin <joe@mistachkin.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d4f1b5..53932ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-10-07 Andreas Kupries <andreask@activestate.com>
+ * generic/tclObj.c: [Bug 2871908]: Plug memory leaks of the
+ objThreadMap and lineCLPtr hashtables. Also make the names of the
+ continuation line information initialization and finalization
+ functions more consistent. Patch supplied by Joe Mistachkin
+ <joe@mistachkin.com>.
+
* generic/tclIORChan.c (ErrnoReturn): Replace the hardwired
constant 11 with the proper errno define, EAGAIN. What was I
thinking ? The BSD's have a different errno assignment and break