index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
stringio
Commit message (
Expand
)
Author
Age
Files
Lines
*
stringio: binmode sets encoding to ASCII-8BIT
normal
2016-01-04
1
-0
/
+9
*
test_stringio.rb: test_initialize
nobu
2015-12-29
1
-0
/
+21
*
stringio.c: separate encoding from buffer
nobu
2015-12-18
1
-0
/
+7
*
stringio.c: padding in ungetbyte
nobu
2015-12-18
1
-0
/
+30
*
test_stringio.rb: add test
nobu
2015-12-18
1
-0
/
+10
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
1
-0
/
+1
*
Simple testing for StringIO#sysread
nobu
2015-07-11
1
-0
/
+10
*
stringio.c: don't raise after close
nobu
2015-03-13
1
-2
/
+2
*
stringio.c: don't raise after close
nobu
2015-03-09
1
-2
/
+2
*
stringio.c: ASCII-8BIT StringIO rejects no encodings
nobu
2014-09-26
1
-0
/
+12
*
stringio.c: use rb_str_append other than ASCII-8BIT
nobu
2014-04-23
1
-0
/
+18
*
Revert r45670 "stringio.c: use rb_str_append"
naruse
2014-04-22
1
-11
/
+0
*
stringio.c: use rb_str_append
nobu
2014-04-22
1
-0
/
+11
*
stringio.c: non-ascii encoding
nobu
2014-04-21
1
-0
/
+16
*
* io.c (io_read_nonblock): support non-blocking reads without raising
tenderlove
2013-08-26
1
-2
/
+22
*
* ext/stringio/stringio.c (strio_getline): fix not to raise TypeError
glass
2012-12-27
1
-1
/
+1
*
* ext/stringio/stringio.c (strio_ungetc): raise IOError instead of RuntimeError
glass
2012-12-27
1
-0
/
+8
*
stringio.c: close separatedly
nobu
2012-10-29
1
-1
/
+1
*
* io.c (io_readpartial): Document the output buffer parameter is
drbrain
2012-04-18
1
-0
/
+13
*
* ext/stringio/stringio.c (strio_read): return new string if nil
nobu
2011-08-20
1
-0
/
+8
*
* ext/stringio/stringio.c (strio_each):
sorah
2011-04-09
1
-1
/
+2
*
* ext/stringio/stringio.c (strio_each, strio_readlines):
sorah
2011-04-09
1
-0
/
+8
*
* ext/stringio/stringio.c (strio_getline): check whether str is
naruse
2011-04-08
1
-0
/
+2
*
* ext/stringio/stringio.c (get_strio, strio_set_string)
nobu
2011-01-05
1
-0
/
+9
*
* ext/stringio/stringio.c (strio_getline): round upto next char
nobu
2010-12-02
1
-0
/
+6
*
* ext/stringio/stringio.c (ungetc): RDoc updated. trunk allows
nahi
2009-12-04
1
-1
/
+1
*
* ext/stringio/stringio.c (Init_stringio): added read_nonblock and
nobu
2009-10-27
1
-0
/
+40
*
* stringio/stringio.c (strio_read): set ASCII-8BIT encoding
naruse
2009-09-28
1
-1
/
+4
*
* test: use require_relative.
naruse
2009-09-12
1
-4
/
+1
*
* ext/stringio/stringio.c (strio_each_codepoint): new method.
matz
2009-06-22
1
-0
/
+5
*
* ext/stringio/stringio.c (strio_ungetbyte): encoding should not
nobu
2009-05-14
1
-0
/
+15
*
* test/stringio/test_stringio.rb (test_path): StringIO#path is no
nobu
2009-04-06
1
-4
/
+0
*
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2009-03-06
1
-4
/
+4
*
* test/stringio/test_stringio.rb (test_ungetc_pos): added.
nobu
2009-02-12
1
-0
/
+15
*
* vm_insnhelper.c (vm_call_method, vm_call_cfunc): use original id instead of
ko1
2008-12-27
1
-0
/
+15
*
* ext/stringio/stringio.c (strio_init): rewind when reopened.
mame
2008-06-11
1
-2
/
+2
*
* test/stringio/test_stringio.rb: add tests to achieve over 95% test
mame
2008-06-05
1
-0
/
+314
*
add tests for [ruby-dev:34591].
akr
2008-05-12
1
-0
/
+25
*
use ML ref. for assertion message.
akr
2007-11-18
1
-6
/
+6
*
* ext/stringio/stringio.c (strio_write): insufficiently filled string
nobu
2004-11-29
1
-0
/
+10
*
* ext/stringio/stringio.c (strio_write): zero fill a gap if exsts.
nobu
2004-09-08
1
-1
/
+1
*
add test for [ruby-dev:24060], [ruby-dev:24065], [ruby-dev:24103],
akr
2004-09-07
1
-0
/
+16
*
* ext/stringio/stringio.c (strio_read): adjust behavior at reading
nobu
2003-12-10
1
-0
/
+2
*
ditto.
akr
2003-12-09
1
-0
/
+1
*
* ext/stringio/stringio.c (strio_read): follow IO#read.
nobu
2003-12-05
1
-9
/
+8
*
* test/stringio/test_stringio.rb: imported from [ruby-dev:21941].
nobu
2003-11-18
1
-0
/
+15