diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-04-19 17:37:03 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-04-19 17:37:03 +0000 |
| commit | fe32f825f2efc2c5629048f6b1db8ec094f9a1c8 (patch) | |
| tree | d5df9db3b8de33463cf782336d1e3edd240dde73 /yarvcore.h | |
| parent | 2fd663d256c75bf34e46df0013022fe0a0d01a88 (diff) | |
| download | ruby-fe32f825f2efc2c5629048f6b1db8ec094f9a1c8.tar.gz ruby-fe32f825f2efc2c5629048f6b1db8ec094f9a1c8.tar.xz ruby-fe32f825f2efc2c5629048f6b1db8ec094f9a1c8.zip | |
* eval.c (ruby_cleanup): re-send signal. [ruby-dev:30516]
* eval_error.h (error_handle): no message when exiting by signal.
* intern.h (rb_thread_signal_raise, ruby_default_signal): prototypes.
* signal.c (esignal_init): takes a signal number and an optional
signal name.
* signal.c (interrupt_init): pass SIGINT always.
* signal.c (ruby_default_signal): invoke system default signal
handler.
* signal.c (rb_f_kill): use NUM2PIDT instead of NUM2INT.
* signal.c (rb_signal_exec, trap): handle SIGTERM. [ruby-dev:30505]
* thread.c (rb_thread_signal_raise): now takes signal number instead
of signal name.
* thread.c (rb_thread_signal_exit): since rb_make_exception() calls
#exception method, rb_class_new_instance() is not needed here.
* yarvcore.h (struct rb_vm_struct), eval_jump.h (terminate_process):
exit_code is no longer stored in VM.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12199 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'yarvcore.h')
| -rw-r--r-- | yarvcore.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/yarvcore.h b/yarvcore.h index 4961adfc7..56d17f065 100644 --- a/yarvcore.h +++ b/yarvcore.h @@ -345,7 +345,6 @@ typedef struct rb_vm_struct { int thread_abort_on_exception; unsigned long trace_flag; - int exit_code; /* object management */ VALUE mark_object_ary; |
