diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-03-02 07:30:35 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-03-02 07:30:35 +0000 |
| commit | 0d2e1b5ed39a8692e0ae63bc3190cb452d6b2615 (patch) | |
| tree | 4873263f227dc109031fcfcc1db0a54cbf298c57 /ChangeLog | |
| parent | 6d59bf215708a542ac637747bf906bd22575843f (diff) | |
| download | ruby-0d2e1b5ed39a8692e0ae63bc3190cb452d6b2615.tar.gz ruby-0d2e1b5ed39a8692e0ae63bc3190cb452d6b2615.tar.xz ruby-0d2e1b5ed39a8692e0ae63bc3190cb452d6b2615.zip | |
* io.c (pipe_open): erred program name should be reported by
exceptions, instead of the first argument.
* process.c (rb_spawn): ditto.
* process.c (proc_spawn_v): use first argument as program name.
* win32/win32.c (rb_w32_aspawn): ditto.
* win32/win32.c (CreateChild): search executable file if no program
name given.
* lib/drb/extservm.rb (invoke_service_command): use Process.spawn.
[ruby-dev:23103]
* lib/rdoc/ri/ri_display.rb (setup_pager): use IO.popen.
[ruby-dev:23086], [ruby-dev:23103]
* lib/rdoc/diagram.rb (convert_to_png): ditto.
* lib/rdoc/generators/chm_generator.rb (compile_project): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5872 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,27 @@ +Tue Mar 2 16:30:21 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * io.c (pipe_open): erred program name should be reported by + exceptions, instead of the first argument. + + * process.c (rb_spawn): ditto. + + * process.c (proc_spawn_v): use first argument as program name. + + * win32/win32.c (rb_w32_aspawn): ditto. + + * win32/win32.c (CreateChild): search executable file if no program + name given. + + * lib/drb/extservm.rb (invoke_service_command): use Process.spawn. + [ruby-dev:23103] + + * lib/rdoc/ri/ri_display.rb (setup_pager): use IO.popen. + [ruby-dev:23086], [ruby-dev:23103] + + * lib/rdoc/diagram.rb (convert_to_png): ditto. + + * lib/rdoc/generators/chm_generator.rb (compile_project): ditto. + Tue Mar 2 12:24:03 2004 NAKAMURA Usaku <usa@ruby-lang.org> * win32/Makefile.sub, wince/Makefile.sub (config.h): shouldn't check |
