aboutsummaryrefslogtreecommitdiff
path: root/regtest.tcl
AgeCommit message (Collapse)AuthorFilesLines
2010-10-15Implement unix domain sockets for socketSteve Bennett1-1/+1
*: aio.socket now supports unix and unix.server *: Also, rename aio.open as open and aio.socket as socket
2008-11-052008-11-05 Steve Bennett <steveb@workware.net.au>oharboe1-0/+23
* jim.c: fix lazy expression evaluation with unary not
2005-03-08Applied patch about unset a(x) against non existing 'a' variableantirez1-0/+10
(Clemens Hintze). Dictionary handling code and error messages modified a bit (me).
2005-03-06A specializing version of [for] that appears able to match theantirez1-0/+5
performaces of Tcl8.4 for the specialized forms. The implementation is a bit complex so may contain bugs... to handle with care. Also a [for] bug about [continue] was fixed and the regression test added.
2005-02-26Initial revisionantirez1-0/+35