From 2e311f6bd56a6f6f380e400863a21adbfb73ddfe Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 23 Sep 2008 19:52:31 +0000 Subject: * include/ruby/node.h, node.h: move node.h from include path. This change stop to install node.h beacuase of saving ABI (node.h will be changed. Extensions should not depends on this file). * blockinlining.c, class.c, compile.c, debug.h, enum.c, gc.c, iseq.c, parse.y, ruby.c, signal.c, variable.c, vm.c, vm_core.h, vm_dump.c: ditto. * ext/ripper/depend: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19500 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 59e2310a1a..a5b762cac1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Wed Sep 24 04:45:35 2008 Koichi Sasada + + * include/ruby/node.h, node.h: move node.h from include path. + This change stop to install node.h beacuase of saving ABI + (node.h will be changed. Extensions should not depends on + this file). + + * blockinlining.c, class.c, compile.c, debug.h, enum.c, + gc.c, iseq.c, parse.y, ruby.c, signal.c, variable.c, + vm.c, vm_core.h, vm_dump.c: ditto. + + * ext/ripper/depend: ditto. + Wed Sep 24 04:09:13 2008 Koichi Sasada * vm_core.h: remove unused frame values. -- cgit v1.2.3