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
/
ext
/
stringio
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ruby/stringio] Suppress a sign-compare warning
Nobuyoshi Nakada
2021-07-08
1
-1
/
+1
*
dependency updates
卜部昌平
2021-04-13
1
-1
/
+0
*
[ruby/stringio] Check if closed in loop
Nobuyoshi Nakada
2021-03-08
1
-9
/
+13
*
[ruby/stringio] Use Gemfile instead of Gem::Specification#add_development_dep...
Hiroshi SHIBATA
2021-03-08
1
-3
/
+0
*
Removed rb_cData entity
Nobuyoshi Nakada
2020-12-22
1
-1
/
+1
*
[stringio] Version 3.0.0
Kenta Murata
2020-12-18
1
-1
/
+1
*
[stringio] Add test-unit in the development dependencies
Kenta Murata
2020-12-18
1
-0
/
+1
*
[stringio] Make stringio Ractor safe
Kenta Murata
2020-12-18
1
-0
/
+5
*
delete deprecated IO-like methods
卜部昌平
2020-12-03
1
-52
/
+0
*
[ruby/stringio] Bump version to 0.1.4
Nobuyoshi Nakada
2020-08-27
1
-1
/
+1
*
[stringio] fix stringio codepoint enumerator off by one error
Yoann Lecuyer
2020-08-27
1
-1
/
+1
*
sed -i '/rmodule.h/d'
卜部昌平
2020-08-27
1
-1
/
+0
*
sed -i '/r_cast.h/d'
卜部昌平
2020-08-27
1
-1
/
+0
*
sed -i '\,2/extern.h,d'
卜部昌平
2020-08-27
1
-1
/
+0
*
Update the license for the default gems to dual licenses
Hiroshi SHIBATA
2020-08-18
1
-1
/
+1
*
[ruby/stringio] Bump version to 0.1.3
Nobuyoshi Nakada
2020-07-20
1
-1
/
+1
*
[ruby/stringio] No compatibility check in US-ASCII case
Nobuyoshi Nakada
2020-07-20
1
-2
/
+3
*
[ruby/stringio] Removed wrong UNREACHABLE
Nobuyoshi Nakada
2020-07-20
1
-1
/
+0
*
[ruby/stringio] Bump version to 0.1.2
Nobuyoshi Nakada
2020-07-20
1
-1
/
+1
*
[ruby/stringio] Raise an error if encoding conversion not succeeded
Nobuyoshi Nakada
2020-07-20
1
-1
/
+6
*
Removed nonsense `rubygems_version` in input gemspec files
Nobuyoshi Nakada
2020-06-25
1
-1
/
+0
*
Suppress warnings no inline ruby debug (#3107)
Kenta Murata
2020-05-22
1
-1
/
+2
*
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
1
-140
/
+140
*
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-11
1
-140
/
+140
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
1
-0
/
+152
*
[ruby/stringio] Bump version to 0.1.1
Nobuyoshi Nakada
2020-03-15
1
-1
/
+1
*
[ruby/stringio] StringIO#initialize default to the source string encoding
Jean Boussier
2020-03-15
1
-4
/
+6
*
[ruby/stringio] Bump version to 0.1.0
Hiroshi SHIBATA
2019-11-30
1
-1
/
+1
*
[ruby/stringio] RbConfig::LIMITS only provide after Ruby 2.5
Hiroshi SHIBATA
2019-11-30
1
-1
/
+1
*
[ruby/stringio] Remove taint support
Jeremy Evans
2019-10-31
1
-4
/
+0
*
Update StringIO docs:
zverok
2019-10-26
1
-41
/
+56
*
[ruby/stringio] Bump up the version
Nobuyoshi Nakada
2019-09-29
1
-1
/
+1
*
[ruby/stringio] Use rb_funcallv_kw when delegating arguments
Nobuyoshi Nakada
2019-09-29
1
-2
/
+7
*
[ruby/stringio] Replaced rb_funcall2 with rb_funcallv
Nobuyoshi Nakada
2019-09-29
1
-4
/
+4
*
[ruby/stringio] Dropped older ruby versions
Nobuyoshi Nakada
2019-09-29
1
-1
/
+1
*
[ruby/stringio] Get rid of String#undump for ruby 2.4 or earlier
Nobuyoshi Nakada
2019-09-29
1
-1
/
+1
*
Make rb_scan_args handle keywords more similar to Ruby methods (#2460)
Jeremy Evans
2019-09-25
1
-2
/
+2
*
[ruby/stringio] Fixed a typo
Nobuyoshi Nakada
2019-08-23
1
-1
/
+1
*
[ruby/stringio] Supported BOM
Nobuyoshi Nakada
2019-08-14
1
-0
/
+81
*
[ruby/stringio] Supported `mode:` option
Nobuyoshi Nakada
2019-08-14
1
-1
/
+20
*
[ruby/stringio] Allow bignum mode
Nobuyoshi Nakada
2019-08-14
1
-2
/
+3
*
[ruby/stringio] Added support for older versions
Nobuyoshi Nakada
2019-08-14
2
-0
/
+56
*
[ruby/stringio] stringio: encoding support
Nobuyoshi Nakada
2019-08-14
1
-27
/
+20
*
ext/stringio/stringio.c (strio_read): "binray" is always zero here
Yusuke Endoh
2019-07-15
1
-1
/
+1
*
Include ruby/assert.h in ruby/ruby.h so that assertions can be there
Nobuyoshi Nakada
2019-07-14
1
-0
/
+1
*
Removed stub lines from gemspec files
Nobuyoshi Nakada
2019-07-13
1
-2
/
+0
*
C90 for old versions
Nobuyoshi Nakada
2019-07-10
1
-14
/
+11
*
Use the found version number
Nobuyoshi Nakada
2019-07-10
1
-1
/
+1
*
Removed useless `freeze`s
Nobuyoshi Nakada
2019-07-10
1
-13
/
+13
*
Added StringIO::VERSION
Nobuyoshi Nakada
2019-07-10
2
-1
/
+14
[next]