summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorwanabe <wanabe@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-15 23:11:26 +0000
committerwanabe <wanabe@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-15 23:11:26 +0000
commit95513750a41d814fcbd12cbf7c7a4b5551371998 (patch)
tree452c08f1acaad34614274e1205b480b903c4ce65 /ChangeLog
parent2ad00495842e4d7de2744d4ffb65a7a133eea87c (diff)
downloadruby-95513750a41d814fcbd12cbf7c7a4b5551371998.tar.gz
ruby-95513750a41d814fcbd12cbf7c7a4b5551371998.tar.xz
ruby-95513750a41d814fcbd12cbf7c7a4b5551371998.zip
* io.c (read_all): don't call io_shift_cbuf until bufffering enough or
econv_finished. [ruby-dev:39696] * io.c (more_char): don't call clear_readconv to read buffer after econv_finished. * io.c (appendline, rb_io_each_codepoint): clear readconv when done. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25789 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b29f805a4..3fb2ee29b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Mon Nov 16 07:59:38 2009 wanabe <s.wanabe@gmail.com>
+
+ * io.c (read_all): don't call io_shift_cbuf until bufffering enough or
+ econv_finished. [ruby-dev:39696]
+
+ * io.c (more_char): don't call clear_readconv to read buffer after
+ econv_finished.
+
+ * io.c (appendline, rb_io_each_codepoint): clear readconv when done.
+
Mon Nov 16 01:58:08 2009 Yusuke Endoh <mame@tsg.ne.jp>
* include/ruby/ruby.h (rb_classext_t): annotate @internal.