summaryrefslogtreecommitdiff
path: root/scsh-process.release-info.chicken-5
AgeCommit message (Collapse)Author
2025-02-07Port to CHICKEN 6HEAD1.7.0masterPeter Bex
This allows us to reduce the code considerably because CHICKEN 6 now has native process objects, so we don't need to keep our own version of process tracking. Note that we still need to keep our own list of child processes created by "fork", because we want the automatic subprocess reaper to be able to work in a thread. This means we still need to have a central mapping of our own subprocesses to condition object so we can signal the thread which is waiting. After all I'm not so sure if this was such a great idea, but it's kind of a neat feature that could be useful, so keep it for now.
2020-05-17Bump version to 1.6.01.6.0Peter Bex
2019-05-16Add 1.5.2 to release-info filesPeter Bex
2019-01-20Use https instead of http for locationsPeter Bex
2018-10-10Bump version to 1.5.1 (for some reason 1.5.0 was not pointing to the latest ↵Peter Bex
codebase)
2018-08-16Add release-info for CHICKEN 5, bump version1.4.0Peter Bex