merge revision(s) 39308:

* vm_eval.c (vm_call0_body): check interrupts after method dispatch
	  from C methods. [Bug #7878]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39355 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2013-02-21 07:23:51 +00:00
parent 79db75dc4e
commit 901f44d1b1

View file

@ -1,3 +1,8 @@
Thu Feb 21 16:23:18 2013 Koichi Sasada <ko1@atdot.net>
* vm_eval.c (vm_call0_body): check interrupts after method dispatch
from C methods. [Bug #7878]
Thu Feb 21 05:03:38 2013 Eric Hodel <drbrain@segment7.net> Thu Feb 21 05:03:38 2013 Eric Hodel <drbrain@segment7.net>
* lib/rubygems/commands/update_command.rb: Create the installer after * lib/rubygems/commands/update_command.rb: Create the installer after