fix typos and remove trailing spaces
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9920da5593
commit
1bddcc72f6
@ -9,7 +9,7 @@ Wed Dec 5 22:13:57 2012 Naohisa Goto <ngotogenome@gmail.com>
|
||||
Wed Dec 5 18:53:00 2012 Masaya Tarui <tarui@ruby-lang.org>
|
||||
|
||||
* thread.c (rb_thread_s_async_interrupt_timing): have to check ints
|
||||
before jumpping out.
|
||||
before jumping out.
|
||||
* test/ruby/test_thread.rb (test_async_interrupt_with_return): add test
|
||||
rescue has to catch a queued async exception at the time of return.
|
||||
* test/ruby/test_thread.rb (test_async_interrupt_with_break): add test
|
||||
@ -29,7 +29,7 @@ Wed Dec 5 12:17:11 2012 Naohisa Goto <ngotogenome@gmail.com>
|
||||
|
||||
* ext/dl/lib/dl/func.rb (DL::Function#initialize, DL::Function#bind):
|
||||
ABI should be set by using CFunc#calltype even when Fiddle is used.
|
||||
When Fiddle is used and a block is given, name shoud not be ignored.
|
||||
When Fiddle is used and a block is given, name should not be ignored.
|
||||
[ruby-core:50562] [Bug #7514]
|
||||
|
||||
* ext/dl/lib/dl/import.rb (DL::Importer#bind_function): should respect
|
||||
|
@ -591,7 +591,7 @@ class TestThread < Test::Unit::TestCase
|
||||
dummy_for_check_ints=nil
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
def test_async_interrupt_blocking
|
||||
r=:ng
|
||||
e=Class.new(Exception)
|
||||
|
Loading…
x
Reference in New Issue
Block a user