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

ruby-changes:31214

From: kazu <ko1@a...>
Date: Tue, 15 Oct 2013 18:46:09 +0900 (JST)
Subject: [ruby-changes:31214] kazu:r43293 (trunk): trivial change

kazu	2013-10-15 18:46:02 +0900 (Tue, 15 Oct 2013)

  New Revision: 43293

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

  Log:
    trivial change

  Modified files:
    trunk/ChangeLog
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 43292)
+++ ChangeLog	(revision 43293)
@@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
 Tue Oct 15 17:47:59 2013  Tanaka Akira  <akr@f...>
 
-	* process.c: Fix a typo.  MacOS X don't have ENOTSUPP.
+	* process.c: Fix a typo.  MacOS X doesn't have ENOTSUPP.
 
 Mon Oct 14 12:32:52 2013  Nobuyoshi Nakada  <nobu@r...>
 
@@ -16,7 +16,7 @@ Mon Oct 14 12:32:52 2013  Nobuyoshi Naka https://github.com/ruby/ruby/blob/trunk/ChangeLog#L16
 Mon Oct 14 11:07:51 2013  Nobuyoshi Nakada  <nobu@r...>
 
 	* lib/mkmf.rb (have_framework): should append framework options to
-	  $LIBS, not $LDFLAGS.  the former is propagated to exts.mk when
+	  $LIBS, not $LDFLAGS.  The former is propagated to exts.mk when
 	  enable-static-linked-ext.
 
 	* lib/mkmf.rb (create_makefile): ranlib on static library, not DLLIB.

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

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