Skip to content

Commit

Permalink
* ext/zlib/zlib.c: Fix document-method declarations for set_sync and
Browse files Browse the repository at this point in the history
	  set_comment.  [Ruby 1.9 - Bug ruby#4695]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31876 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
drbrain committed May 31, 2011
1 parent 9ce69e7 commit 290c4db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Wed Jun 1 07:21:40 2011 Eric Hodel <drbrain@segment7.net>

* ext/zlib/zlib.c: Fix document-method declarations for set_sync and
set_comment. [Ruby 1.9 - Bug #4695]

Wed Jun 1 06:43:13 2011 Masaya Tarui <tarui@ruby-lang.org>

* load.c (loaded_feature_path): cut nonsence loop execution to fix
Expand Down
4 changes: 2 additions & 2 deletions ext/zlib/zlib.c
Original file line number Diff line number Diff line change
Expand Up @@ -2960,7 +2960,7 @@ rb_gzfile_set_orig_name(VALUE obj, VALUE str)
}

/*
* Document-method: Zlib::GzipFile#set_comment
* Document-method: Zlib::GzipFile#comment=
*
* Specify the comment (+str+) in the gzip header.
*/
Expand Down Expand Up @@ -3057,7 +3057,7 @@ rb_gzfile_sync(VALUE obj)
}

/*
* Document-method: Zlib::GzipFile#set_sync
* Document-method: Zlib::GzipFile#sync=
*
* call-seq: sync = flag
*
Expand Down

0 comments on commit 290c4db

Please sign in to comment.