From 8fbcfcbcde3e80bd74925f60f2af75d2129855da Mon Sep 17 00:00:00 2001 From: yugui Date: Tue, 3 Mar 2009 11:39:19 +0000 Subject: merges r22505 and r22547 from trunk into ruby_1_9_1. -- * string.c (tr_trans): should not be affected by the encoding of replacement unless actually modified. [ruby-talk:328967] -- * string.c (tr_trans): should recalculate coderange. [ruby-core:22326] (reopened at [ruby-core:22328]) git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@22731 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index eb480282c..7fb56be29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Sun Feb 22 22:42:20 2009 Nobuyoshi Nakada + + * string.c (tr_trans): should recalculate coderange. + [ruby-core:22326] (reopened at [ruby-core:22328]) + +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] + Fri Feb 6 12:11:24 2009 NAKAMURA Usaku * ruby.c (process_options): set initial default_external before -r. -- cgit