From 65808d7ab886aef11e131cb541a42ebaea3ac9f7 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 16 Sep 2006 07:21:32 +0000 Subject: * ext/pty/pty.c (establishShell): parent pid is not used. * ext/pty/pty.c (freeDevice): not used. * ext/pty/pty.c (get_device_once): removed garbage right brace. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 53d80235eb..2256059014 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Sat Sep 16 16:14:40 2006 Nobuyoshi Nakada +Mon Jan 16 16:20:35 2006 Nobuyoshi Nakada * Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb: use instruby.rb to install extensions instead of ext/extmk.rb. @@ -9,6 +9,12 @@ Sat Sep 16 16:14:40 2006 Nobuyoshi Nakada * ext/io/wait/extconf.rb: suspicious checking_for. + * ext/pty/pty.c (establishShell): parent pid is not used. + + * ext/pty/pty.c (freeDevice): not used. + + * ext/pty/pty.c (get_device_once): removed garbage right brace. + Thu Sep 14 16:11:15 2006 Yukihiro Matsumoto * string.c (rb_str_intern): raise SecurityError only when $SAFE -- cgit v1.2.3