From ef1107c93b0b8f831520c5c883fb6ed774f19362 Mon Sep 17 00:00:00 2001 From: shugo Date: Wed, 13 Aug 2008 14:22:48 +0000 Subject: * test/ruby/test_thread.rb (test_list): call Thread.pass to run t1. fixed [ruby-core:18264]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18586 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3b4a545aa..5483ca0f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Aug 13 23:15:58 2008 Shugo Maeda + + * test/ruby/test_thread.rb (test_list): call Thread.pass to run t1. + fixed [ruby-core:18264]. + Wed Aug 13 23:05:51 2008 TAKAO Kouji * string.c (alias_func): changed to 'weak, alias' from 'alias' for @@ -9,7 +14,7 @@ Wed Aug 13 19:40:12 2008 Koichi Sasada Wed Aug 13 18:34:22 2008 Shugo Maeda - * marshal.c (marshal_load): set arg.untrust properly. + * marshal.c (marshal_load): set arg.untrust properly. Wed Aug 13 17:47:09 2008 Tanaka Akira -- cgit