From 27fbfd88fa796e1a1dbfae9eddbdeb1d30f42825 Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 19 May 2008 04:26:43 +0000 Subject: * process.c (rb_spawn_internal): set last_status when status == -1 because there is no path to set it on win32. this patch is derived from [ruby-core:16787], submitted by Luis Lavena git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16470 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 085be0630..805d78f2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon May 19 13:23:03 2008 NAKAMURA Usaku + + * process.c (rb_spawn_internal): set last_status when status == -1 + because there is no path to set it on win32. this patch is derived + from [ruby-core:16787], submitted by Luis Lavena + Mon May 19 11:32:47 2008 Koichi Sasada * vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling. -- cgit