From 942677de5630b5d3121ac02372f2aaa1e82ca02b Mon Sep 17 00:00:00 2001 From: ko1 Date: Sun, 1 Jul 2007 23:57:04 +0000 Subject: * eval_intern.h, yarvcore.h: move declaration of sysstack_error to yarvcore.h. * iseq.c: fix symbol name (:toplevel -> :top). * lib/vm/instruction.rb, template/vm.inc.tmpl: replacable current file name. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12677 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f2b2fda01..f8f541107 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Mon Jul 2 08:53:47 2007 Koichi Sasada + + * eval_intern.h, yarvcore.h: move declaration of sysstack_error + to yarvcore.h. + + * iseq.c: fix symbol name (:toplevel -> :top). + + * lib/vm/instruction.rb, template/vm.inc.tmpl: replacable + current file name. + Mon Jul 2 05:29:07 2007 Koichi Sasada * compile.c, iseq.c: fix iseq some of load/store process. -- cgit