aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-02 19:15:29 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-02 19:15:29 +0000
commit15164bf33cf27f38cd5657e2b58acfd9a312f2ed (patch)
treef939e6fdde282f61ea440b773a3d2dc841611767 /ChangeLog
parent86bafab212c2d73f02386a5e8440f9a72a86ae31 (diff)
downloadruby-15164bf33cf27f38cd5657e2b58acfd9a312f2ed.tar.gz
* insns.def (defined), vm_insnhelper.c (vm_defined):
move instruction body to the vm_defined() function. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50736 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 eb8fea14c2..f98bbdd935 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jun 3 04:14:13 2015 Koichi Sasada <ko1@atdot.net>
+
+ * insns.def (defined), vm_insnhelper.c (vm_defined):
+ move instruction body to the vm_defined() function.
+
Wed Jun 3 02:29:25 2015 Benoit Daloze <eregontp@gmail.com>
* test/ruby/test_module.rb: Do not assume class variable order.