aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-24 14:02:15 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-24 14:02:15 +0000
commit9b694aaa8588a1f43fd0ae8c1142c7a854a3f6c6 (patch)
tree94f897b9af7d25d7fea9e6903630edc5e8ab2d73 /ChangeLog
parentc8d27afcd6b5cee8cc0d5aac1f67e81fdc2971ac (diff)
downloadruby-9b694aaa8588a1f43fd0ae8c1142c7a854a3f6c6.tar.gz
* test/ruby/test_thread.rb: fix typos.
* test/ruby/envutil.rb (rubyexec): move Open3.popen3 call into timeout block. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16182 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8981e88cc6..8c50b729b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu Apr 24 23:00:58 2008 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * test/ruby/test_thread.rb: fix typos.
+
+ * test/ruby/envutil.rb (rubyexec): move Open3.popen3 call into timeout
+ block.
+
Thu Apr 24 22:34:52 2008 Yusuke Endoh <mame@tsg.ne.jp>
* test/ruby/test_comparable.rb: new tests for Comparable, to achieve