summaryrefslogtreecommitdiff
path: root/scsh-process.scm
AgeCommit message (Collapse)Author
2012-10-01Mistake: the fork should automatically exit, the user shouldn't need to do thisPeter Bex
2012-10-01Implement && and || (which is a bit of a hack in Chicken considering it's ↵Peter Bex
the empty symbol)
2012-10-01Add BSD license clausePeter Bex
2012-10-01Clean up FDs that we don't use anymorePeter Bex
2012-10-01Fix nested pipe expressions and run/sexps, adding tests for bothPeter Bex
2012-10-01Provide a more complete set of primitives, and convert fit-pipes to ↵Peter Bex
fork/pipe+ chain
2012-10-01Implement pipe fittingPeter Bex
2012-09-30Implement scheme begin forms, filedescriptor dup()ing and use ↵Peter Bex
print-error-message to print the error message, then exit
2012-09-30First stab at basic scsh interface. Currently can fork off subprocesses and ↵Peter Bex
run processess synchronously