diff options
author | dgp <dgp@users.sourceforge.net> | 2007-08-23 19:35:53 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-08-23 19:35:53 (GMT) |
commit | bb9f3f7aa9e2a821f747e9fadd74b12c47deb819 (patch) | |
tree | 5290369646d79c6004f69043ee80382eb4809c27 /ChangeLog | |
parent | d27177f503461d6e868ebc79d00179424f51836f (diff) | |
download | tcl-bb9f3f7aa9e2a821f747e9fadd74b12c47deb819.zip tcl-bb9f3f7aa9e2a821f747e9fadd74b12c47deb819.tar.gz tcl-bb9f3f7aa9e2a821f747e9fadd74b12c47deb819.tar.bz2 |
* generic/tclCompCmds.c (TclCompileReturnCmd): Added crash protection
to handle callers other than TclCompileScript() failing to meet the
initialization assumptions of the TIP 280 code in CompileWord().
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2007-08-23 Don Porter <dgp@users.sourceforge.net> + * generic/tclCompCmds.c (TclCompileReturnCmd): Added crash protection + to handle callers other than TclCompileScript() failing to meet the + initialization assumptions of the TIP 280 code in CompileWord(). + * generic/tclCompExpr.c: Suppress the attempt to convert to numeric when pre-compiling a constant expresion indicates an error. |