diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-06-24 14:02:19 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-06-24 14:02:19 +0000 |
| commit | cc1c97ae3113359628493e8139aaba538bed35bb (patch) | |
| tree | 070f8b5437a5add6bba73e8b2f6d2061cd890a68 /ChangeLog | |
| parent | 5be0ab591cbc71bdafe32bb1b86860da2fe7e03c (diff) | |
io.c: spawnv
* io.c (pipe_open): merge win32 code using spawnv().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36209 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 @@ +Sun Jun 24 23:02:17 2012 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * io.c (pipe_open): merge win32 code using spawnv(). + Sun Jun 24 22:53:42 2012 Nobuyoshi Nakada <nobu@ruby-lang.org> * process.c (check_exec_fds): separate check_exec_fds_1() since |
