aboutsummaryrefslogtreecommitdiff
path: root/tclcompat.tcl
AgeCommit message (Expand)AuthorFilesLines
2023-03-20Add support for ./configure --disable-introspectionSteve Bennett1-1/+1
2020-12-26try: reimplement in CSteve Bennett1-66/+0
2017-11-08tclcompat.tcl: minor comment updatesSteve Bennett1-3/+4
2017-10-17signal, exec, wait, pid: improvements, especially to execSteve Bennett1-3/+18
2016-09-29jimsh: Scriptable command-line completion supportSteve Bennett1-10/+4
2014-12-04try: fix use of catch/uplevelSteve Bennett1-3/+3
2014-12-04file copy: Use binary mode when reading and writing filesSteve Bennett1-2/+2
2014-01-21many comment changes, some small code changesSteve Bennett1-2/+4
2014-01-15tclcompat: it is finally time to remove [case]Steve Bennett1-41/+0
2014-01-15pid: error message is now tcl 8.6 compatibleSteve Bennett1-5/+5
2013-11-07Improve file copy -force identical file checkSteve Bennett1-1/+6
2013-11-07file copy -force handles identical source/targetSteve Bennett1-3/+10
2012-02-10Sense of fconfigure ... -blocking is reversedSteve Bennett1-1/+1
2011-12-02Correct the documentation for 'local'Steve Bennett1-1/+1
2011-09-12Implement full [exec] on mingw/msysSteve Bennett1-1/+1
2011-07-07Support and ignore fconfigure -translation ...Steve Bennett1-0/+3
2011-07-07Add support for file delete -forceSteve Bennett1-0/+8
2011-06-10Add aio support for bufferingSteve Bennett1-0/+16
2011-06-01Add [upcall] commandSteve Bennett1-5/+2
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