Age | Commit message (Expand) | Author |
2019-05-16 | Add missing chicken.fixnum import for `fx+ in `run` macro1.5.2 | Evan Hanson |
2019-01-20 | Use https instead of http for locations | Peter Bex |
2018-10-10 | Bump version to 1.5.1 (for some reason 1.5.0 was not pointing to the latest c... | Peter Bex |
2018-10-04 | Add 1.5.0 to release-info1.5.1 | Peter Bex |
2018-10-04 | Bump version to 1.5.01.5.0 | Peter Bex |
2018-10-04 | Use llrb-tree for pending processes to conserve some ressources and use only ... | Jörg Wittenberger |
2018-08-16 | Add release-info for CHICKEN 5, bump version1.4.0 | Peter Bex |
2018-08-16 | Port scsh-process to CHICKEN 5 | Peter Bex |
2018-08-16 | Wrap tests in module to make porting easier | Peter Bex |
2018-08-16 | Drop bogus test | Peter Bex |
2018-04-21 | Bump version to 1.3.01.3.0 | Peter Bex |
2018-04-21 | Make ">" redirect truncate existing files | Peter Bex |
2018-01-26 | Bump version to 1.2.21.2.2 | Peter Bex |
2018-01-26 | Fix ordering of (= x y) redirection EPF | Peter Bex |
2018-01-23 | Bump version to 1.2.11.2.1 | Peter Bex |
2018-01-23 | Do not connect stdin to subprocess' stdout in run/file | Peter Bex |
2017-12-09 | Bump version to 1.2.01.2.0 | Peter Bex |
2017-12-09 | Do not redirect stderr to stdin in fork/pipe. | Benutzer |
2017-11-18 | Tag 1.1.01.1.0 | Peter Bex |
2017-11-18 | Run signal handler in a separate thread | Peter Bex |
2017-11-18 | Perform trial wait with "nohang" set to #t when blocking | Peter Bex |
2017-11-10 | Tag 1.0.01.0.0 | Peter Bex |
2017-11-10 | Also unmask (if needed) sigchld in the child process thunk | Peter Bex |
2017-11-10 | Don't unmask signal if the signal was already masked before forking | Peter Bex |
2017-11-09 | Tag 0.9.00.9.0 | Peter Bex |
2017-11-09 | Temporarily mask sigchld to avoid race condition in fork | Peter Bex |
2017-11-08 | Tag 0.8.30.8.3 | Peter Bex |
2017-11-08 | Add a test case for "annonymous" wait. | Jörg Wittenberger |
2017-11-08 | Fix process-wait on #f or a plain pid | Peter Bex |
2017-06-29 | Tag 0.8.20.8.2 | Peter Bex |
2017-06-29 | Ensure ports are closed after reading in run/...* procedures (thanks to Jörg... | Peter Bex |
2017-06-03 | Tag 0.8.10.8.1 | Peter Bex |
2017-06-03 | Reinstall deadlock workaround thread when forking with thread killing | Peter Bex |
2017-05-23 | scsh-process: Add release 0.80.8 | Peter Bex |
2017-05-23 | Fix race condition that caused mutex to get unlocked when the process wasn't ... | Peter Bex |
2017-05-23 | chicken-version is not from setup-api | Peter Bex |
2017-05-23 | Block only current thread instead of entire process when waiting for a child. | Jörg Wittenberger |
2017-01-28 | scsh-process: Add release 0.7.10.7.1 | Peter Bex |
2017-01-28 | Bump version to 0.7.1 (forgot to do that when tagging) | Peter Bex |
2017-01-24 | Update copyright year | Peter Bex |
2017-01-24 | scsh-process: Add release 0.70.7 | Peter Bex |
2017-01-21 | Clear pending process table on fork. | Peter Bex |
2017-01-21 | Also export proc:pid (thanks to Joerg Wittenberger) | Peter Bex |
2016-09-24 | Bump version to 0.60.6 | Peter Bex |
2016-09-24 | Add proc:pid, proc?, signal-process and process-sleep for improved compat | Peter Bex |
2016-02-27 | Update release-info to reflect new download location | Peter Bex |
2015-07-18 | Updated release-info file for release tag 0.5 | Peter Bex |
2015-07-18 | Added tag 0.5 for changeset 68864f175789 | Peter Bex |
2015-07-18 | Bump version to 0.50.5 | Peter Bex |
2015-07-18 | Fix default output redirections to ignore stderr. | Peter Bex |