summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-18 01:17:11 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-18 01:17:11 +0000
commit2fd23f539df7d736d5a9d21324125f9cdb037760 (patch)
treea68de95c6862049b1b3ed020cf6b1753bf402d41 /ChangeLog
parent2c575590b4651ae56ce91387584955b9a7b9b25c (diff)
downloadruby-2fd23f539df7d736d5a9d21324125f9cdb037760.tar.gz
ruby-2fd23f539df7d736d5a9d21324125f9cdb037760.tar.xz
ruby-2fd23f539df7d736d5a9d21324125f9cdb037760.zip
* string.c (str_utf8_nth): no count_utf8_lead_bytes_with_word
optimization for short string. [ruby-core:26787] * string.c (str_utf8_offset): str_utf8_nth never return NULL. ?\012 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25833 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 766b9e832..5c18ad980 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Wed Nov 18 10:17:09 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * string.c (str_utf8_nth): no count_utf8_lead_bytes_with_word
+ optimization for short string. [ruby-core:26787]
+
+ * string.c (str_utf8_offset): str_utf8_nth never return NULL.
+
Wed Nov 18 10:12:34 2009 Shugo Maeda <shugo@ruby-lang.org>
* vm_method.c (rb_undef): should raise TypeError if klass is nil.