This website requires JavaScript.
Explore
Help
Sign in
Fcalva
/
chibi-scheme
Watch
1
Star
0
Fork
You've already forked chibi-scheme
0
mirror of
https://github.com/ashinn/chibi-scheme.git
synced
2025-05-21 06:39:17 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
9f25895e8c
chibi-scheme
/
lib
/
chibi
/
io
History
Alex Shinn
9f25895e8c
FFI needs to check for FILE* backed ports when wrapping a C function that expects a FILE* and string streams are not supported.
...
Also fixing bug in make-custom-output-port that didn't check for exceptions.
2011-12-17 14:51:58 +09:00
..
io.scm
using result length from fread; string-count optimized and safe for invalid strings.
2011-11-26 13:04:51 +09:00
io.stub
using result length from fread; string-count optimized and safe for invalid strings.
2011-11-26 13:04:51 +09:00
port.c
FFI needs to check for FILE* backed ports when wrapping a C function that expects a FILE* and string streams are not supported.
2011-12-17 14:51:58 +09:00