aboutsummaryrefslogtreecommitdiff
path: root/stdlib.tcl
AgeCommit message (Collapse)AuthorFilesLines
2010-10-15Move some core procs into the (Tcl) stdlib extensionSteve Bennett1-0/+40
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 <steveb@workware.net.au>