aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-22 03:56:26 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-22 03:56:26 +0000
commit1a95e46cc6194933cf75a4bf91a0bb6502f177a0 (patch)
tree9d5404fbb87c658942acae26830475e633f793b3 /ChangeLog
parent30f008a8e383f20e907ecd9c5f449f64d10eb6dc (diff)
downloadruby-1a95e46cc6194933cf75a4bf91a0bb6502f177a0.tar.gz
string.c: fix wrong single-byte optimization
* string.c (rb_str_count): fix wrong single-byte optimization. 7bit ascii can be a trailing byte in Shift_JIS. [ruby-dev:48442] [Bug #10078] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 59f8e78d8b..5c50f32789 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Jul 22 12:56:24 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * string.c (rb_str_count): fix wrong single-byte optimization.
+ 7bit ascii can be a trailing byte in Shift_JIS.
+ [ruby-dev:48442] [Bug #10078]
+
Tue Jul 22 01:48:38 2014 Eric Wong <e@80x24.org>
* include/ruby/io.h (rb_io_buffer_t): fix packing on gcc