From 37dffb599de6ad056c686f41881e9967dee4418e Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 17 Apr 2014 05:22:57 +0000 Subject: 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 --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') 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()`. -- cgit v1.2.3