From 2c42e403319c5a5ca9472e450c8f4fcd754ad1f6 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 24 Dec 2007 18:17:35 +0000 Subject: * io.c (rb_io_s_pipe): now takes up to two arguments. allow its external/internal encoding by Encoding objects. * io.c (rb_io_set_encoding): new method to set encoding of the IO. * io.c (argf_set_encoding): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14626 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 33021645d..b986dc606 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Tue Dec 25 03:16:05 2007 Yukihiro Matsumoto + + * io.c (rb_io_s_pipe): now takes up to two arguments. allow its + external/internal encoding by Encoding objects. + + * io.c (rb_io_set_encoding): new method to set encoding of the IO. + + * io.c (argf_set_encoding): ditto. + Tue Dec 25 03:08:53 2007 NAKAMURA Usaku * pack.c (pack_pack): use NUM2LONG instead of NUM2INT. -- cgit