From 66275ebe7cd7a9872daabb67e19255f4e1e7b163 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 9 Nov 2007 01:29:24 +0000 Subject: * eval.c (rb_invoke_method): check if invoked in function style. [ruby-core:13245] * insnhelper.ci (vm_call_cfunc, vm_cfunc_flags): stores and returns VM calling flags. * vm.c (rb_vm_cfunc_funcall_p): returns if the current method is invoked in function style. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13844 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a27f1cfd7..84adff419 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Fri Nov 9 10:29:21 2007 Nobuyoshi Nakada + + * eval.c (rb_invoke_method): check if invoked in function style. + [ruby-core:13245] + + * insnhelper.ci (vm_call_cfunc, vm_cfunc_flags): stores and returns VM + calling flags. + + * vm.c (rb_vm_cfunc_funcall_p): returns if the current method is + invoked in function style. + Fri Nov 9 10:10:21 2007 Koichi Sasada * cont.c: add rb_context_t#type. @@ -11,7 +22,9 @@ Fri Nov 9 07:26:04 2007 Yukihiro Matsumoto * random.c: update MT URL.[ruby-core:13305]. Thu Nov 8 17:09:55 2007 David Flanagan + * object.c: improve docs for Object.tap + * ChangeLog: fix bogus dates on my previous entries Thu Nov 8 15:13:56 2007 David Flanagan @@ -27,7 +40,9 @@ Thu Nov 8 07:54:22 2007 David Flanagan * parse.y: patch, based on Nobu's, work to support \u escapes also modifications for better coderange detection + * test/ruby/test_unicode_escapes.rb: test cases + * test/ruby/test_mixed_unicode_escapes.rb: mixed encoding test cases Thu Nov 8 07:14:37 2007 David Flanagan @@ -37,6 +52,7 @@ Thu Nov 8 07:14:37 2007 David Flanagan :x==:x is false when x is a multi-byte character. Thu Nov 8 07:04:31 2007 David Flanagan + * string.c (tr_setup_table, tr_trans): fix test failures in test/ruby/test_string.rb -- cgit