summaryrefslogtreecommitdiff
path: root/spiffy.scm
AgeCommit message (Collapse)Author
2019-01-17Update version to 6.26.2Peter Bex
2019-01-17Use port-closed? instead of ##sys#slot, fixing output hangsJim 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-15Drop hard dependency on posix-groups so Spiffy works again on Windows6.1Peter Bex
2018-07-29Port to CHICKEN 5Peter Bex