From 945e4692ca9898c0595ef30437ec3a45b75483a4 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 25 Dec 2014 07:14:12 +0000 Subject: console.c: IO.console arguments passing * ext/io/console/console.c (console_dev): send the given arguments to the opened console. as a special case, do nothing if :close is given. * test/lib/leakchecker.rb (LeakChecker#check_fd_leak): close if console. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48993 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5a7dbf826d..e17071e2a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Thu Dec 25 16:14:10 2014 Nobuyoshi Nakada + + * ext/io/console/console.c (console_dev): send the given arguments + to the opened console. as a special case, do nothing if :close + is given. + + * test/lib/leakchecker.rb (LeakChecker#check_fd_leak): close if + console. + Thu Dec 25 16:01:19 2014 Nobuyoshi Nakada * file.c (rb_file_expand_path_internal): drop characters ignored -- cgit v1.2.3