From 3c019ff0411ee1728a0fb4270edd6678543b44d9 Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 24 Oct 2008 01:28:32 +0000 Subject: * test/ruby/test_signal.rb (TestSignal#test_exit_action): Thread may terminate before sysread. [ruby-dev:36835] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19902 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c0de652c4..30681d777 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Oct 24 10:23:24 2008 Kazuhiro NISHIYAMA + + * test/ruby/test_signal.rb (TestSignal#test_exit_action): Thread + may terminate before sysread. [ruby-dev:36835] + Thu Oct 23 22:06:23 2008 Yuki Sonoda (Yugui) * distruby.rb: removed. "make dist" uses tool/make-snapshot for the 1.9 -- cgit