From d056e6cb3e9ce698b8468feb0dcd223fc2120bb1 Mon Sep 17 00:00:00 2001 From: matz Date: Sun, 23 Dec 2007 17:13:07 +0000 Subject: * io.c (rb_f_open): documentation update. * io.c (rb_io_s_pipe): ditto. * io.c (io_fwrite): wrong encoding destination. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14540 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cfc92189d..c680ad491 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mon Dec 24 02:06:35 2007 Yukihiro Matsumoto + + * io.c (rb_f_open): documentation update. + + * io.c (rb_io_s_pipe): ditto. + + * io.c (io_fwrite): wrong encoding destination. + Mon Dec 24 01:46:43 2007 Yukihiro Matsumoto * io.c (rb_io_s_pipe): allow specifying read-side encoding. -- cgit