diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-03-03 11:39:19 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-03-03 11:39:19 +0000 |
| commit | 8fbcfcbcde3e80bd74925f60f2af75d2129855da (patch) | |
| tree | 2c7bf3ef15a283b6c8ef00fa91e2262c3f2221be /ChangeLog | |
| parent | e7db998f971f2a37698d8f5f051afca62396868c (diff) | |
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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Sun Feb 22 22:42:20 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * string.c (tr_trans): should recalculate coderange. + [ruby-core:22326] (reopened at [ruby-core:22328]) + +Sun Feb 22 14:33:06 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * 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 <usa@ruby-lang.org> * ruby.c (process_options): set initial default_external before -r. |
