summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-11-13 07:50:20 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-11-13 07:50:20 +0000
commit1632a1c0cfe990326fa009f0eb931066a22f1334 (patch)
tree98cc133f4bc5aad7d66e8c1b204eb93806414f84 /ChangeLog
parent3f419f0fb1e74e529378ddedc4b3a908e8a8bd0a (diff)
downloadruby-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e2415320e..c2977eea2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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