From 6016591e1cc54e48d58662180cc548c03334e1c5 Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 1 Mar 2011 07:02:08 +0000 Subject: * string.c (rb_str_byteslice): the resulted encoding should keep original encoding. this also fixes the encoding when the result shares internal string. [ruby-core:35376] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30994 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f7ed85a445..f277500497 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Mar 1 15:59:53 2011 NARUSE, Yui + + * string.c (rb_str_byteslice): the resulted encoding should keep + original encoding. this also fixes the encoding when the result + shares internal string. [ruby-core:35376] + Tue Mar 1 13:25:00 2011 Kenta Murata * ext/bigdecimal/bigdecimal.c (VpMemAlloc): CVE-2011-0188. -- cgit v1.2.3