diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-12-29 16:54:44 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-12-29 16:54:44 (GMT) |
commit | 9f8ac71040a91b045d4d51b21a7539e889e53638 (patch) | |
tree | 8f00f66bfe4b4849da6385febca66a72e3d82cfb /ChangeLog | |
parent | f529e237b5116ef60425a6cd231f88167ff6bf05 (diff) | |
download | tcl-9f8ac71040a91b045d4d51b21a7539e889e53638.zip tcl-9f8ac71040a91b045d4d51b21a7539e889e53638.tar.gz tcl-9f8ac71040a91b045d4d51b21a7539e889e53638.tar.bz2 |
Simplify the logic in Tcl_GetCommandFromObj
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2009-12-29 Donal K. Fellows <dkf@users.sf.net> + * generic/tclObj.c (Tcl_GetCommandFromObj): Rewrite the logic so + that it does not require making assignments part way through an + 'if' condition, which was deeply unclear. + * generic/tclInterp.c (Tcl_MakeSafe): [Bug 2895741]: Make sure that the min() and max() functions are supported in safe interpreters. |