From 621f78e29dea696cf28e4b381fcace1bc63cbbcd Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 10 Jun 2008 16:33:51 +0000 Subject: * include/ruby/intern.h, proc.c: revert rb_proc_call() and create rb_proc_call_with_block() instaed. * include/ruby/ruby.h, eval_jump.c, thread.c, vm_insnhelper.c: rb_blockptr should not be exposed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17081 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e05a2edd6..7b308330b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Wed Jun 11 01:28:12 2008 Koichi Sasada + + * include/ruby/intern.h, proc.c: revert rb_proc_call() and + create rb_proc_call_with_block() instaed. + + * include/ruby/ruby.h, eval_jump.c, thread.c, vm_insnhelper.c: + rb_blockptr should not be exposed. + Tue Jun 10 21:07:19 2008 Kazuhiro NISHIYAMA * test/ruby/test_float.rb: add tests. [ruby-dev:35009] -- cgit