summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2009-10-07 23:09:15 (GMT)
committerandreas_kupries <akupries@shaw.ca>2009-10-07 23:09:15 (GMT)
commit4b5432b3e850af2f49c5d0d58d48a3736dcf0012 (patch)
tree488ae54408f935f55c96ae04e58adc78e695cdca /ChangeLog
parent112d28fc3f4af8849035b9d786ca0a1e4978987b (diff)
downloadtcl-4b5432b3e850af2f49c5d0d58d48a3736dcf0012.zip
tcl-4b5432b3e850af2f49c5d0d58d48a3736dcf0012.tar.gz
tcl-4b5432b3e850af2f49c5d0d58d48a3736dcf0012.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 0902daa..dbc0860 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