Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-12 | Add support for CHICKEN 66.4 | Peter Bex | |
This is backwards-compatible - there are only a handful of changes needed, so we don't have to make a hard break here. | |||
2019-12-21 | Bump version to 6.36.3 | Peter Bex | |
2019-01-17 | Update version to 6.26.2 | Peter Bex | |
2019-01-17 | Use port-closed? instead of ##sys#slot, fixing output hangs | Jim Ursetto | |
Port slot 8 (closed?) changed from a bool to a fixnum in Chicken 5, which made the existing port closed test always succeed, so output was never flushed. This can lead to hangs when output size is less than tcp-buffer-size. Use the official accessor instead. Signed-off-by: Peter Bex <peter@more-magic.net> | |||
2018-08-15 | Drop hard dependency on posix-groups so Spiffy works again on Windows6.1 | Peter Bex | |
2018-07-29 | Port to CHICKEN 5 | Peter Bex | |