diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-11-13 07:50:20 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-11-13 07:50:20 +0000 |
| commit | 1632a1c0cfe990326fa009f0eb931066a22f1334 (patch) | |
| tree | 98cc133f4bc5aad7d66e8c1b204eb93806414f84 /ChangeLog | |
| parent | 3f419f0fb1e74e529378ddedc4b3a908e8a8bd0a (diff) | |
| download | ruby-1632a1c0cfe990326fa009f0eb931066a22f1334.tar.gz ruby-1632a1c0cfe990326fa009f0eb931066a22f1334.tar.xz ruby-1632a1c0cfe990326fa009f0eb931066a22f1334.zip | |
* win32/win32.c (mypopen): return error status instead of calling
rb_sys_fail().
* win32/win32.c (do_spawn): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1825 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Tue Nov 13 16:49:16 2001 Usaku Nakamura <usa@ruby-lang.org> + + * win32/win32.c (mypopen): return error status instead of calling + rb_sys_fail(). + + * win32/win32.c (do_spawn): ditto. + Tue Nov 13 12:55:59 2001 Usaku Nakamura <usa@ruby-lang.org> * win32/win32.c (do_spawn): use CreateChild() instead of calling |
