From 5e980638541fe0dd62c19ee12cce5861f5e00409 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 25 Feb 2009 03:28:00 +0000 Subject: * string.c (rb_str_force_encoding): should clear coderange at changing encoding. [ruby-core:22437] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e23eb5fcc..1dfe3c185 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Feb 25 12:27:59 2009 Nobuyoshi Nakada + + * string.c (rb_str_force_encoding): should clear coderange at changing + encoding. [ruby-core:22437] + Wed Feb 25 12:06:09 2009 * io.c (rb_io_getline_1): enables limit even if rs is given. -- cgit