From 5643b9f61a2d97a9e63d6bca127aac2266dcc864 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 22 Oct 2001 16:28:51 +0000 Subject: * eval.c (proc_invoke): fix self switching in Proc#call (ruby-bugs-ja#PR108) and GC failure. use Qundef instead of 0 to direct not switching self. * eval.c (call_trace_func): ditto. * eval.c (call_end_proc): ditto. * eval.c (proc_call): ditto. * eval.c (proc_yield): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e43b33c3a..f54218b01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Tue Oct 23 01:21:19 2001 Nobuyoshi Nakada + + * eval.c (proc_invoke): fix self switching in Proc#call + (ruby-bugs-ja#PR108) and GC failure. use Qundef instead of 0 + to direct not switching self. + + * eval.c (call_trace_func): ditto. + + * eval.c (call_end_proc): ditto. + + * eval.c (proc_call): ditto. + + * eval.c (proc_yield): ditto. + Tue Oct 23 01:15:43 2001 K.Kosako * variable.c (rb_global_entry): reconstruct global variable -- cgit