diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-21 05:27:20 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-21 05:27:20 +0000 |
| commit | 6ac8a8722324ebdcbf6a8ed22a54eeab1f74ecd2 (patch) | |
| tree | e538b010b625f444a99101865c0224c3aeea9755 /ChangeLog | |
| parent | 62b957af1ee2216f32412c0c908883545a567038 (diff) | |
merges r20892 from trunk into ruby_1_9_1.
* dln.c (dln_find_1): supplements an extension for executable
files on DOSish platforms.
* io.c (pipe_open): use rb_w32_aspawn() for array form.
* win32/win32.c (rb_w32_pipe_exec): no longer used.
* win32/win32.c (rb_w32_spawn, rb_w32_aspawn): deals with batch
files and commands with extensions. [ruby-core:20695]
* win32/win32.c (has_redirection): supports environment variables
references.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20899 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +Sat Dec 20 18:28:26 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * dln.c (dln_find_1): supplements an extension for executable + files on DOSish platforms. + + * io.c (pipe_open): use rb_w32_aspawn() for array form. + + * win32/win32.c (rb_w32_pipe_exec): no longer used. + + * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): deals with batch + files and commands with extensions. [ruby-core:20695] + + * win32/win32.c (has_redirection): supports environment variables + references. + Fri Dec 5 01:37:02 2008 NAKAMURA Usaku <usa@ruby-lang.org> * win32/win32.c (rb_w32_read): ERROR_BROKEN_PIPE is not a real error |
