diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-21 12:56:48 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-21 12:56:48 +0000 |
| commit | d85267034f85756e07da25bc3584964c49f3a298 (patch) | |
| tree | a45b61004977fc8f10e1906bc4ad2c7f6a21595c /ChangeLog | |
| parent | 8932916c81e367ee5b06fb697c3f1c6561bf2bc3 (diff) | |
| download | ruby-d85267034f85756e07da25bc3584964c49f3a298.tar.gz ruby-d85267034f85756e07da25bc3584964c49f3a298.tar.xz ruby-d85267034f85756e07da25bc3584964c49f3a298.zip | |
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@19872 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Tue Oct 21 21:52:00 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * 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 <nobu@ruby-lang.org> * lib/test/unit.rb (assert_nothing_raised): raise with backtrace. |
