aboutsummaryrefslogtreecommitdiff
path: root/jim-exec.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-15Use vfork() instead of fork() in [exec]Steve Bennett1-232/+87
2010-11-17Add attributions to jim-exec.c from Tcl 6.7Steve Bennett1-1/+6
2010-11-09Allow jim to be used as an autoconf subdirSteve Bennett1-0/+1
2010-10-30Add 'info channels'Steve Bennett1-9/+0
2010-10-15Add stubs in case of compiled-out package, aioSteve Bennett1-0/+9
2010-10-15Make jim more reentrantSteve Bennett1-61/+87
2010-10-15Ensure that Tcl extensions can be built-in or externalSteve Bennett1-0/+3
2010-10-15Use $::env to build environment for execSteve Bennett1-12/+137
2010-10-15Clean up some debuggingSteve Bennett1-1/+1
2010-10-15Reduce excessive stack usageSteve Bennett1-1/+0
2010-10-15Set $::errorCode from execSteve Bennett1-11/+38
2010-10-15Clean up the indentation messSteve Bennett1-105/+114
2010-10-15Fix exec with vfork()Steve Bennett1-59/+66
2010-10-15Improvements to jim configureSteve Bennett1-3/+4
2010-10-15Improvements to catch, return, signal, trySteve Bennett1-1/+6
2010-10-15Fix some build problems and add lost featuresSteve Bennett1-2/+2
2010-10-15Add exec support for 2>@1Steve Bennett1-7/+19
2010-10-15Add Jim_SetResultFormatted() for simplied messagesSteve Bennett1-10/+5
2010-10-15Various general fixes and cleanupsSteve Bennett1-1/+1
2010-10-15Tests, ehancements and bug fixes for execSteve Bennett1-14/+38
2010-10-15Bug fixes, documentation updatesSteve Bennett1-1/+3
2010-10-15exec fixes, add os.waitSteve Bennett1-6/+14
2010-10-15Enhance exec, bioSteve Bennett1-42/+137
2010-10-15Small improvementsSteve Bennett1-2/+3
2010-10-15Make static extensions buildSteve Bennett1-1/+1
2010-10-15Add file and exec (along with subcmd support)Steve Bennett1-0/+928