From de9d03f77669701b2850e2aea65aa5f4b5fd770b Mon Sep 17 00:00:00 2001 From: yugui Date: Thu, 25 Dec 2008 09:54:07 +0000 Subject: merges r20945 from trunk into ruby_1_9_1. * win32/win32.c (rb_w32_spawn): deals with quoted commands. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21016 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d56e0a249..e518e0585 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Dec 23 19:51:24 2008 Nobuyoshi Nakada + + * win32/win32.c (rb_w32_spawn): deals with quoted commands. + Tue Dec 23 18:44:21 2008 Tanaka Akira * strftime.c (rb_strftime): use locale insensitive functions for tr_TR -- cgit