Commit graph

9 commits

Author SHA1 Message Date
Alex Shinn
658f3cecd5 Fixing string->number for (string->number "[a-f]" 16) case. 2012-05-14 06:41:28 +09:00
Alex Shinn
354ceb2113 Fixing check on valid file descriptors. 2012-05-13 09:39:04 -04:00
Alex Shinn
bc50ae0d34 FFI now accepts integers as unmanaged filenos for convenience.
Also some fixes for (chibi process).
2012-05-13 21:43:02 +09:00
Alex Shinn
ce80d45ff8 Adding custom port support for non-string-stream builds.
String-streams are now disabled by default.
2012-05-06 18:16:17 +09:00
Alex Shinn
cef6bb6794 Various fixes for non-string-streams non-blocking i/o.
Moving open-input/output-file-descriptor to core.
2012-05-06 14:02:31 +09:00
Alex Shinn
7c8203ed0a switching to first-class file descriptor type 2012-04-24 22:42:26 +09:00
Alex Shinn
a1f43475ba output-port? returns #t for input+output ports 2012-04-16 23:50:13 +09:00
Alex Shinn
1ba62a6514 Friendlier error message on # at EOF. 2012-04-16 20:41:58 +09:00
Alex Shinn
d0875d470d don't bother using write(2) directly if not compiled with green thread support 2012-04-15 16:58:00 +09:00