ruby-changes:37301
From: usa <ko1@a...>
Date: Thu, 22 Jan 2015 18:16:00 +0900 (JST)
Subject: [ruby-changes:37301] usa:r49382 (ruby_2_0_0): merge revision(s) 49202: [Backport #10668]
usa 2015-01-22 18:15:53 +0900 (Thu, 22 Jan 2015) New Revision: 49382 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=49382 Log: merge revision(s) 49202: [Backport #10668] * ext/zlib/zlib.c: fix document of method signatures. [Bug #10668][ruby-core:67186][ci skip] Modified directories: branches/ruby_2_0_0/ Modified files: branches/ruby_2_0_0/ChangeLog branches/ruby_2_0_0/ext/zlib/zlib.c branches/ruby_2_0_0/version.h Index: ruby_2_0_0/ChangeLog =================================================================== --- ruby_2_0_0/ChangeLog (revision 49381) +++ ruby_2_0_0/ChangeLog (revision 49382) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/ChangeLog#L1 +Thu Jan 22 18:15:41 2015 SHIBATA Hiroshi <shibata.hiroshi@g...> + + * ext/zlib/zlib.c: fix document of method signatures. + [Bug #10668][ruby-core:67186][ci skip] + Thu Jan 22 18:10:35 2015 SHIBATA Hiroshi <shibata.hiroshi@g...> * test/ruby/test_io.rb: added timeout for AIX environment. Index: ruby_2_0_0/ext/zlib/zlib.c =================================================================== --- ruby_2_0_0/ext/zlib/zlib.c (revision 49381) +++ ruby_2_0_0/ext/zlib/zlib.c (revision 49382) @@ -461,7 +461,7 @@ rb_zlib_adler32_combine(VALUE klass, VAL https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/ext/zlib/zlib.c#L461 /* * Document-method: Zlib.crc32 * - * call-seq: Zlib.crc32(string, adler) + * call-seq: Zlib.crc32(string, crc) * * Calculates CRC checksum for +string+, and returns updated value of +crc+. If * +string+ is omitted, it returns the CRC initial value. If +crc+ is omitted, it Index: ruby_2_0_0/version.h =================================================================== --- ruby_2_0_0/version.h (revision 49381) +++ ruby_2_0_0/version.h (revision 49382) @@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/version.h#L1 #define RUBY_VERSION "2.0.0" #define RUBY_RELEASE_DATE "2015-01-22" -#define RUBY_PATCHLEVEL 616 +#define RUBY_PATCHLEVEL 617 #define RUBY_RELEASE_YEAR 2015 #define RUBY_RELEASE_MONTH 1 Property changes on: ruby_2_0_0 ___________________________________________________________________ Modified: svn:mergeinfo Merged /trunk:r49202 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/