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
ruby_3_3
ruby_3_4
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
/
test_capacity.rb
Age
Commit message (
Expand
)
Author
2025-05-26
Add shape_id to RBasic under 32 bit
John Hawthorn
2024-06-19
String.new(capacity:) don't substract termlen
Jean Boussier
2023-11-02
Make String.new size pools aware.
Jean Boussier
2023-06-06
Unify length field for embedded and heap strings (#7908)
Peter Zhu
2023-04-04
[Feature #19579] Remove !USE_RVARGC code (#7655)
Peter Zhu
2022-02-02
Decouple GC slot sizes from RVALUE
Peter Zhu
2022-01-12
Make embedded string length a long for VWA
Peter Zhu
2021-10-25
[Feature #18239] Implement VWA for strings
Peter Zhu
2019-11-05
Revert "[EXPERIMENTAL] Make Symbol#to_s return a frozen String [Feature #16150]"
NARUSE, Yui
2019-09-26
[EXPERIMENTAL] Make Symbol#to_s return a frozen String
Benoit Daloze
2019-06-26
Resize capacity for fstring
John Hawthorn
2017-10-22
Fixed misspelling words.
hsbt
2017-08-31
io.c: shrink read buffer
nobu
2016-02-17
* string.c (rb_str_init): introduce String.new(capacity: size)
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