Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add frozen_string_literal: false for all files | naruse | 2015-12-16 | 1 | -0/+1 |
* | test/ruby: better assertions | nobu | 2013-12-13 | 1 | -2/+2 |
* | duplicate tests removed. | akr | 2005-03-06 | 1 | -13/+0 |
* | * ext/openssl/ossl_ssl.c (ossl_start_ssl): should wait for that | gotoyuzo | 2005-03-05 | 1 | -0/+26 |
* | * rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c, | akr | 2004-12-06 | 1 | -6/+6 |
* | * ext/stringio/stringio.c (strio_read): clear the buffer argument | nobu | 2003-12-24 | 1 | -0/+20 |
* | * io.c (read_all): do not return nil at the end of file. | matz | 2003-12-23 | 1 | -10/+10 |
* | * ext/stringio/stringio.c (strio_read): set EOF flag at short read. | nobu | 2003-12-10 | 1 | -20/+29 |
* | * ext/stringio/stringio.c (strio_read): do not set EOF flag when | nobu | 2003-12-10 | 1 | -0/+3 |
* | * ext/stringio/stringio.c (strio_read): adjust behavior at reading | nobu | 2003-12-10 | 1 | -0/+27 |
* | add test for previous change to io.c. | akr | 2003-12-09 | 1 | -0/+10 |
* | * ext/stringio/stringio.c (strio_read): follow IO#read. | nobu | 2003-12-05 | 1 | -0/+46 |