From 0c4234fc5094310a051eb8edd35eb182cc21c3f5 Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 1 Nov 2004 02:55:29 +0000 Subject: * io.c (pipe_open): avoid conflict of variable name. [ruby-dev:24662] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7166 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5f4635a98..ee8311e16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Nov 1 11:52:18 2004 NAKAMURA Usaku + + * io.c (pipe_open): avoid conflict of variable name. [ruby-dev:24662] + Mon Nov 1 11:46:19 2004 WATANABE Hirofumi * process.c (rb_f_exec): should check whether prog is NULL. -- cgit