From ecf097285bc87ba5852ac80f3eca6e664383d9a3 Mon Sep 17 00:00:00 2001 From: naruse Date: Thu, 25 Dec 2008 11:59:57 +0000 Subject: * 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/trunk@21047 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 31101ef07..b83dde94a 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 20:01:50 2008 Tanaka Akira * io.c (rb_io_s_pipe): unused variable removed. -- cgit