ruby-changes:37121
From: hsbt <ko1@a...>
Date: Sat, 10 Jan 2015 12:57:26 +0900 (JST)
Subject: [ruby-changes:37121] hsbt:r49202 (trunk): * ext/zlib/zlib.c: fix document of method signatures.
hsbt 2015-01-10 12:57:17 +0900 (Sat, 10 Jan 2015) New Revision: 49202 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=49202 Log: * ext/zlib/zlib.c: fix document of method signatures. [Bug #10668][ruby-core:67186][ci skip] Modified files: trunk/ChangeLog trunk/ext/zlib/zlib.c Index: ChangeLog =================================================================== --- ChangeLog (revision 49201) +++ ChangeLog (revision 49202) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sat Jan 10 12:57:12 2015 SHIBATA Hiroshi <shibata.hiroshi@g...> + + * ext/zlib/zlib.c: fix document of method signatures. + [Bug #10668][ruby-core:67186][ci skip] + Sat Jan 10 12:32:44 2015 NAKAMURA Usaku <usa@r...> * eval_error.c (error_print): pos and len parameters of rb_str_substr() Index: ext/zlib/zlib.c =================================================================== --- ext/zlib/zlib.c (revision 49201) +++ ext/zlib/zlib.c (revision 49202) @@ -465,7 +465,7 @@ rb_zlib_adler32_combine(VALUE klass, VAL https://github.com/ruby/ruby/blob/trunk/ext/zlib/zlib.c#L465 /* * 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/