index
:
ruby.git
master
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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
stringio
Age
Commit message (
Expand
)
Author
2023-01-28
[ruby/stringio] [Bug #19389] Fix chomping with longer separator
Nobuyoshi Nakada
2022-07-01
[ruby/stringio] Fix the result of `StringIO#truncate` so compatible with `File`
Nobuyoshi Nakada
2022-05-30
[ruby/stringio] Accept external and internal encodings pair
Nobuyoshi Nakada
2022-05-30
[ruby/stringio] Fix handling of chomp with paragraph separator
Jeremy Evans
2022-05-30
[ruby/stringio] Ignore chomp keyword for nil separator
Jeremy Evans
2022-05-30
[ruby/stringio] Fix each with multiple character string and chomp
Jeremy Evans
2022-05-30
[ruby/stringio] Fix expanding size at ungetc/ungetbyte
Nobuyoshi Nakada
2021-03-08
[ruby/stringio] Check if closed in loop
Nobuyoshi Nakada
2021-03-08
Prefer to use omit
Hiroshi SHIBATA
2020-12-18
[stringio] Make stringio Ractor safe
Kenta Murata
2020-08-27
[stringio] fix stringio codepoint enumerator off by one error
Yoann Lecuyer
2020-07-20
[ruby/stringio] No compatibility check in US-ASCII case
Nobuyoshi Nakada
2020-07-20
[ruby/stringio] Added non-ASCII but convertible encoding case
Nobuyoshi Nakada
2020-07-20
[ruby/stringio] Raise an error if encoding conversion not succeeded
Nobuyoshi Nakada
2020-03-15
[ruby/stringio] StringIO#initialize default to the source string encoding
Jean Boussier
2019-10-31
[ruby/stringio] Remove taint support
Jeremy Evans
2019-10-08
more use of RbConfig::LIMITS
卜部昌平
2019-08-14
[ruby/stringio] Supported BOM
Nobuyoshi Nakada
2019-08-14
[ruby/stringio] stringio: encoding support
Nobuyoshi Nakada
2019-06-28
Define singleton method on each new objects
Nobuyoshi Nakada
2019-01-15
setbyte / ungetbyte allow out-of-range integers
shyouhei
2019-01-09
Follow behaviour of IO#ungetbyte
kazu
2018-08-07
Support old versions of Ruby with FrozenError.
hsbt
2017-12-12
Add FrozenError as a subclass of RuntimeError
shyouhei
2017-10-23
stringio.c: write multiple arguments
nobu
2017-08-13
stringio.c: encoding at empty chomped result
nobu
2017-08-13
stringio.c: encoding at empty result
nobu
2017-08-12
stringio.c: encoding at EOF
nobu
2017-08-12
test_stringio.rb: more assertions
nobu
2017-03-21
stringio.c: check range
nobu
2017-03-21
stringio.c: check character code
nobu
2016-12-10
stringio.c: chomp CR
nobu
2016-12-03
stringio: chomp option
nobu
2016-12-03
test_stringio.rb: paragraph mode
nobu
2016-09-26
stringio.c: fix signed integer overflow
rhe
2016-07-06
require "rbconfig/sizeof"
naruse
2016-06-30
test_stringio.rb: reduce retry count
nobu
2016-06-18
Refine test of r55432
nobu
2016-06-18
Refine test of r55432
nobu
2016-06-17
stringio.c: fix index overflow
nobu
2016-04-27
stringio.c: warn block for new
nobu
2016-01-04
stringio: binmode sets encoding to ASCII-8BIT
normal
2015-12-29
test_stringio.rb: test_initialize
nobu
2015-12-18
stringio.c: separate encoding from buffer
nobu
2015-12-18
stringio.c: padding in ungetbyte
nobu
2015-12-18
test_stringio.rb: add test
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-07-11
Simple testing for StringIO#sysread
nobu
2015-03-13
stringio.c: don't raise after close
nobu
2015-03-09
stringio.c: don't raise after close
nobu
[next]