ruby-changes:13761
From: nobu <ko1@a...>
Date: Thu, 29 Oct 2009 15:43:45 +0900 (JST)
Subject: [ruby-changes:13761] Ruby:r25557 (trunk): * vm_core.h (rb_name_err_mesg_new): added prototype.
nobu 2009-10-29 15:43:28 +0900 (Thu, 29 Oct 2009) New Revision: 25557 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=25557 Log: * vm_core.h (rb_name_err_mesg_new): added prototype. Modified files: trunk/ChangeLog trunk/vm_core.h Index: ChangeLog =================================================================== --- ChangeLog (revision 25556) +++ ChangeLog (revision 25557) @@ -1,3 +1,7 @@ +Thu Oct 29 15:43:25 2009 Nobuyoshi Nakada <nobu@r...> + + * vm_core.h (rb_name_err_mesg_new): added prototype. + Thu Oct 29 13:53:18 2009 Yukihiro Matsumoto <matz@r...> * array.c (rb_ary_to_ary): do not use #respond_to? to detect Index: vm_core.h =================================================================== --- vm_core.h (revision 25556) +++ vm_core.h (revision 25557) @@ -618,6 +618,7 @@ typedef int rb_backtrace_iter_func(void *, VALUE, int, VALUE); int rb_backtrace_each(rb_backtrace_iter_func *iter, void *arg); rb_control_frame_t *rb_vm_get_ruby_level_next_cfp(rb_thread_t *th, rb_control_frame_t *cfp); +VALUE rb_name_err_mesg_new(VALUE obj, VALUE mesg, VALUE recv, VALUE method); NOINLINE(void rb_gc_save_machine_context(rb_thread_t *)); -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/