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

ruby-changes:39097

From: usa <ko1@a...>
Date: Tue, 7 Jul 2015 13:40:26 +0900 (JST)
Subject: [ruby-changes:39097] usa:r51178 (ruby_2_1): merge revision(s) 50834: [Backport #11221]

usa	2015-07-07 13:40:09 +0900 (Tue, 07 Jul 2015)

  New Revision: 51178

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

  Log:
    merge revision(s) 50834: [Backport #11221]
    
    * ext/zlib/zlib.c: Fix indentation for rdoc.
      [Bug #11221][ruby-core:69465]

  Modified directories:
    branches/ruby_2_1/
  Modified files:
    branches/ruby_2_1/ChangeLog
    branches/ruby_2_1/ext/zlib/zlib.c
    branches/ruby_2_1/version.h
Index: ruby_2_1/ChangeLog
===================================================================
--- ruby_2_1/ChangeLog	(revision 51177)
+++ ruby_2_1/ChangeLog	(revision 51178)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_1/ChangeLog#L1
+Tue Jul  7 13:39:46 2015  SHIBATA Hiroshi  <hsbt@r...>
+
+	* ext/zlib/zlib.c: Fix indentation for rdoc.
+	  [Bug #11221][ruby-core:69465]
+
 Tue Jul  7 13:37:34 2015  SHIBATA Hiroshi  <hsbt@r...>
 
 	* ext/bigdecimal/bigdecimal.gemspec: Fix require paths for released gem.
Index: ruby_2_1/ext/zlib/zlib.c
===================================================================
--- ruby_2_1/ext/zlib/zlib.c	(revision 51177)
+++ ruby_2_1/ext/zlib/zlib.c	(revision 51178)
@@ -1832,7 +1832,7 @@ rb_inflate_s_allocate(VALUE klass) https://github.com/ruby/ruby/blob/trunk/ruby_2_1/ext/zlib/zlib.c#L1832
  *   Have inflate use the window size from the zlib header of the compressed
  *   stream.
  *
- * (8..15)
+ * (8..15)::
  *   Overrides the window size of the inflate header in the compressed stream.
  *   The window size must be greater than or equal to the window size of the
  *   compressed stream.
Index: ruby_2_1/version.h
===================================================================
--- ruby_2_1/version.h	(revision 51177)
+++ ruby_2_1/version.h	(revision 51178)
@@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_1/version.h#L1
 #define RUBY_VERSION "2.1.7"
 #define RUBY_RELEASE_DATE "2015-07-07"
-#define RUBY_PATCHLEVEL 378
+#define RUBY_PATCHLEVEL 379
 
 #define RUBY_RELEASE_YEAR 2015
 #define RUBY_RELEASE_MONTH 7

Property changes on: ruby_2_1
___________________________________________________________________
Modified: svn:mergeinfo
   Merged /trunk:r50834


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

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