[#1094] Re: [ruby-cvs] ruby, ruby/lib: * eval.c (ev_const_defined, ev_const_get), variable.c — Dave Thomas <dave@...>

> * eval.c (rb_mod_autoload, rb_mod_autoload_p): new method;

12 messages 2003/05/29
[#1095] Re: [ruby-cvs] ruby, ruby/lib: * eval.c (ev_const_defined, ev_const_get), variable.c — nobu.nokada@... 2003/05/29

Hi,

Re: Kill support on Win32

From: "U.Nakamura" <usa@...>
Date: 2003-05-15 00:43:39 UTC
List: ruby-core #1038
Hello,

In message "Kill support on Win32"
    on May.15,2003 05:57:10, <djberge@qwest.com> wrote:
| I would like to see Process.kill support added for Win32.  I've written a
| module that does this (sys-win32process), but I would like to see it added
| to the core.  Quick synopsis:

Ruby 1.8 already has `kill' support.
Aren't you satisfied with it?

Current `kill' feature is:
|  kill 0      -> Test to see if process is running, don't kill
same.
|  kill 1, 4-8 -> Nice kill
cause `Errno::EINVAL'.
|  kill 2      -> Send Ctrl+Break (console only)
send Ctrl+C.
|  kill 3      -> Send Ctrl+C (console only)
cause `Errno::EINVAL'.
|  kill 9      -> Hard kill
same.


I can't judge the behavior of signal 1, 4-8.
Why did you determine such?


-- 
U.Nakamura <usa@osb.att.ne.jp>



In This Thread