diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-23 07:50:57 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-23 07:50:57 +0000 |
commit | 15432b67aae3aa1c5a2f0a0298368c6159523e1c (patch) | |
tree | 242327f500db7cf847a30a6375a691f326d8c218 /ChangeLog | |
parent | 0ac07a2cca4eded3d65113d15b8bc3ef719ac5c0 (diff) | |
download | ruby-15432b67aae3aa1c5a2f0a0298368c6159523e1c.tar.gz ruby-15432b67aae3aa1c5a2f0a0298368c6159523e1c.tar.xz ruby-15432b67aae3aa1c5a2f0a0298368c6159523e1c.zip |
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Tue Dec 23 16:49:48 2008 NAKAMURA Usaku <usa@ruby-lang.org> + + * win32/win32.c (rb_w32_spawn): support normal commands with arguments. + Tue Dec 23 16:22:41 2008 Tanaka Akira <akr@fsij.org> * io.c (rb_io_inspect): show fd number if there is no pathname. |