summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-12-29 14:55:42 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-12-29 14:55:42 (GMT)
commitf529e237b5116ef60425a6cd231f88167ff6bf05 (patch)
tree3a75da09f1e7e848542384d80a279925e2ee7d74 /ChangeLog
parent59172cf14f46e7f765d6bcce585b735629d1873f (diff)
downloadtcl-f529e237b5116ef60425a6cd231f88167ff6bf05.zip
tcl-f529e237b5116ef60425a6cd231f88167ff6bf05.tar.gz
tcl-f529e237b5116ef60425a6cd231f88167ff6bf05.tar.bz2
[Bug 2895741]: Make min() and max() supported in safe interpreters.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf19417..0e4307e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-12-29 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclInterp.c (Tcl_MakeSafe): [Bug 2895741]: Make sure that
+ the min() and max() functions are supported in safe interpreters.
+
2009-12-29 Pat Thoyts <patthoyts@users.sourceforge.net>
* generic/tclBinary.c: Handle completely invalid input to the decode