aboutsummaryrefslogtreecommitdiff
path: root/tests/proc.test
AgeCommit message (Collapse)AuthorFilesLines
2020-05-04tests: Add many new additional tests for code coverageSteve Bennett1-1/+3
readdir, tty, utf8, signal, alarm, kill, file, jimsh, posix, aio, history, interp, pack, unpack, eventloop, exec, load, package, regexp, regsub Signed-off-by: Steve Bennett <steveb@workware.net.au>
2011-12-12Tcl8.6 compatible error messagesSteve Bennett1-5/+2
These will help with error messages from [apply] Signed-off-by: Steve Bennett <steveb@workware.net.au>
2010-12-06Add more dependencies for testsSteve Bennett1-0/+1
Allow tests to run with almost all features disabled
2010-11-22Overhaul unit test frameworkSteve Bennett1-1/+3
Much closer to tcltest now, including constraints. Try to get all appropriate tests running under both Jim and Tcl. Signed-off-by: Steve Bennett <steveb@workware.net.au>
2010-10-15Move some core procs into the (Tcl) stdlib extensionSteve Bennett1-1/+1
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>
2010-10-15Implement TIP #288Steve Bennett1-5/+6
See http://www.tcl.tk/cgi-bin/tct/tip/288.html Args and optional args may be to the left of required args
2010-10-15Source cleanups, typos, add testSteve Bennett1-0/+379