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

ruby-changes:19667

From: nahi <ko1@a...>
Date: Mon, 23 May 2011 10:04:32 +0900 (JST)
Subject: [ruby-changes:19667] nahi:r31712 (trunk): * include/ruby/defines.h (CASEFOLD_FILESYSTEM): Revert r30508. Forgot to

nahi	2011-05-23 10:04:07 +0900 (Mon, 23 May 2011)

  New Revision: 31712

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

  Log:
    * include/ruby/defines.h (CASEFOLD_FILESYSTEM): Revert r30508. Forgot to 
      include this file in the commit r31692. __APPLE__ is not
      CASEFOLD_FILESYSTEM again, from this time.

  Modified files:
    trunk/ChangeLog
    trunk/include/ruby/defines.h

Index: include/ruby/defines.h
===================================================================
--- include/ruby/defines.h	(revision 31711)
+++ include/ruby/defines.h	(revision 31712)
@@ -321,7 +321,7 @@
 #endif
 
 #ifndef CASEFOLD_FILESYSTEM
-# if defined DOSISH || defined __APPLE__
+# if defined DOSISH
 #   define CASEFOLD_FILESYSTEM 1
 # else
 #   define CASEFOLD_FILESYSTEM 0
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 31711)
+++ ChangeLog	(revision 31712)
@@ -1,3 +1,9 @@
+Mon May 23 09:45:26 2011  Hiroshi Nakamura  <nahi@r...>
+
+	* include/ruby/defines.h (CASEFOLD_FILESYSTEM): Revert r30508. Forgot to
+	  include this file in the commit r31692. __APPLE__ is not
+	  CASEFOLD_FILESYSTEM again, from this time.
+
 Mon May 23 10:01:02 2011  Martin Bosslet  <Martin.Bosslet@g...>
 
 	* ext/openssl/ossl_asn1.c: Do not parse zero-tagged values as EOC. Do

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

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