From: Nobuyoshi Nakada Date: 2007-08-07T14:59:04+09:00 Subject: Re: Bug in Ruby's PTY extension Hi, At Tue, 7 Aug 2007 01:28:08 +0900, ronald braswell wrote in [ruby-talk:263528]: > Thanks for your patch. It is much better than the quick hack that I had > done. I have tested it and it works fine! Just one thing, I had to comment > out freeDevice() in my version of pty.c since it referenced the previously > file scoped SlaveName. freeDevice() was not externally linked and there > were no references to it in pty.c. Maybe I overlooked the deletion of it > in you diff -u output. It has been deleted in 1.8.6 already, since it wasn't used at all. -- Nobu Nakada