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

ruby-changes:26898

From: suke <ko1@a...>
Date: Sat, 26 Jan 2013 16:12:28 +0900 (JST)
Subject: [ruby-changes:26898] suke:r38950 (trunk): Windows Vista supports __declspec(thread) in dynamic loaded dll, so

suke	2013-01-26 16:12:15 +0900 (Sat, 26 Jan 2013)

  New Revision: 38950

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

  Log:
    Windows Vista supports __declspec(thread) in dynamic loaded dll, so
    Change the following comment in ChangeLog
        to avoid SEGV if win32ole.so loaded with LoadLibrary in Windows Vista
     -> to avoid SEGV if win32ole.so loaded with LoadLibrary in Windows XP

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 38949)
+++ ChangeLog	(revision 38950)
@@ -54,7 +54,7 @@ Fri Jan 25 19:14:24 2013  Masaki Suketa https://github.com/ruby/ruby/blob/trunk/ChangeLog#L54
 
 	* ext/win32ole/win32ole.c: use TlsAlloc instead of __declspec(thread)
 	  to avoid SEGV if win32ole.so loaded with LoadLibrary in Windows
-	  Vista or earlier.
+	  XP or earlier.
 
 Fri Jan 25 16:47:31 2013  Shugo Maeda  <shugo@r...>
 

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

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