diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-03-02 08:11:28 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-03-02 08:11:28 +0000 |
| commit | cf18f2725d65de93721f943b317d514f15ee42c4 (patch) | |
| tree | e63625a87f495ed2e96ebcea086b3f6723b9ab3d /ChangeLog | |
| parent | c4d34a85023e113557b8dc0d8fbf29e679268d5d (diff) | |
| download | ruby-cf18f2725d65de93721f943b317d514f15ee42c4.tar.gz ruby-cf18f2725d65de93721f943b317d514f15ee42c4.tar.xz ruby-cf18f2725d65de93721f943b317d514f15ee42c4.zip | |
* eval.c (ruby_native_thread_kill): call pthread_kill() to send a
signal to ruby's native thread
* ruby.h: add definition of ruby_native_thread_kill()
* signal.c (sigsend_to_ruby_thread): send the signal to ruby's native
thread ([ruby-dev:25744], [ruby-dev:25754]), and set signal mask to
the current native thread
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8050 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Wed Mar 2 16:59:50 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> + + * eval.c (ruby_native_thread_kill): call pthread_kill() to send a + signal to ruby's native thread + + * ruby.h: add definition of ruby_native_thread_kill() + + * signal.c (sigsend_to_ruby_thread): send the signal to ruby's + native thread ([ruby-dev:25744], [ruby-dev:25754]), and set + signal mask to the current native thread + Wed Mar 2 16:03:08 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> * ext/tk/tcltklib.c: enforce thread-check and exception-handling to |
