From c7988155452beb7a8358708591bcb43da01c0417 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 13 Jul 2007 06:02:18 +0000 Subject: * win32/win32.c (CreateChild): enclose command line except for command.com which can not handle quotes. [ruby-talk:258939] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 47f3321d1..a577a017a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Jul 13 15:02:15 2007 Nobuyoshi Nakada + + * win32/win32.c (CreateChild): enclose command line except for + command.com which can not handle quotes. [ruby-talk:258939] + Fri Jul 13 11:33:09 2007 Nobuyoshi Nakada * range.c (range_max, range_min): return nil for empty set as well as -- cgit