From 78847c91f5cde4da0e51fe6529ff42c5e1043426 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 10 Oct 2016 03:37:09 +0000 Subject: io.c: reduce isatty on Cygwin [ci skip] * io.c (prep_io): reduce isatty call (and its system call) on Cygwin. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56383 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e2e4406282..4dd7e079db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Oct 10 12:37:06 2016 Nobuyoshi Nakada + + * io.c (prep_io): reduce isatty call (and its system call) on + Cygwin. + Sun Oct 9 23:05:53 2016 Prathamesh Sonpatki * array.c, class.c: Fixed documentation where Fixnum was referred -- cgit v1.2.3