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