summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-17 05:22:57 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-17 05:22:57 +0000
commit37dffb599de6ad056c686f41881e9967dee4418e (patch)
tree1861c6ed6f8c594d0aa1916c1798efa06a67e249 /NEWS
parent3d69324be300fce437536f7b7ac5f3d5c8c54d7d (diff)
string.c: rb_str_cat_cstr
* string.c (rb_str_cat): make non-buf version main. * string.c (rb_str_cat_cstr): rename from rb_str_cat2. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45609 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index acf414caa2..f1f7e66758 100644
--- a/NEWS
+++ b/NEWS
@@ -105,3 +105,5 @@ with all sufficient information, see the ChangeLog file.
* 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()`.