index
:
scsh-process
master
Egg to add Scheme Shell process notation to CHICKEN Scheme.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scsh-process.scm
Age
Commit message (
Collapse
)
Author
2012-10-02
Implement <<-redirection
Peter Bex
2012-10-01
Implement appending to files
Peter Bex
2012-10-01
Fix run/port* so it doesn't replace the input port when in the REPL. ↵
Peter Bex
Unfortunately, no test for it
2012-10-01
Implement run/file*, which is really weird
Peter Bex
2012-10-01
Mistake: the fork should automatically exit, the user shouldn't need to do this
Peter Bex
2012-10-01
Implement && and || (which is a bit of a hack in Chicken considering it's ↵
Peter Bex
the empty symbol)
2012-10-01
Add BSD license clause
Peter Bex
2012-10-01
Clean up FDs that we don't use anymore
Peter Bex
2012-10-01
Fix nested pipe expressions and run/sexps, adding tests for both
Peter Bex
2012-10-01
Provide a more complete set of primitives, and convert fit-pipes to ↵
Peter Bex
fork/pipe+ chain
2012-10-01
Implement pipe fitting
Peter Bex
2012-09-30
Implement scheme begin forms, filedescriptor dup()ing and use ↵
Peter Bex
print-error-message to print the error message, then exit
2012-09-30
First stab at basic scsh interface. Currently can fork off subprocesses and ↵
Peter Bex
run processess synchronously