summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-21 20:59:23 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-21 20:59:23 +0000
commit34d1e9bb2504d7fa0b98ad99a32c549cd0d92853 (patch)
tree3684a3a9330303573f4ae54a3b24fc7d1915b70d /ChangeLog
parentbf52a3c0c4ce5044a31e62ab6f6366e5a76103a7 (diff)
* include/ruby/vm.h: write a comment.
* common.mk: remove vm.h from any rules. vm.h is not needed on this version. * vm_core.h: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19882 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index feb44fcddd..1c922f2d24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Wed Oct 22 05:46:25 2008 Koichi Sasada <ko1@atdot.net>
+
+ * include/ruby/vm.h: write a comment.
+
+ * common.mk: remove vm.h from any rules.
+ vm.h is not needed on this version.
+
+ * vm_core.h: ditto.
+
Wed Oct 22 05:39:39 2008 Koichi Sasada <ko1@atdot.net>
* parse.y (arg_concat_gen): concat target node should be NODE_ARRAY.