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] Make stringio Ractor safe
Kenta Murata
2020-12-18
1
-0
/
+23
*
[stringio] fix stringio codepoint enumerator off by one error
Yoann Lecuyer
2020-08-27
1
-0
/
+10
*
[ruby/stringio] No compatibility check in US-ASCII case
Nobuyoshi Nakada
2020-07-20
1
-0
/
+6
*
[ruby/stringio] Added non-ASCII but convertible encoding case
Nobuyoshi Nakada
2020-07-20
1
-0
/
+3
*
[ruby/stringio] Raise an error if encoding conversion not succeeded
Nobuyoshi Nakada
2020-07-20
1
-0
/
+25
*
[ruby/stringio] StringIO#initialize default to the source string encoding
Jean Boussier
2020-03-15
1
-0
/
+12
*
[ruby/stringio] Remove taint support
Jeremy Evans
2019-10-31
1
-11
/
+0
*
more use of RbConfig::LIMITS
卜部昌平
2019-10-08
1
-3
/
+2
*
[ruby/stringio] Supported BOM
Nobuyoshi Nakada
2019-08-14
1
-0
/
+14
*
[ruby/stringio] stringio: encoding support
Nobuyoshi Nakada
2019-08-14
1
-1
/
+11
*
Define singleton method on each new objects
Nobuyoshi Nakada
2019-06-28
1
-0
/
+2
*
setbyte / ungetbyte allow out-of-range integers
shyouhei
2019-01-15
1
-3
/
+3
*
Follow behaviour of IO#ungetbyte
kazu
2019-01-09
1
-0
/
+4
*
Support old versions of Ruby with FrozenError.
hsbt
2018-08-07
1
-3
/
+4
*
Add FrozenError as a subclass of RuntimeError
shyouhei
2017-12-12
1
-3
/
+3
*
stringio.c: write multiple arguments
nobu
2017-10-23
1
-0
/
+10
*
stringio.c: encoding at empty chomped result
nobu
2017-08-13
1
-0
/
+2
*
stringio.c: encoding at empty result
nobu
2017-08-13
1
-0
/
+2
*
stringio.c: encoding at EOF
nobu
2017-08-12
1
-0
/
+11
*
test_stringio.rb: more assertions
nobu
2017-08-12
1
-2
/
+2
*
stringio.c: check range
nobu
2017-03-21
1
-0
/
+1
*
stringio.c: check character code
nobu
2017-03-21
1
-0
/
+2
*
stringio.c: chomp CR
nobu
2016-12-10
1
-0
/
+20
*
stringio: chomp option
nobu
2016-12-03
1
-0
/
+19
*
test_stringio.rb: paragraph mode
nobu
2016-12-03
1
-0
/
+5
*
stringio.c: fix signed integer overflow
rhe
2016-09-26
1
-0
/
+9
*
require "rbconfig/sizeof"
naruse
2016-07-06
1
-0
/
+1
*
test_stringio.rb: reduce retry count
nobu
2016-06-30
1
-1
/
+1
*
Refine test of r55432
nobu
2016-06-18
1
-1
/
+2
*
Refine test of r55432
nobu
2016-06-18
1
-1
/
+7
*
stringio.c: fix index overflow
nobu
2016-06-17
1
-0
/
+12
*
stringio.c: warn block for new
nobu
2016-04-27
1
-0
/
+6
*
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
[next]