diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-11-18 01:17:11 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-11-18 01:17:11 +0000 |
| commit | 2fd23f539df7d736d5a9d21324125f9cdb037760 (patch) | |
| tree | a68de95c6862049b1b3ed020cf6b1753bf402d41 /ChangeLog | |
| parent | 2c575590b4651ae56ce91387584955b9a7b9b25c (diff) | |
| download | ruby-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |
