From 15432b67aae3aa1c5a2f0a0298368c6159523e1c Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 23 Dec 2008 07:50:57 +0000 Subject: * win32/win32.c (rb_w32_spawn): support normal commands with arguments. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20942 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 566114343..7b2127593 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Dec 23 16:49:48 2008 NAKAMURA Usaku + + * win32/win32.c (rb_w32_spawn): support normal commands with arguments. + Tue Dec 23 16:22:41 2008 Tanaka Akira * io.c (rb_io_inspect): show fd number if there is no pathname. -- cgit