summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-15 20:42:34 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-15 20:42:34 +0000
commitfc46d89b6d7a8e8859741a0120b9b4621dfb9de6 (patch)
tree132af87c2238ddef2312b7de8067182bbcb25f35
parent132e3f54f2369575b27e315cb4f8ef3d82aaac27 (diff)
* ChangeLog
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 86e66e0042..b9e8a8fb2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Feb 15 18:44:05 2008 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * string.c (single_byte_optimizable): rb_enc_mbminlen must be 1
+ when rb_enc_mbmaxlen is 1.
+
Sat Feb 16 03:43:18 2008 Tanaka Akira <akr@fsij.org>
* encoding.c (rb_enc_nth): moved to string.c.