diff options
author | dgp <dgp@users.sourceforge.net> | 2010-09-23 17:59:38 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2010-09-23 17:59:38 (GMT) |
commit | ad8915efaf90d9299a50f1e2eabb53be2ea2fc70 (patch) | |
tree | 548ce39ebe7fe493b3ec37aabd520e0d29a6ce09 /ChangeLog | |
parent | 8f13382de53a2267263119d3440533290cc32487 (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |