diff options
author | dgp <dgp@users.sourceforge.net> | 2007-08-27 15:12:38 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-08-27 15:12:38 (GMT) |
commit | d807bb087b7c5fdec280d68120900066bb8e05ae (patch) | |
tree | 705afa5dff7582b5ecb3c89460a5e5a99c490525 /ChangeLog | |
parent | d679f070dcc31cea4f7fa392c47a081d7d926476 (diff) | |
download | tcl-d807bb087b7c5fdec280d68120900066bb8e05ae.zip tcl-d807bb087b7c5fdec280d68120900066bb8e05ae.tar.gz tcl-d807bb087b7c5fdec280d68120900066bb8e05ae.tar.bz2 |
* generic/tclCompile.c: Move the deallocation of local LiteralTable
* generic/tclCompExpr.c: entries into TclFreeCompileEnv().
* generic/tclExecute.c: Update callers.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2007-08-27 Don Porter <dgp@users.sourceforge.net> + * generic/tclCompile.c: Move the deallocation of local LiteralTable + * generic/tclCompExpr.c: entries into TclFreeCompileEnv(). + * generic/tclExecute.c: Update callers. + * generic/tclCompExpr.c: Force numeric and boolean literals in expressions to register with their intreps intact, even if that means overwriting existing intreps in already registered literals. |