[前][次][番号順一覧][スレッド一覧]

ruby-changes:20484

From: nagachika <ko1@a...>
Date: Wed, 13 Jul 2011 22:11:56 +0900 (JST)
Subject: [ruby-changes:20484] nagachika:r32532 (trunk): * ChangeLog: fix tyops.

nagachika	2011-07-13 22:11:41 +0900 (Wed, 13 Jul 2011)

  New Revision: 32532

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32532

  Log:
    * ChangeLog: fix tyops.
    
    * doc/ChangeLog-1.9.3: ditto.

  Modified files:
    trunk/ChangeLog
    trunk/doc/ChangeLog-1.9.3

Index: doc/ChangeLog-1.9.3
===================================================================
--- doc/ChangeLog-1.9.3	(revision 32531)
+++ doc/ChangeLog-1.9.3	(revision 32532)
@@ -61,7 +61,7 @@
 
 Sun Jul 10 17:28:01 2011  KOSAKI Motohiro  <kosaki.motohiro@g...>
 
-	* 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 16:41:32 2011  KOSAKI Motohiro  <kosaki.motohiro@g...>
 
 	* 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
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 32531)
+++ ChangeLog	(revision 32532)
@@ -77,7 +77,7 @@
 	* 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.
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]