From: Will Duquette on
I've just noticed something odd: safe interpreters lose the min() and
max() functions.
These are the only ::tcl::mathfunc::* functions that are implemented
as procs, and
for some reason they are omitted in safe interps. Is this expected
behavior, or a bug?
From: Donald G Porter on
Will Duquette wrote:
> I've just noticed something odd: safe interpreters lose the min() and
> max() functions.
> These are the only ::tcl::mathfunc::* functions that are implemented
> as procs, and
> for some reason they are omitted in safe interps. Is this expected
> behavior, or a bug?

Tcl Bug 2895741.

DGP
From: Will Duquette on
On Jan 20, 6:20 pm, Donald G Porter <d...(a)nist.gov> wrote:
> Will Duquette wrote:
> > I've just noticed something odd: safe interpreters lose the min() and
> > max() functions.
> > These are the only ::tcl::mathfunc::* functions that are implemented
> > as procs, and
> > for some reason they are omitted in safe interps.  Is this expected
> > behavior, or a bug?
>
> Tcl Bug 2895741.
>
> DGP

Thanks, Don!