ruby-cvs:17065
From: (nobu) <nobu ruby-lang.org>
Date: Mon, 3 Jul 2006 10:44:09 +0900
Subject: [ruby-cvs:17065] ruby: * io.c (popen_exec): close file descriptors other than standard I/Os.
nobu Mon, 3 Jul 2006 10:44:09 +0900
Modified files:
ruby:
ChangeLog io.c
Log:
* io.c (popen_exec): close file descriptors other than standard I/Os.
fixed: [ruby-dev:28924]
Revision Changes Path
1.5142 +6 -1 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.5141&r2=1.5142
1.412 +2 -6 ruby/io.c
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/io.c?cvsroot=src&r1=1.411&r2=1.412