aboutsummaryrefslogtreecommitdiff
path: root/tclcompat.tcl
AgeCommit message (Expand)AuthorFilesLines
2011-05-27closing an 'open |...' filehandle should waitSteve Bennett1-0/+6
2011-05-19Fix some missing closing bracketsSteve Bennett1-2/+2
2010-12-06Make tclcompat work without aioSteve Bennett1-22/+23
2010-11-24Remove the bio extension and add 'copyto' to aio.Steve Bennett1-1/+1
2010-11-08Don't hardcode /lib/jimSteve Bennett1-15/+0
2010-10-30Determine platform_tcl() settings with configureSteve Bennett1-2/+0
2010-10-15Portability fixesSteve Bennett1-0/+2
2010-10-15Remove dependence of jim core on stderrSteve Bennett1-22/+0
2010-10-15Implement 'pid handle'Steve Bennett1-5/+27
2010-10-15Implement Tcl I/O wrappers in TclSteve Bennett1-1/+31
2010-10-15Ensure that Tcl extensions can be built-in or externalSteve Bennett1-2/+0
2010-10-15Add do-nothing fileevent for Tcl compatibilitySteve Bennett1-0/+5
2010-10-15Add an optional 'putter' function to parraySteve Bennett1-3/+5
2010-10-15Implement open "|..."Steve Bennett1-0/+22
2010-10-15Implement 'info frame' and some related procsSteve Bennett1-16/+5
2010-10-15Improvements to tailcallSteve Bennett1-1/+1
2010-10-15Move some core procs into the (Tcl) stdlib extensionSteve Bennett1-5/+4
2010-10-15Improvements to catch, return, signal, trySteve Bennett1-31/+89
2010-10-15Fix lassign to work properly with an empty listSteve Bennett1-2/+4
2010-10-15Enhance catch and 'info returncodes'Steve Bennett1-1/+8
2010-10-15Add basic Tcl implementation of 'try ... finally'Steve Bennett1-15/+32
2010-10-15Improve stack trace handlingSteve Bennett1-13/+12
2010-10-15Add support for 'file copy'Steve Bennett1-0/+23
2010-10-15Allow catch to specify what is caughtSteve Bennett1-7/+9
2010-10-15Bug fixes and featuresSteve Bennett1-0/+13
2010-10-15Various general fixes and cleanupsSteve Bennett1-0/+97