<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/ext/-test-/string/rb_interned_str.c, branch v3_4_9</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Fix rb_interned_str_* functions to not assume static strings</title>
<updated>2020-11-30T08:33:28+00:00</updated>
<author>
<name>Jean Boussier</name>
<email>jean.boussier@gmail.com</email>
</author>
<published>2020-11-18T12:57:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6bef49427ab2a9d3bc338f1cffcd086153a59f44'/>
<id>6bef49427ab2a9d3bc338f1cffcd086153a59f44</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
</feed>
