From 145b721829919dd082ced363ea7fae141b688492 Mon Sep 17 00:00:00 2001 From: nagachika Date: Wed, 13 Jul 2011 13:11:41 +0000 Subject: * ChangeLog: fix tyops. * doc/ChangeLog-1.9.3: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32532 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- doc/ChangeLog-1.9.3 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index f74f2e1116..de2a26c94c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -77,7 +77,7 @@ Mon Jul 11 01:16:27 2011 KOSAKI Motohiro * signal.c (trap_ensure): removed trap_last_mask operation. * signal.c (rb_disable_interrupt, rb_enable_interrupt): made - static and removed sigdelset(SIGVTALARM) and sigdelset(SIGSEGV). + static and removed sigdelset(SIGVTALRM) and sigdelset(SIGSEGV). * process.c (rb_syswait): removed implicit signal handler change. diff --git a/doc/ChangeLog-1.9.3 b/doc/ChangeLog-1.9.3 index 391f081d97..d8ad3eb9c1 100644 --- a/doc/ChangeLog-1.9.3 +++ b/doc/ChangeLog-1.9.3 @@ -61,7 +61,7 @@ Sun Jul 10 16:57:08 2011 Koichi Sasada Sun Jul 10 17:28:01 2011 KOSAKI Motohiro - * thread_pthread.c (mutex_debug): use exit(EXIT_FAILURE) instad of + * thread_pthread.c (mutex_debug): use exit(EXIT_FAILURE) instead of exit(1). * thread_pthread.c (add_signal_thread_list): ditto. * thread.c (rb_thread_call_with_gvl): ditto. @@ -75,7 +75,7 @@ Sun Jul 10 15:58:12 2011 NARUSE, Yui Sun Jul 10 16:41:32 2011 KOSAKI Motohiro * vm_core.h (typedef struct rb_vm_struct): create a new - 'inhibit_thread_createion' field. + 'inhibit_thread_creation' field. * thread.c (rb_thread_terminate_all): set inhibit_thread_creation. * thread.c (thread_s_new): don't permit to create new thread if the VM is under destruction. Otherwise evil finalizer code -- cgit v1.2.3