summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-23 07:50:57 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-23 07:50:57 +0000
commit15432b67aae3aa1c5a2f0a0298368c6159523e1c (patch)
tree242327f500db7cf847a30a6375a691f326d8c218 /ChangeLog
parent0ac07a2cca4eded3d65113d15b8bc3ef719ac5c0 (diff)
downloadruby-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
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 <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.