From da0264dc49c00958798a5a0e6aa3fbc6f50098ba Mon Sep 17 00:00:00 2001 From: yugui Date: Fri, 26 Dec 2008 05:54:41 +0000 Subject: merges r21047 from trunk into ruby_1_9_1. * transcode.c (str_transcode0): set encoding when String#encode was given explicit but the same destination and source encoding. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21064 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 50a87f1ab..07266911f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Dec 25 20:57:01 2008 NARUSE, Yui + + * transcode.c (str_transcode0): set encoding when String#encode was + given explicit but the same destination and source encoding. + Thu Dec 25 19:35:51 2008 NARUSE, Yui * transcode.c (sym_ignore): remove useless symbol. -- cgit