1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/-test-/string
Jean Boussier 6bef49427a Fix rb_interned_str_* functions to not assume static strings
Fixes [Feature #13381]

When passed a `fake_str`, `register_fstring` would create new strings
with `str_new_static`. That's not what was expected, and answer
almost no use cases.
2020-11-30 17:33:28 +09:00
..
capacity.c
coderange.c Use rb_intern_const instead of rb_intern in Init functions 2020-10-21 12:46:53 +09:00
cstr.c Merge pull request #2991 from shyouhei/ruby.h 2020-04-08 13:28:13 +09:00
depend Fix rb_interned_str_* functions to not assume static strings 2020-11-30 17:33:28 +09:00
ellipsize.c
enc_associate.c
enc_str_buf_cat.c
extconf.rb
fstring.c
init.c
modify.c
new.c
nofree.c
normalize.c
qsort.c
rb_interned_str.c Fix rb_interned_str_* functions to not assume static strings 2020-11-30 17:33:28 +09:00
rb_str_dup.c
set_len.c