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

ruby-changes:22509

From: nagachika <ko1@a...>
Date: Mon, 13 Feb 2012 08:35:29 +0900 (JST)
Subject: [ruby-changes:22509] nagachika:r34556 (ruby_1_9_3): merge revisions 32532,32534:

nagachika	2012-02-11 15:39:40 +0900 (Sat, 11 Feb 2012)

  New Revision: 34556

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

  Log:
    merge revisions 32532,32534:
    
    * ChangeLog: fix typos.

  Modified files:
    branches/ruby_1_9_3/ChangeLog
    branches/ruby_1_9_3/version.h

Index: ruby_1_9_3/ChangeLog
===================================================================
--- ruby_1_9_3/ChangeLog	(revision 34555)
+++ ruby_1_9_3/ChangeLog	(revision 34556)
@@ -2476,7 +2476,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
@@ -2638,7 +2638,7 @@
 Fri Jul  8 15:01:06 2011  NAKAMURA Usaku  <usa@r...>
 
 	* ext/openssl/ossl.h: include openssl/e_os2.h before checking the
-	  defition of OPENSSL_SYS_WIN32.
+	  definition of OPENSSL_SYS_WIN32.
 
 Fri Jul  8 14:40:39 2011  NAKAMURA Usaku  <usa@r...>
 
Index: ruby_1_9_3/version.h
===================================================================
--- ruby_1_9_3/version.h	(revision 34555)
+++ ruby_1_9_3/version.h	(revision 34556)
@@ -1,5 +1,5 @@
 #define RUBY_VERSION "1.9.3"
-#define RUBY_PATCHLEVEL 94
+#define RUBY_PATCHLEVEL 95
 
 #define RUBY_RELEASE_DATE "2012-02-11"
 #define RUBY_RELEASE_YEAR 2012

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

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