summaryrefslogtreecommitdiff
path: root/test/ruby/ut_eof.rb
AgeCommit message (Expand)Author
2005-03-06duplicate tests removed.akr
2005-03-05* ext/openssl/ossl_ssl.c (ossl_start_ssl): should wait for thatgotoyuzo
2004-12-06* rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c,akr
2003-12-24* ext/stringio/stringio.c (strio_read): clear the buffer argumentnobu
2003-12-23* io.c (read_all): do not return nil at the end of file.matz
2003-12-10* ext/stringio/stringio.c (strio_read): set EOF flag at short read.nobu
2003-12-10* ext/stringio/stringio.c (strio_read): do not set EOF flag whennobu
2003-12-10* ext/stringio/stringio.c (strio_read): adjust behavior at readingnobu
2003-12-09add test for previous change to io.c.akr
2003-12-05* ext/stringio/stringio.c (strio_read): follow IO#read.nobu