summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-14 01:11:05 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-14 01:11:05 +0000
commit011776b4a63f665858522b5e35493e74ac65ef94 (patch)
treee05950f77743d2145ab7f80f5901eb7235d26dc9 /ChangeLog
parentd8e8849e352b7b208c071e63acceb9131fe84969 (diff)
* string.c (rb_str_inspect): use rb_enc_mbc_to_codepoint
because we already knew char is found and got length. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24918 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 93eb62d870..f988ad5175 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Sep 14 10:08:19 2009 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * string.c (rb_str_inspect): use rb_enc_mbc_to_codepoint
+ because we already knew char is found and got length.
+
Mon Sep 14 09:59:03 2009 NAKAMURA Usaku <usa@ruby-lang.org>
* include/ruby/ruby.h (NUM2INT, NUM2LL, INT2NUM, UINT2NUM),