From 368a41151e2969097787eb663ba1bb5c1fb09efd Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 24 Dec 2007 16:36:14 +0000 Subject: * include/ruby/encoding.h (rb_enc_left_char_head): new utility macro. * include/ruby/encoding.h (rb_enc_right_char_head): ditto. * io.c (appendline): does multibyte RS search in the function. * io.c (prepare_getline_args): RS may be nil. * io.c (rb_io_getc): should process character based on external encoding, when transcoding required. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fb43b86b3..9f3ebcff9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Tue Dec 25 01:19:18 2007 Yukihiro Matsumoto + + * include/ruby/encoding.h (rb_enc_left_char_head): new utility macro. + + * include/ruby/encoding.h (rb_enc_right_char_head): ditto. + + * io.c (appendline): does multibyte RS search in the function. + + * io.c (prepare_getline_args): RS may be nil. + + * io.c (rb_io_getc): should process character based on external + encoding, when transcoding required. + Tue Dec 25 01:07:57 2007 Tanaka Akira * lib/irb/output-method.rb: translate a comment to English to -- cgit