diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-23 16:48:28 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-23 16:48:28 +0000 |
| commit | 93444eea15d4bc3d7c09ceb87a663dca8718f51c (patch) | |
| tree | aa1b1b81ce6bee4ffd6dfd334edc71795003f412 /ChangeLog | |
| parent | f5512ba7a3432aec693326ac0d49a07009c8cdd1 (diff) | |
* io.c (rb_io_s_pipe): allow specifying read-side encoding.
* io.c (io_enc_str): wrong encoding destination.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Mon Dec 24 01:46:43 2007 Yukihiro Matsumoto <matz@ruby-lang.org> + + * io.c (rb_io_s_pipe): allow specifying read-side encoding. + + * io.c (io_enc_str): wrong encoding destination. + Mon Dec 24 01:03:17 2007 Yukihiro Matsumoto <matz@ruby-lang.org> * string.c (rb_str_comparable): comparison including broken |
