summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2010-09-23 17:59:38 (GMT)
committerdgp <dgp@users.sourceforge.net>2010-09-23 17:59:38 (GMT)
commitad8915efaf90d9299a50f1e2eabb53be2ea2fc70 (patch)
tree548ce39ebe7fe493b3ec37aabd520e0d29a6ce09 /ChangeLog
parent8f13382de53a2267263119d3440533290cc32487 (diff)
downloadtcl-ad8915efaf90d9299a50f1e2eabb53be2ea2fc70.zip
tcl-ad8915efaf90d9299a50f1e2eabb53be2ea2fc70.tar.gz
tcl-ad8915efaf90d9299a50f1e2eabb53be2ea2fc70.tar.bz2
* generic/tclCmdAH.c: Fix cases where value returned by
* generic/tclEvent.c: Tcl_GetReturnOptions() was leaked. * generic/tclMain.c: Thanks to Jeff Hobbs for discovery of the anti-pattern to seek and destroy.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6562f48..3a6cc4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-09-23 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclCmdAH.c: Fix cases where value returned by
+ * generic/tclEvent.c: Tcl_GetReturnOptions() was leaked.
+ * generic/tclMain.c: Thanks to Jeff Hobbs for discovery of the
+ anti-pattern to seek and destroy.
+
2010-09-19 Donal K. Fellows <dkf@users.sf.net>
* doc/file.n (file readlink): [Bug 3070580]: Typofix.