ruby-cvs:20707
From: nobu ruby-lang.org
Date: Thu, 20 Sep 2007 17:25:01 +0900 (JST)
Subject: [ruby-cvs:20707] Ruby:r13470 (ruby_1_8): * process.c (rb_detach_process): cast for the platforms where size of
nobu 2007-09-20 17:25:00 +0900 (Thu, 20 Sep 2007)
New Revision: 13470
Modified files:
branches/ruby_1_8/ChangeLog
branches/ruby_1_8/process.c
branches/ruby_1_8/version.h
Log:
* process.c (rb_detach_process): cast for the platforms where size of
pointer differs from size of int.
* process.c (rb_f_exec, rb_f_system): should not exceptions after
fork. [ruby-core:08262]
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ChangeLog?r1=13470&r2=13469
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/process.c?r1=13470&r2=13469
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/version.h?r1=13470&r2=13469