-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ext/zlib/zlib.c (rb_gzwriter_write): conversion should be done
using to_str, not to_s. * ext/zlib/zlib.c (rb_gzwriter_write): need proper conversion according to gz encoding. * ext/zlib/zlib.c (rb_gzreader_ungetc): convert string encoding before unget. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19872 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
matz
committed
Oct 21, 2008
1 parent
ac466de
commit 42a6550
Showing
3 changed files
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
Tue Oct 21 21:52:00 2008 Yukihiro Matsumoto <[email protected]> | ||
|
||
* ext/zlib/zlib.c (rb_gzwriter_write): conversion should be done | ||
using to_str, not to_s. | ||
|
||
* ext/zlib/zlib.c (rb_gzwriter_write): need proper conversion | ||
according to gz encoding. | ||
|
||
* ext/zlib/zlib.c (rb_gzreader_ungetc): convert string encoding | ||
before unget. | ||
|
||
Tue Oct 21 21:33:36 2008 Nobuyoshi Nakada <[email protected]> | ||
|
||
* lib/test/unit.rb (assert_nothing_raised): raise with backtrace. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters