summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-09 07:54:39 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-09 07:54:39 +0000
commitf5a74b2322b06dee8e85c25733f86de17426218e (patch)
tree863ac4b01178b67322702da6e99d200653326663 /ChangeLog
parentff1ac7a941f0e3e749050ecd6a154957a2fcdb2b (diff)
downloadruby-f5a74b2322b06dee8e85c25733f86de17426218e.tar.gz
ruby-f5a74b2322b06dee8e85c25733f86de17426218e.tar.xz
ruby-f5a74b2322b06dee8e85c25733f86de17426218e.zip
* io.c (rb_io_each_byte): should update rbuf_off and rbuf_len for
each iteration. [ruby-dev:31659][ruby-dev:32192] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0dcffeca7..f27b805ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Nov 9 16:51:42 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * io.c (rb_io_each_byte): should update rbuf_off and rbuf_len for
+ each iteration. [ruby-dev:31659][ruby-dev:32192]
+
Fri Nov 9 15:52:00 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* encoding.c (enc_check_encoding, rb_set_primary_encoding): ENCODING