~nilium/hardwood

Fix `reason` list for monitor

Fix markdown formatting for the list of reasons that can be produced
when a process exits.
Add README.md

Add a README that clarifies that this is a fork of hardwood. This still
retains the link to the original source, since folks might want that,
especially if hardwood is ever updated.
Add LICENSE.txt

This is to add the license under a specific file so it can be more
easily discovered by tooling. The license text is taken from the source
header of hardwood-impl.scm.
Update for Chicken 5

Update hardwood for Chicken 5 support.

  * Add a .egg file to build for Chicken 5.

  * Replace data-structures with queues. Looking at whether it's
    feasible to replace the queues with mailboxes to reduce the amount
    of work spent on them, at the cost of putting the primordial thread
    off limits for a process. For now, though, tests pass, so it's
    a start.

  * Replace uuid with ksuid. There is little reason for this other than
    that I know the ksuid egg and prefer it.
Make the "after" clause in (recv ...) support a body
8c622d16 — Kooda 7 years ago
Release 0.5
8c720961 — Kooda 7 years ago
Remove setup-thread’s optionnal argument from the tests.
f8a19cf1 — Kooda 7 years ago
Consolidate documentation from the wiki.
Make setup-thread use the current thread when no argument is given
Fix example of setting up a hardwood thread in wiki docs
Hide helper procedures used in `recv` macro
b38ecb3d — Kooda 8 years ago
Update files to reflect migration to git
064b95a9 — Adrien Ramos 9 years ago
Egg release 0.4
210cb6f7 — Adrien Ramos 9 years ago
Added tag 0.4 for changeset db28c5024c01
d1a86b9f — Adrien Ramos 9 years ago
Fix typo in documentation.
9da45e11 — Adrien Ramos 9 years ago
Documentation update about last commit.
b9ed710e — Adrien Ramos 9 years ago
Make in-process call history more usefull by removing all hardwood related entries.

This uses a trick described here:
http://lists.nongnu.org/archive/html/chicken-users/2006-05/msg00191.html
43808210 — Adrien Ramos 9 years ago
Tests now use the `test` egg.
44ddd853 — Adrien Ramos 9 years ago
Fix `recv` expansion and a bug in `!?`
b4d55d6a — Adrien Ramos 9 years ago
Added tag 0.3 for changeset 2e09d74b3a06
Next