From b9488bb8a66157341f4dfaf4a9964f23200792f4 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 30 Sep 2008 15:21:30 +0000 Subject: * process.c (check_exec_redirect): don't depend on rb_stdout and rb_stderr. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19646 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6534caaaf..36f6551b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Oct 1 00:20:38 2008 Tanaka Akira + + * process.c (check_exec_redirect): don't depend on rb_stdout and + rb_stderr. + Tue Sep 30 23:06:58 2008 Yuki Sonoda (Yugui) * test/mini/test_mini_test.rb: removed. -- cgit