From c62455a36bed91f67a810077ae52fd439e60fee9 Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 15 May 2007 06:01:33 +0000 Subject: * win32/win32.c (init_stdhandle): stderr should be without buffering, but mswin32 use buffering when stderr is not connected to tty. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12282 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ce907791a..cc9988a01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue May 15 15:01:38 2007 NAKAMURA Usaku + + * win32/win32.c (init_stdhandle): stderr should be without buffering, + but mswin32 use buffering when stderr is not connected to tty. + Mon May 14 02:12:07 2007 Yukihiro Matsumoto * array.c (rb_ary_zip): a.zip(b,c) should return an array, not -- cgit