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

ruby-changes:25511

From: zzak <ko1@a...>
Date: Fri, 9 Nov 2012 09:28:57 +0900 (JST)
Subject: [ruby-changes:25511] zzak:r37568 (trunk): * io.c (IO#new):

zzak	2012-11-09 09:28:41 +0900 (Fri, 09 Nov 2012)

  New Revision: 37568

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

  Log:
    * io.c (IO#new):
      Fix indentation from r37444
      [ruby-core:48052] [Bug #7179]

  Modified files:
    trunk/ChangeLog
    trunk/io.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 37567)
+++ ChangeLog	(revision 37568)
@@ -1,3 +1,9 @@
+Fri Nov  9 09:30:00 2012  Zachary Scott  <zachary@z...>
+
+	* io.c (IO#new):
+	  Fix indentation from r37444
+	  [ruby-core:48052] [Bug #7179]
+
 Thu Nov  9 07:36:00 2012  Kenta Murata  <mrkn@m...>
 
 	* bignum.c (bigmul0): enable big_mul_toom3.
Index: io.c
===================================================================
--- io.c	(revision 37567)
+++ io.c	(revision 37568)
@@ -6962,7 +6962,7 @@
  *
  *  Ruby allows the following open modes:
  *
- *	"r"  Read-only, starts at beginning of file  (default mode).
+ *  	"r"  Read-only, starts at beginning of file  (default mode).
  *
  *  	"r+" Read-write, starts at beginning of file.
  *
@@ -6982,7 +6982,7 @@
  *  The following modes must be used separately, and along with one or more of
  *  the modes seen above.
  *
- *	"b"  Binary file mode
+ *  	"b"  Binary file mode
  *  	     Suppresses EOL <-> CRLF conversion on Windows. And
  *  	     sets external encoding to ASCII-8BIT unless explicitly
  *  	     specified.

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

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