From b83beb2febcbe0abcf338e3f915b43889ce93eca Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Wed, 3 Mar 2010 16:00:33 +1000 Subject: Move some core procs into the (Tcl) stdlib extension Also implement 'local' to declare/delete local procs * Add tests/alias.test for testing alias, current, local * proc now returns the name of the proc created * Add helper 'function' to stdlib Reimplement glob and case to use local procs * This keeps these internal procs out of the global namespace Signed-off-by: Steve Bennett --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index e43537b..819189e 100755 --- a/configure +++ b/configure @@ -3395,7 +3395,7 @@ if test "${enable_math+set}" = set; then : fi -jim_extensions="load package readdir glob array clock exec file posix regexp signal tclcompat aio bio eventloop syslog" +jim_extensions="stdlib load package readdir glob array clock exec file posix regexp signal tclcompat aio bio eventloop syslog" # Check whether --with-jim-ext was given. if test "${with_jim_ext+set}" = set; then : -- cgit v1.1