From 8db0a59d921144bc73a385d664246f4b8bd2985e Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 21 Oct 2008 14:14:13 +0000 Subject: * ext/stringio/stringio.c (strio_write): should convert writing string to the encoding of the buffer. * hash.c (rb_any_hash): typo fixed. * ext/zlib/zlib.c (rb_gzwriter_write): oops, IO string conversion need to be done by to_s. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19874 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1e8160066..19d14cf96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Tue Oct 21 23:12:24 2008 Yukihiro Matsumoto + + * ext/stringio/stringio.c (strio_write): should convert writing + string to the encoding of the buffer. + + * hash.c (rb_any_hash): typo fixed. + + * ext/zlib/zlib.c (rb_gzwriter_write): oops, IO string conversion + need to be done by to_s. + Tue Oct 21 22:38:58 2008 Yukihiro Matsumoto * io.c (open_key_args): should adjust argc, argv in struct -- cgit