From 56ec4d73b9cd8497b5b4c2a86664828d2fe2738c Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 18 Jun 2007 08:02:30 +0000 Subject: * eval_load.c (rb_require_safe, ruby_init_ext): load with ruby level cfp. [ruby-core:10779] * eval_intern.h, vm.c (rb_vm_call_cfunc): new function to call a function with ruby level cfp. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12570 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ce78f09f4..862edb82c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mon Jun 18 17:04:07 2007 Nobuyoshi Nakada + + * eval_load.c (rb_require_safe, ruby_init_ext): load with ruby level + cfp. [ruby-core:10779] + + * eval_intern.h, vm.c (rb_vm_call_cfunc): new function to call a + function with ruby level cfp. + Mon Jun 18 16:57:24 2007 Nobuyoshi Nakada * parse.y (yycompile): disable trace while creating ruby_debug_lines. -- cgit