aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-02 13:18:57 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-02 13:18:57 +0000
commitd8d5cda2d48fd076d5eeba0e1cc4dc8d581ff4c9 (patch)
tree047b68aa6aa5eae8325ae351ef12e2df3b12914c /ChangeLog
parente4b7c0e8a36c3788f180202f0511b3f70d566c6f (diff)
downloadruby-d8d5cda2d48fd076d5eeba0e1cc4dc8d581ff4c9.tar.gz
* test/ruby/test_process.rb (test_wait_and_sigchild): remove debug
output. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21273 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd80d51d8a..254820b86f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jan 2 22:20:46 2009 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * test/ruby/test_process.rb (test_wait_and_sigchild): remove debug
+ output.
+
Fri Jan 2 17:45:19 2009 Tanaka Akira <akr@fsij.org>
* ext/socket/mkconstants.rb: rename family_to_str to intern_family.