From f6a5d1e62259c8c2fd3b3d9d6e8a212739cf412a Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 21 Oct 2008 20:59:23 +0000 Subject: * 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 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') 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 + + * 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 * parse.y (arg_concat_gen): concat target node should be NODE_ARRAY. -- cgit