From 122ccdbf5e58d00ffe8cc8873566fc753a9ab15d Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 13 Dec 2007 09:05:49 +0000 Subject: * string.c (str_gsub): should copy encoding to the result. * sprintf.c (rb_str_format): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 397b58037..4c6691100 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Thu Dec 13 17:26:17 2007 Yukihiro Matsumoto +Thu Dec 13 17:51:54 2007 Yukihiro Matsumoto * string.c (rb_str_split_m): need not to check encoding if regexp is empty. @@ -9,6 +9,10 @@ Thu Dec 13 17:26:17 2007 Yukihiro Matsumoto * string.c (rb_str_chomp_bang): need to check encoding of record separator. + * string.c (str_gsub): should copy encoding to the result. + + * sprintf.c (rb_str_format): ditto. + Thu Dec 13 17:03:29 2007 Nobuyoshi Nakada * encoding.c (rb_enc_compatible): should swap encoding indexes too. -- cgit