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
Age
Commit message (
Expand
)
Author
2012-10-04
Updated release-info file for release tag 0.1.2
Peter Bex
2012-10-04
Added tag 0.1.2 for changeset 234887a3b630
Peter Bex
2012-10-04
Once again, another fuckup
0.1.2
Peter Bex
2012-10-04
Use shell arithmetic instead of "bc". It's more portable
Peter Bex
2012-10-04
Re-bump version
Peter Bex
2012-10-04
Updated release-info file for release tag 0.1.1
Peter Bex
2012-10-04
Added tag 0.1.1 for changeset c97c978db5e6
Peter Bex
2012-10-04
Quick bugfix release 0.1.1; change version in setup-file
0.1.1
Peter Bex
2012-10-04
Reorder return values of process-wait; we shouldn't mess with that!
Peter Bex
2012-10-04
Bump version in setup-file
Peter Bex
2012-10-04
Updated release-info file for release tag 0.1
Peter Bex
2012-10-04
Added tag 0.1 for changeset db3df004c956
Peter Bex
2012-10-04
Updated meta-file for release 0.1
0.1
Peter Bex
2012-10-04
Add release-info file
Peter Bex
2012-10-03
Add bookkeeping code for processes so we can get rid of all zombie processes
Peter Bex
2012-10-03
Clean up tempfiles by open/unlink combination in run/collecting*
Peter Bex
2012-10-02
Add wrapper for tests so we get a good summary at the end; also add trailing ...
Peter Bex
2012-10-02
Ensure port is closed before returning from run/sexp*; this would hopefull en...
Peter Bex
2012-10-02
fork/pipe returns #f in the child, not 0
Peter Bex
2012-10-02
Use implicit quasiquotation inside object-redirection rule too
Peter Bex
2012-10-02
Fix setup script and remove untrue and misleading comment
Peter Bex
2012-10-02
Use better ->string conversion routine
Peter Bex
2012-10-02
Fix run/collecting* and add a testcase for it
Peter Bex
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. Unfortu...
Peter Bex
2012-10-01
Implement run/file*, which is really weird
Peter Bex
2012-10-01
Some restructuring of the test groupings
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 the...
Peter Bex
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
Update files clause in meta-file
Peter Bex
2012-10-01
Rename test directory to tests (thanks Moritz!)
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 fork/pipe...
Peter Bex
2012-10-01
Implement pipe fitting
Peter Bex
2012-09-30
Implement scheme begin forms, filedescriptor dup()ing and use print-error-mes...
Peter Bex
2012-09-30
First stab at basic scsh interface. Currently can fork off subprocesses and ...
Peter Bex
[prev]