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

ruby-changes:31821

From: zzak <ko1@a...>
Date: Thu, 28 Nov 2013 21:17:25 +0900 (JST)
Subject: [ruby-changes:31821] zzak:r43900 (trunk): * doc/contributing.rdoc: [DOC] Add coding style heading for patch

zzak	2013-11-28 21:17:11 +0900 (Thu, 28 Nov 2013)

  New Revision: 43900

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

  Log:
    * doc/contributing.rdoc: [DOC] Add coding style heading for patch
      rules

  Modified files:
    trunk/ChangeLog
    trunk/doc/contributing.rdoc
Index: doc/contributing.rdoc
===================================================================
--- doc/contributing.rdoc	(revision 43899)
+++ doc/contributing.rdoc	(revision 43900)
@@ -304,6 +304,8 @@ your local computer and won't be part of https://github.com/ruby/ruby/blob/trunk/doc/contributing.rdoc#L304
 be used to create patches based on the differences between your branch and
 trunk, or edge Ruby.
 
+=== Coding style
+
 Here are some general rules to follow when writing Ruby and C code for CRuby:
 
 * Indent 4 spaces for C with tabs for eight-space indentation (emacs default)
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 43899)
+++ ChangeLog	(revision 43900)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Thu Nov 28 21:16:18 2013  Zachary Scott  <e@z...>
+
+	* doc/contributing.rdoc: [DOC] Add coding style heading for patch
+	  rules
+
 Thu Nov 28 21:15:45 2013  Zachary Scott  <e@z...>
 
 	* doc/contributing.rdoc: [DOC] Add notes about deciding what to patch

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

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