summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-31 13:26:35 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-31 13:26:35 +0000
commita852edd817da6d66b9e034e18f68b5b75566a9b2 (patch)
tree060d4a241cb7bce514eb99935a9168b3c6c3467d /ChangeLog
parent91e4978bb0f1fac38226733324828599e7359484 (diff)
merge revision(s) 60060: [Backport #13950]
string.c: ASCII-incompatible is not ASCII only * string.c (tr_trans): ASCII-incompatible encoding strings cannot be ASCII-only even if valid. [ruby-core:83056] [Bug #13950] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@62137 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 263a360313..aa96075e1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Wed Jan 31 22:26:13 2018 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ string.c: ASCII-incompatible is not ASCII only
+
+ * string.c (tr_trans): ASCII-incompatible encoding strings cannot
+ be ASCII-only even if valid. [ruby-core:83056] [Bug #13950]
+
Wed Jan 31 22:24:05 2018 Nobuyoshi Nakada <nobu@ruby-lang.org>
vm.c: fetch retval iff necessary