From 988b6b7363ad3960973bce0c1bb8d6b3cefe289f Mon Sep 17 00:00:00 2001 From: Miguel Sofer Date: Wed, 17 Sep 2008 12:38:16 +0000 Subject: * library/init.tcl: export min and max commands from the mathfunc namespace [Bug 2116053] --- ChangeLog | 5 +++++ library/init.tcl | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 02aeadc..8dfb8b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-09-17 Miguel Sofer + + * library/init.tcl: export min and max commands from the mathfunc + namespace [Bug 2116053] + 2008-09-16 Joe Mistachkin * generic/tclParse.c: move TclResetCancellation to be called on diff --git a/library/init.tcl b/library/init.tcl index c43475b..9a52118 100644 --- a/library/init.tcl +++ b/library/init.tcl @@ -3,7 +3,7 @@ # Default system startup file for Tcl-based applications. Defines # "unknown" procedure and auto-load facilities. # -# RCS: @(#) $Id: init.tcl,v 1.111 2008/08/28 16:24:18 dgp Exp $ +# RCS: @(#) $Id: init.tcl,v 1.112 2008/09/17 12:38:21 msofer Exp $ # # Copyright (c) 1991-1993 The Regents of the University of California. # Copyright (c) 1994-1996 Sun Microsystems, Inc. @@ -109,6 +109,7 @@ namespace eval tcl { } return $val } + namespace export min max } } -- cgit v0.12