diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-12-29 13:13:17 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-12-29 13:13:17 (GMT) |
commit | e0a526e0845027a3332645c718bb528d55bba601 (patch) | |
tree | 91433bca2e8f90eb8c420ae39a1d45d8d3eac575 /ChangeLog | |
parent | b44d188690574bc4195ab1d381786b89ff54f41a (diff) | |
download | tcl-e0a526e0845027a3332645c718bb528d55bba601.zip tcl-e0a526e0845027a3332645c718bb528d55bba601.tar.gz tcl-e0a526e0845027a3332645c718bb528d55bba601.tar.bz2 |
[Bug 2895741]: Make min() and max() supported in safe interpreters.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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-28 Donal K. Fellows <dkf@users.sf.net> * unix/configure.in: [Bug 942170]: Detect the st_blocks field of |