diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Wed Dec 5 04:50:17 2012 KOSAKI Motohiro <[email protected]> + * lib/timeout.rb (Timeout#timeout): set + async_interrupt_timeing(:on_blocking) by default. + [Bug #7503] [ruby-core:50524] + + * test/test_timeout.rb (#test_timeout_blocking): test for the above. + * test/test_timeout.rb (test_timeout_immediate): ditto + * test/test_timeout.rb (test_timeout_immediate2): ditto. + + * NEWS: news for the above. + Wed Dec 5 23:50:23 2012 Narihiro Nakamura <[email protected]> * gc.c (getrusage_time): uses clock_gettime() with |