summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--doc/ChangeLog-1.9.34
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 <kosaki.motohiro@gmail.com>
* 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 <ko1@atdot.net>
Sun Jul 10 17:28:01 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
- * 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 <naruse@ruby-lang.org>
Sun Jul 10 16:41:32 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
* 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