diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2008-09-17 12:37:44 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2008-09-17 12:37:44 (GMT) |
commit | 24857c216d0509db6addceb6d1caedfb84ee81ab (patch) | |
tree | 786719ae7e2df8fbfd16981d68a2ba3e95f0ef8b /ChangeLog | |
parent | 15bee119a24685e66f1d427e207032ea02d04c64 (diff) | |
download | tcl-24857c216d0509db6addceb6d1caedfb84ee81ab.zip tcl-24857c216d0509db6addceb6d1caedfb84ee81ab.tar.gz tcl-24857c216d0509db6addceb6d1caedfb84ee81ab.tar.bz2 |
* library/init.tcl: export min and max commands from the mathfunc
namespace [Bug 2116053]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2008-09-17 Miguel Sofer <msofer@users.sf.net> + + * library/init.tcl: export min and max commands from the mathfunc + namespace [Bug 2116053] + 2008-09-10 Donal K. Fellows <donal.k.fellows@man.ac.uk> * generic/tclListObj.c (Tcl_ListObjGetElements): Make this list->dict |