From 77ffa600086088f8f9b726e8f15cd83f2ea61d2c Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 5 May 2008 17:18:09 +0000 Subject: * test/io/nonblock/test_flush.rb: don't set Thread.abort_on_exception. * test/net/imap/test_imap.rb: ensure disconnecting imap to terminate receiver thread.. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16302 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1c390e274..aff6e5345 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue May 6 02:08:18 2008 Tanaka Akira + + * test/io/nonblock/test_flush.rb: don't set Thread.abort_on_exception. + + * test/net/imap/test_imap.rb: ensure disconnecting imap to terminate + receiver thread.. + Tue May 6 00:29:21 2008 Yukihiro Matsumoto * iseq.c (insn_operand_intern): should handle Qundef embedded in -- cgit