summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-16 09:29:40 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-16 09:29:40 +0000
commitcda9c17cdc9d91dba86a51c2572fe8e222ce63c5 (patch)
treed81b5ec888d274446b97d90458104049966a77bf /ChangeLog
parent3338d8f45e361ca85a427b5d78cc8b3f7286c2e1 (diff)
downloadruby-cda9c17cdc9d91dba86a51c2572fe8e222ce63c5.tar.gz
ruby-cda9c17cdc9d91dba86a51c2572fe8e222ce63c5.tar.xz
ruby-cda9c17cdc9d91dba86a51c2572fe8e222ce63c5.zip
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
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 <matz@ruby-lang.org>
+
+ * 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 <matz@ruby-lang.org>
* string.c (rb_str_each_codepoint): add new methods, #codepoints