mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
* process.c (proc_waitall): new method based on a patch from Brian
Fundakowski Feldman <green@green.dyndns.org>. * process.c (last_status_set): objectify $? value (Process::Status). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1190 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
756dcb0034
commit
011ed67616
6 changed files with 266 additions and 45 deletions
3
object.c
3
object.c
|
@ -28,9 +28,6 @@ VALUE rb_cTrueClass;
|
|||
VALUE rb_cFalseClass;
|
||||
VALUE rb_cSymbol;
|
||||
|
||||
VALUE rb_f_sprintf();
|
||||
VALUE rb_obj_alloc();
|
||||
|
||||
static ID eq, eql;
|
||||
static ID inspect;
|
||||
static ID clone;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue