summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-12-29 16:54:44 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-12-29 16:54:44 (GMT)
commit9f8ac71040a91b045d4d51b21a7539e889e53638 (patch)
tree8f00f66bfe4b4849da6385febca66a72e3d82cfb /ChangeLog
parentf529e237b5116ef60425a6cd231f88167ff6bf05 (diff)
downloadtcl-9f8ac71040a91b045d4d51b21a7539e889e53638.zip
tcl-9f8ac71040a91b045d4d51b21a7539e889e53638.tar.gz
tcl-9f8ac71040a91b045d4d51b21a7539e889e53638.tar.bz2
Simplify the logic in Tcl_GetCommandFromObj
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e4307e..2b51700 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.