summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <andreas_kupries@noemail.net>2009-10-07 23:10:49 (GMT)
committerandreas_kupries <andreas_kupries@noemail.net>2009-10-07 23:10:49 (GMT)
commitbeb149e6247d78a762780b077fe6c232996eff1c (patch)
tree4e6a5262d6a5ff39a38b7e58e86be1407df4eb9f /ChangeLog
parent7ee116cdd17c188bf74147f9ecd3ecacb08f1c9b (diff)
downloadtcl-beb149e6247d78a762780b077fe6c232996eff1c.zip
tcl-beb149e6247d78a762780b077fe6c232996eff1c.tar.gz
tcl-beb149e6247d78a762780b077fe6c232996eff1c.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>. FossilOrigin-Name: 3407f29edfa9a7d8122ef947f9644d433b125255
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