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
/
-ext-
/
string
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove Encoding#replicate
Benoit Daloze
2023-01-11
1
-0
/
+15
*
Transition shape when object's capacity changes
Jemma Issroff
2022-11-10
1
-1
/
+5
*
Decouple GC slot sizes from RVALUE
Peter Zhu
2022-02-02
2
-7
/
+10
*
Remove assert_equal that will never be run
Peter Zhu
2022-01-28
1
-1
/
+1
*
Make embedded string length a long for VWA
Peter Zhu
2022-01-12
1
-1
/
+1
*
Remove tainted and trusted features
Nobuyoshi Nakada
2021-12-26
1
-14
/
+0
*
[Feature #18239] Implement VWA for strings
Peter Zhu
2021-10-25
2
-11
/
+32
*
Scan the coderange in the given encoding
Nobuyoshi Nakada
2021-06-26
1
-0
/
+9
*
rb_enc_interned_str: handle autoloaded encodings
Jean Boussier
2021-03-22
1
-0
/
+16
*
Fix rb_interned_str_* functions to not assume static strings
Jean Boussier
2020-11-30
1
-0
/
+12
*
Make String methods return String instances when called on a subclass instance
Jeremy Evans
2020-11-20
2
-5
/
+5
*
Word array instead of splitting
Nobuyoshi Nakada
2020-03-08
1
-4
/
+4
*
test/-ext-/string/test_fstring.rb: suppress a warning for taint
Yusuke Endoh
2019-11-18
1
-1
/
+6
*
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
1
-30
/
+0
*
Revert "[EXPERIMENTAL] Make Symbol#to_s return a frozen String [Feature #16150]"
NARUSE, Yui
2019-11-05
1
-3
/
+1
*
more use of RbConfig::LIMITS
卜部昌平
2019-10-08
1
-2
/
+1
*
test/-ext-/string/test_fstring.rb: suppress "possibly useless use of -@"
Yusuke Endoh
2019-09-30
1
-1
/
+1
*
[EXPERIMENTAL] Make Symbol#to_s return a frozen String
Benoit Daloze
2019-09-26
1
-1
/
+3
*
Tag string shared roots to fix use-after-free
Alan Wu
2019-09-26
1
-0
/
+9
*
Resize capacity for fstring
John Hawthorn
2019-06-26
1
-0
/
+19
*
Get rid of error with frozen string literal
Nobuyoshi Nakada
2019-06-23
1
-1
/
+1
*
str_duplicate: Don't share with a frozen shared string
Alan Wu
2019-05-09
1
-0
/
+16
*
Add FrozenError as a subclass of RuntimeError
shyouhei
2017-12-12
1
-2
/
+2
*
Add test for Bug::String.buf_new
naruse
2017-12-03
1
-0
/
+6
*
string.c: fix rb_external_str_new_with_enc
nobu
2017-12-02
1
-0
/
+11
*
Fixed misspelling words.
hsbt
2017-10-22
1
-1
/
+1
*
io.c: shrink read buffer
nobu
2017-08-31
1
-0
/
+8
*
test_modify_expand.rb: skip if no overflow
nobu
2016-12-22
1
-0
/
+1
*
test_fstring.rb: fix exception
nobu
2016-11-12
1
-1
/
+1
*
class.c: no fstring singleton class
nobu
2016-11-12
1
-0
/
+9
*
string.c: fix buffer overflow check condition in rb_str_set_len()
rhe
2016-09-13
1
-0
/
+9
*
require "rbconfig/sizeof"
naruse
2016-07-06
1
-0
/
+1
*
string.c: return reallocated pointer
nobu
2016-05-30
1
-0
/
+6
*
string.c: integer overflow
nobu
2016-05-18
1
-0
/
+9
*
* string.c (rb_str_init): introduce String.new(capacity: size)
naruse
2016-02-17
1
-3
/
+16
*
* string.c (str_new_frozen): if the given string is embeddedable
naruse
2016-02-03
1
-0
/
+6
*
* test/-ext-/string/test_capacity.rb: Added missing library.
hsbt
2016-01-27
1
-0
/
+1
*
Add tests about String's internal capacity
naruse
2016-01-27
1
-0
/
+18
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
11
-0
/
+11
*
string.c: no frozen error at cstr
nobu
2015-12-01
1
-0
/
+18
*
cstr.c: split bug_str_cstr_unterm
nobu
2015-12-01
1
-0
/
+6
*
string.c: fill the terminator
nobu
2015-07-25
1
-0
/
+8
*
string.c: pool only bare strings in fstring
nobu
2015-07-24
1
-0
/
+64
*
encoding.c: drop dummy encoding flag
nobu
2015-07-15
1
-0
/
+11
*
-test-/string: move
nobu
2015-07-15
10
-12
/
+12
*
file.c: skip invalid byte
nobu
2015-07-07
1
-4
/
+7
*
test_nofree.rb: fix commit miss
nobu
2015-06-12
1
-3
/
+4
*
test_nofree.rb: rehearsal
nobu
2015-06-12
1
-3
/
+4
*
string.c: clear NOFREE flag at embedding
nobu
2015-04-17
1
-0
/
+10
*
string.c: consider widechar
nobu
2015-01-26
1
-0
/
+11
[next]