From e924a2b8ea4782010598cebd8c1a27d7b92ed941 Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 28 Dec 2009 14:01:12 +0000 Subject: * win32/win32.c (CreateChild): force to inherit standard I/O handles. this change fixes [ruby-core:27273], but other side effects might exist. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@26192 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 924007ab4..93c57e790 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Dec 28 22:33:58 2009 NAKAMURA Usaku + + * win32/win32.c (CreateChild): force to inherit standard I/O handles. + this change fixes [ruby-core:27273], but other side effects might + exist. + Mon Dec 28 22:00:10 2009 NAKAMURA, Hiroshi * test/ruby/test_marshal.rb: added tests for taintness/untrustness -- cgit