1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

internal structure

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46534 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nari 2014-06-24 00:52:14 +00:00
parent 4a26246beb
commit 63e8293147

3
NEWS
View file

@ -183,9 +183,6 @@ with all sufficient information, see the ChangeLog file.
* rb_sym2str() added. This is almost same as `rb_id2str(SYM2ID(sym))` * rb_sym2str() added. This is almost same as `rb_id2str(SYM2ID(sym))`
but not pinning a dynamic symbol. but not pinning a dynamic symbol.
* struct RSymbol added. This represents a dynamic symbol as object in
Ruby's heaps.
* rb_str_cat_cstr() added. This is same as `rb_str_cat2()`. * rb_str_cat_cstr() added. This is same as `rb_str_cat2()`.
* `rb_str_substr()` and `rb_str_subseq()` now share middle of a string, * `rb_str_substr()` and `rb_str_subseq()` now share middle of a string,