diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-02 05:33:11 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-02 05:33:11 +0000 |
| commit | da6ab229b3b41b6d963f6c5c29864f8a4e5d2aee (patch) | |
| tree | 6eb6e8aa8bb9db1ca13cb867c311e3f1b25b28dc /ChangeLog | |
| parent | ae36b90454e96253974456a32ac35f449f38a264 (diff) | |
| download | ruby-da6ab229b3b41b6d963f6c5c29864f8a4e5d2aee.tar.gz ruby-da6ab229b3b41b6d963f6c5c29864f8a4e5d2aee.tar.xz ruby-da6ab229b3b41b6d963f6c5c29864f8a4e5d2aee.zip | |
* io.c (pipe_open): IO.popen should take array as 1st argument for
a command line. [ruby-dev:24678]
* io.c (rb_io_s_popen): do not expand argv array. [ruby-dev:24670]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7178 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ Tue Nov 2 01:20:09 2004 Yukihiro Matsumoto <matz@ruby-lang.org> + * io.c (pipe_open): IO.popen should take array as 1st argument for + a command line. [ruby-dev:24678] + * eval.c (proc_invoke): nail down dyna_var node when Proc object or continuation is created. [ruby-dev:24671] |
