summaryrefslogtreecommitdiffstats
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
commitf6a5d1e62259c8c2fd3b3d9d6e8a212739cf412a (patch)
tree3684a3a9330303573f4ae54a3b24fc7d1915b70d /ChangeLog
parentd0bc76d0957a5c28bb60f872c12b1d16eb1013c7 (diff)
downloadruby-f6a5d1e62259c8c2fd3b3d9d6e8a212739cf412a.tar.gz
ruby-f6a5d1e62259c8c2fd3b3d9d6e8a212739cf412a.tar.xz
ruby-f6a5d1e62259c8c2fd3b3d9d6e8a212739cf412a.zip
* 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: http://svn.ruby-lang.org/repos/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 feb44fcdd..1c922f2d2 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.