aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/ut_eof.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* test/ruby: better assertionsnobu2013-12-131-2/+2
* duplicate tests removed.akr2005-03-061-13/+0
* * ext/openssl/ossl_ssl.c (ossl_start_ssl): should wait for thatgotoyuzo2005-03-051-0/+26
* * rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c,akr2004-12-061-6/+6
* * ext/stringio/stringio.c (strio_read): clear the buffer argumentnobu2003-12-241-0/+20
* * io.c (read_all): do not return nil at the end of file.matz2003-12-231-10/+10
* * ext/stringio/stringio.c (strio_read): set EOF flag at short read.nobu2003-12-101-20/+29
* * ext/stringio/stringio.c (strio_read): do not set EOF flag whennobu2003-12-101-0/+3
* * ext/stringio/stringio.c (strio_read): adjust behavior at readingnobu2003-12-101-0/+27
* add test for previous change to io.c.akr2003-12-091-0/+10
* * ext/stringio/stringio.c (strio_read): follow IO#read.nobu2003-12-051-0/+46