summaryrefslogtreecommitdiff
path: root/ext/-test-/string/rb_interned_str.c
AgeCommit message (Collapse)Author
2020-11-30Fix rb_interned_str_* functions to not assume static stringsJean Boussier
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. Notes: Merged: https://github.com/ruby/ruby/pull/3786