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

ruby-changes:21232

From: usa <ko1@a...>
Date: Fri, 16 Sep 2011 01:08:45 +0900 (JST)
Subject: [ruby-changes:21232] usa:r33281 (ruby_1_9_3): * NEWS: cosmetic changes.

usa	2011-09-16 01:08:35 +0900 (Fri, 16 Sep 2011)

  New Revision: 33281

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

  Log:
    * NEWS: cosmetic changes.

  Modified files:
    branches/ruby_1_9_3/ChangeLog
    branches/ruby_1_9_3/NEWS

Index: ruby_1_9_3/ChangeLog
===================================================================
--- ruby_1_9_3/ChangeLog	(revision 33280)
+++ ruby_1_9_3/ChangeLog	(revision 33281)
@@ -1,3 +1,7 @@
+Fri Sep 16 01:08:19 2011  NAKAMURA Usaku  <usa@r...>
+
+	* NEWS: cosmetic changes.
+
 Wed Sep 14 12:39:00 2011  Kenta Murata  <mrkn@m...>
 
 	* configure.in: do not use gcc-4.2 as the default compiler.
Index: ruby_1_9_3/NEWS
===================================================================
--- ruby_1_9_3/NEWS	(revision 33280)
+++ ruby_1_9_3/NEWS	(revision 33281)
@@ -14,6 +14,13 @@
 * Ruby's License is changed from a dual license with GPLv2
   to a dual license with 2-clause BSDL.
 
+=== Known platform dependent issues
+==== OS X Lion
+
+* You have to configure ruby with '--with-gcc=gcc-4.2' if you're using
+  Xcode 4.1, or, if you're using Xcode 4.2, you have to configure ruby
+  with '--with-gcc=clang'.
+
 === C API updates
 
 * rb_scan_args() is enhanced with support for option hash argument
@@ -25,12 +32,6 @@
 * rb_reserved_fd_p() added.  If you want to close all file descriptors,
   check using this API.  [ruby-core:37759]
 
-== Known platform dependent issues
-=== OS X Lion
-
-* You have to configure ruby with '--with-gcc=gcc-4.2' if you're using Xcode 4.1,
-  or, if you're using Xcode 4.2, you have to configure ruby with '--with-gcc=clang'.
-
 === Library updates (outstanding ones only)
 
 * builtin classes

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

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