summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-08-20 14:29:13 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-08-20 14:29:13 (GMT)
commit448e644c7e3981261214ecddd21923534377a6f2 (patch)
tree038556cfb30d8e691ca7babc928ca8671c0d9b14 /ChangeLog
parent9e2afa863774403642eba857799a3b5eee58e623 (diff)
downloadtcl-448e644c7e3981261214ecddd21923534377a6f2.zip
tcl-448e644c7e3981261214ecddd21923534377a6f2.tar.gz
tcl-448e644c7e3981261214ecddd21923534377a6f2.tar.bz2
Backport of memory leak plug.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 10 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index d45e52c..45e23f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,16 +1,19 @@
+2009-08-20 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclCmdIL.c (Tcl_LsortObjCmd): Plug memory leak.
+
2009-08-18 Don Porter <dgp@users.sourceforge.net>
- * generic/tclPathObj.c: Added NULL check to prevent crashes during
- * tests/fileName.test: [glob]. [Bug 2837800]
+ * generic/tclPathObj.c: [Bug 2837800]: Added NULL check to prevent
+ * tests/fileName.test: crashes during [glob].
2009-08-06 Andreas Kupries <andreask@activestate.com>
* doc/refchan.n [Bug 2827000]: Extended the implementation of
- * generic/tclIORChan.c: reflective channels (TIP 219, method
- * tests/ioCmd.test: 'read'), enabling handlers to signal EAGAIN to
- indicate 'no data, but not at EOF either', and other system
- errors. Updated documentation, extended testsuite (New test cases
- iocmd*-23.{9,10}).
+ * generic/tclIORChan.c: reflective channels (TIP 219, method 'read'),
+ * tests/ioCmd.test: enabling handlers to signal EAGAIN to indicate 'no
+ data, but not at EOF either', and other system errors. Updated
+ documentation, extended testsuite (New test cases iocmd*-23.{9,10}).
2009-08-02 Donal K. Fellows <dkf@users.sf.net>