chibi-scheme/lib
Alex Shinn 3e241e3a3e Simplifying scheduler case where the only available thread is waiting on a port.
Instead of a one-time poll, we just use the default small sleep + loop case,
so we use the normal poll next time through the scheduler.
This fixes a potential case where a lone thread waiting on I/O could hang,
discovered by Lorenzo.
2013-01-14 17:59:40 +09:00
..
chibi Removing base exports from (chibi char-set ascii) exports. 2013-01-04 23:38:13 +09:00
scheme Ensuring exact-integer-sqrt always returns positive remainders. 2013-01-05 23:45:30 +09:00
srfi Simplifying scheduler case where the only available thread is waiting on a port. 2013-01-14 17:59:40 +09:00
init-7.scm quasiquote should check to quote literal identifiers, not just symbols 2013-01-12 21:38:52 +09:00
meta.scm Downgrading error from changset 0151ce9ef063 to a warning, to allow raw (import (meta)), as used by e.g. (chibi modules). 2013-01-03 23:59:24 +09:00