From 8b83b9b15c4456887ab4c1ab7c122f29cfa6f9ca Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 23 Sep 2008 10:48:17 +0000 Subject: * io.c (rb_io_s_binread): a new method to read binary chunk from a file. [ruby-core:18674] * io.c (open_key_args): wrong permission specified for read-open. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19485 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 19b685f1a..94468bb7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,13 @@ Tue Sep 23 19:21:03 2008 Tadayoshi Funaba * rational.c: ditto. +Tue Sep 23 19:20:59 2008 Yukihiro Matsumoto + + * io.c (rb_io_s_binread): a new method to read binary chunk from a + file. [ruby-core:18674] + + * io.c (open_key_args): wrong permission specified for read-open. + Tue Sep 23 18:24:34 2008 Tanaka Akira * hash.c (rb_obj_is_proc): declaration moved for rdoc. -- cgit