ruby-cvs:18182
From: (nobu) <nobu ruby-lang.org>
Date: Sat, 16 Sep 2006 16:21:03 +0900
Subject: [ruby-cvs:18182] ruby, ruby/ext/pty: * ext/pty/pty.c (establishShell): parent pid is not used.
nobu Sat, 16 Sep 2006 16:21:03 +0900
Modified files:
ruby:
ChangeLog
ruby/ext/pty:
pty.c
Log:
* ext/pty/pty.c (establishShell): parent pid is not used.
* ext/pty/pty.c (freeDevice): not used.
Revision Changes Path
1.5381 +5 -1 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.5380&r2=1.5381
1.28 +13 -19 ruby/ext/pty/pty.c
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ext/pty/pty.c?cvsroot=src&r1=1.27&r2=1.28