From 229a8c3ef637fb6a41dec62510e2b94f7943a8a6 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 16 Sep 2006 07:21:02 +0000 Subject: * ext/pty/pty.c (establishShell): parent pid is not used. * ext/pty/pty.c (freeDevice): not used. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2318a5d34..e2751eb62 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,10 @@ 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. + Sat Sep 16 11:03:49 2006 Yukihiro Matsumoto * array.c (ary_shared_first): should create embedded copies -- cgit