From cda9c17cdc9d91dba86a51c2572fe8e222ce63c5 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 16 Sep 2008 09:29:40 +0000 Subject: * io.c (rb_io_gets_m): rdoc updated. limit counts in bytes. [ruby-core:18617] * io.c (rb_io_readlines, rb_f_gets): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19380 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 701ae510b..b7dea226f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Sep 16 18:28:52 2008 Yukihiro Matsumoto + + * io.c (rb_io_gets_m): rdoc updated. limit counts in bytes. + [ruby-core:18617] + + * io.c (rb_io_readlines, rb_f_gets): ditto. + Tue Sep 16 11:55:16 2008 Yukihiro Matsumoto * string.c (rb_str_each_codepoint): add new methods, #codepoints -- cgit