From 28defca799598e8ea8960fbbada49d94b5e6ac27 Mon Sep 17 00:00:00 2001 From: ko1 Date: Sun, 25 Feb 2007 16:29:26 +0000 Subject: * yarvcore.h: add rb_thread_t#top_wrapper, top_self. * eval_load.c (rb_load): support eval in wrapper module (load(file, true)). * eval.c: ditto. * eval_jump.h: ditto. * iseq.c: ditto. * vm.c: ditto. * yarvcore.c: ditto. * insns.def: add a empty line. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11884 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f6eb54ea9..2554384ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +Mon Feb 26 00:58:39 2007 Koichi Sasada + + * yarvcore.h: add rb_thread_t#top_wrapper, top_self. + + * eval_load.c (rb_load): support eval in wrapper module + (load(file, true)). + + * eval.c: ditto. + + * eval_jump.h: ditto. + + * iseq.c: ditto. + + * vm.c: ditto. + + * yarvcore.c: ditto. + + * insns.def: add a empty line. + Mon Feb 26 00:54:36 2007 Koichi Sasada * common.mk: change "gdb" rule. You can debug miniruby with -- cgit