summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-23 17:13:07 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-23 17:13:07 +0000
commitd056e6cb3e9ce698b8468feb0dcd223fc2120bb1 (patch)
tree514d70cb4e4a23d46abc34990ac7fba6d25ea20e /ChangeLog
parent6dcaaece8d07d4e1677146a7cd19b8e1d483154d (diff)
downloadruby-d056e6cb3e9ce698b8468feb0dcd223fc2120bb1.tar.gz
ruby-d056e6cb3e9ce698b8468feb0dcd223fc2120bb1.tar.xz
ruby-d056e6cb3e9ce698b8468feb0dcd223fc2120bb1.zip
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
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 <matz@ruby-lang.org>
+
+ * 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 <matz@ruby-lang.org>
* io.c (rb_io_s_pipe): allow specifying read-side encoding.