ruby-cvs:17281
From: (nobu) <nobu ruby-lang.org>
Date: Sun, 30 Jul 2006 22:30:24 +0900
Subject: [ruby-cvs:17281] ruby, ruby: * eval.c (rb_trap_eval): make the current thread runnable to deal with
nobu Sun, 30 Jul 2006 22:30:24 +0900
Modified files: (Branch: ruby_1_8)
ruby:
version.h
ruby:
ChangeLog eval.c
Log:
* eval.c (rb_trap_eval): make the current thread runnable to deal with
exceptions which occurred within the trap. fixed: [ruby-dev:27729]
Revision Changes Path
1.720.2.684 +3 -3 ruby/version.h
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/version.h?cvsroot=src&r1=1.720.2.683&r2=1.720.2.684
1.2673.2.1777 +5 -0 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.2673.2.1776&r2=1.2673.2.1777
1.616.2.186 +3 -2 ruby/eval.c
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/eval.c?cvsroot=src&r1=1.616.2.185&r2=1.616.2.186