aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-22 20:07:51 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-22 20:07:51 +0000
commitf5f0b869e96114652d30de41dc9102d73daeede7 (patch)
treebc787b84b7c453b2ec3ea2b2b71ed329daacfec3 /ChangeLog
parent0b39c8a08d57853af16a1686a10e505ff482e535 (diff)
downloadruby-f5f0b869e96114652d30de41dc9102d73daeede7.tar.gz
intern.h: move rb_ary_cat from internal.h
* include/ruby/intern.h (rb_ary_cat): move from internal.h, since it is described in README.EXT. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43015 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed04766f2b..5cf025870a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Sep 23 05:07:49 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * include/ruby/intern.h (rb_ary_cat): move from internal.h, since it
+ is described in README.EXT.
+
Sun Sep 22 20:55:20 2013 Kazuki Tsujimoto <kazuki@callcc.net>
* vm_insnhelper.c (vm_make_proc_with_iseq): fix bug message.