diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 23 insertions, 1 deletions
@@ -1,3 +1,25 @@ +2006-11-28 Andreas Kupries <andreask@activestate.com> + + * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL_TIP280. + * generic/tclCmdAH.c: + * generic/tclCmdIL.c: + * generic/tclCmdMZ.c: + * generic/tclCompCmds.c: + * generic/tclCompExpr.c: + * generic/tclCompile.c: + * generic/tclCompile.h: + * generic/tclExecute.c: + * generic/tclIOUtil.c: + * generic/tclInt.h: + * generic/tclInterp.c: + * generic/tclNamesp.c: + * generic/tclObj.c: + * generic/tclProc.c: + * tests/compile.test: + * tests/info.test: + * tests/platform.test: + * tests/safe.test: + 2006-11-27 Kevin Kenny <kennykb@acm.org> * unix/tclUnixChan.c (TclUnixWaitForFile): @@ -19,7 +41,7 @@ 2006-11-03 Miguel Sofer <msofer@users.sf.net> - * generic/tclBasic.c (TEOVI): fix por possible leak of a Command + * generic/tclBasic.c (TEOVI): fix for possible leak of a Command in the presence of execution traces that delete it. * generic/tclBasic.c (TEOVI): |