]> gitweb.factorcode.org Git - factor.git/commit
Make sure 0 read always returns f. Fixes issue #70.
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 9 Sep 2011 00:24:05 +0000 (17:24 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 10 Sep 2011 01:51:06 +0000 (18:51 -0700)
commit1b20b0c4761ac03c369b17b923bdf2372395b73e
tree7dc3896f58c582f026e3d0ba3b20bc347babee6c
parentdd824bf0e5465e149cedf03cfd1392f1292a50e1
Make sure 0 read always returns f. Fixes issue #70.
More unit tests, fix read-until to return f f sometimes
Rename ((read-until)) to read-until-loop. Fix the stack effect declarations of (read) and handle-readln.
basis/io/streams/string/string-tests.factor
core/io/encodings/encodings.factor
core/io/streams/byte-array/byte-array-tests.factor