From 63daa7c07d6c10c1a47a4578e5fa015760967e84 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 16 Aug 2008 17:06:35 +0000 Subject: * include/ruby/io.h (rb_io_t): new fields: readconv, crbuf, crbuf_off, crbuf_len, crbuf_capa. (MakeOpenFile): initialize them. * io.c (io_shift_crbuf): new function. (io_getc): use econv. (rb_io_fptr_finalize): finalize readconv and crbuf. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dada846feb..53b1c5154d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Sun Aug 17 01:29:46 2008 Tanaka Akira + + * include/ruby/io.h (rb_io_t): new fields: readconv, crbuf, crbuf_off, + crbuf_len, crbuf_capa. + (MakeOpenFile): initialize them. + + * io.c (io_shift_crbuf): new function. + (io_getc): use econv. + (rb_io_fptr_finalize): finalize readconv and crbuf. + Sun Aug 17 00:02:07 2008 Tanaka Akira * include/ruby/encoding.h (rb_econv_check_error): declared. -- cgit v1.2.3