diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-02-15 06:01:00 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-02-15 06:01:00 +0000 |
commit | 011ed67616f4dd9b1ca983d32bdfca65e358e3dd (patch) | |
tree | 75d92d20faf78567cff8f4ef14eba6bd46ee4de0 /object.c | |
parent | 756dcb00342274f9fa7bb4a1e9980fac73e31f43 (diff) | |
download | ruby-011ed67616f4dd9b1ca983d32bdfca65e358e3dd.tar.gz |
* 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
Diffstat (limited to 'object.c')
-rw-r--r-- | object.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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; |