ruby-cvs:21459
From: akr ruby-lang.org
Date: Fri, 14 Dec 2007 08:19:15 +0900 (JST)
Subject: [ruby-cvs:21459] Ruby:r14222 (trunk): * eval.c (rb_protect): restore root_jmpbuf even if proc exits by
akr 2007-12-14 08:19:14 +0900 (Fri, 14 Dec 2007)
New Revision: 14222
Modified files:
trunk/ChangeLog
trunk/eval.c
Log:
* eval.c (rb_protect): restore root_jmpbuf even if proc exits by
break such as dbm.delete_if { break }.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=14222&r2=14221
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/eval.c?r1=14222&r2=14221