diff options
author | andreas_kupries <akupries@shaw.ca> | 2008-07-22 22:24:19 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2008-07-22 22:24:19 (GMT) |
commit | 0ed5c6869b7c4c0b89033e5f79d317cdcc947c3f (patch) | |
tree | e1d66e337f44de075be7bca2d30d0e86c2bf2abd /ChangeLog | |
parent | 6df65aa18ab8b9cb1f2791881680962f47e22804 (diff) | |
download | tcl-0ed5c6869b7c4c0b89033e5f79d317cdcc947c3f.zip tcl-0ed5c6869b7c4c0b89033e5f79d317cdcc947c3f.tar.gz tcl-0ed5c6869b7c4c0b89033e5f79d317cdcc947c3f.tar.bz2 |
* generic/tclCompile.c: Made the new TclEnterCmdWordIndex
* generic/tclCompile.h: static, and ansified.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ 2008-07-22 Andreas Kupries <andreask@activestate.com> + * generic/tclCompile.c: Made the new TclEnterCmdWordIndex + * generic/tclCompile.h: static, and ansified. + * generic/tclBasic.c: Ansified the new functions. * generic/tclBasic.c: Reworked the handling of bytecode literals @@ -17,7 +20,7 @@ * generic/tclExecute.c: let GetCommandSource use it. This solves * generic/tclInt.h: [Bug 2017146]. Thx dgp for the analysis. -2008-07-22 Andreas Kupries <andreask@activestate.com> +2008-07-21 Andreas Kupries <andreask@activestate.com> * generic/tclBasic.c: Extended the existing TIP #280 system (info * generic/tclCmdAH.c: frame), added the ability to track the |