]> gitweb.factorcode.org Git - factor.git/commit
bootstrap, io.streams.c: use new fread primitive
authorJoe Groff <arcata@gmail.com>
Tue, 11 Oct 2011 06:04:55 +0000 (23:04 -0700)
committerJoe Groff <arcata@gmail.com>
Tue, 18 Oct 2011 04:22:58 +0000 (21:22 -0700)
commit5a072c57a64e26191f01a3048872ee1e60b3372d
tree2159d0a5fbb8b016c68d39f8e6df41ca948f1957
parentef8a179f344d4dbb92e02736e79009d5560f09d5
bootstrap, io.streams.c: use new fread primitive
Change the fread primitive to fread-unsafe, matching the new primitive in the VM, and update the implementation of c-reader to implement stream-read-unsafe and stream-read in terms of fread-unsafe
basis/stack-checker/known-words/known-words.factor
core/bootstrap/primitives.factor
core/io/streams/c/c-docs.factor
core/io/streams/c/c.factor