From 5cd0f7449c5eb0879bc74a0db30c513991b6df15 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 28 Sep 2007 04:20:12 +0000 Subject: * io.c (rb_io_getline_fast, rb_io_getline_1): set encoding to the result string, as well as getc. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f441676d3..5c32125ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Sep 28 13:20:10 2007 Nobuyoshi Nakada + + * io.c (rb_io_getline_fast, rb_io_getline_1): set encoding to the + result string, as well as getc. + Fri Sep 28 12:51:42 2007 Koichi Sasada * benchmark/bm_app_erb.rb: added. -- cgit