Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |