From 183e2cc25399a4dc677f50de9c8a7efa2298f821 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 22 Feb 2009 05:33:07 +0000 Subject: * string.c (tr_trans): should not be affected by the encoding of replacement unless actually modified. [ruby-talk:328967] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5bde437a4..1c0fba8e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Feb 22 14:33:06 2009 Nobuyoshi Nakada + + * string.c (tr_trans): should not be affected by the encoding of + replacement unless actually modified. [ruby-talk:328967] + Sun Feb 22 13:38:44 2009 Nobuyoshi Nakada * ext/socket/init.c (s_recvfrom_nonblock): handles EAGAIN too. -- cgit