Age | Commit message (Expand) | Author |
2012-11-03 | Fixing threads is kinda worth a minor version bump... :)0.4 | Peter Bex |
2012-11-03 | Support new process-fork form which can kill all other threads. We still see... | Peter Bex |
2012-10-06 | Updated release-info file for release tag 0.3.1 | Peter Bex |
2012-10-06 | Added tag 0.3.1 for changeset 38692591793c | Peter Bex |
2012-10-06 | Fix order of returning0.3.1 | Peter Bex |
2012-10-06 | Bump | Peter Bex |
2012-10-06 | Return #f from WAIT when nohang is given and the process hasn't completed | Peter Bex |
2012-10-06 | Updated release-info file for release tag 0.3 | Peter Bex |
2012-10-06 | Added tag 0.3 for changeset a6d0e7a5a881 | Peter Bex |
2012-10-06 | Provide a new 'wait' procedure so we don't need to modify the type of process...0.3 | Peter Bex |
2012-10-06 | Revert back to standard-extension and include a type declaration override for... | Peter Bex |
2012-10-06 | Add back the nohang option to the process-wait override | Peter Bex |
2012-10-05 | Updated release-info file for release tag 0.2.1 | Peter Bex |
2012-10-05 | Added tag 0.2.1 for changeset d3c7cae85443 | Peter Bex |
2012-10-05 | Workaround for bug in 4.8.0 when loading scsh-process in compiled mode - it s...0.2.1 | Peter Bex |
2012-10-05 | Updated release-info file for release tag 0.2 | Peter Bex |
2012-10-05 | Added tag 0.2 for changeset 0a8045becc54 | Peter Bex |
2012-10-05 | Set version to 0.20.2 | Peter Bex |
2012-10-05 | Improve test for <<-redirection by making it less dependent on random factors... | Peter Bex |
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 fuckup0.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-file0.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.10.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 |