aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-20 04:06:03 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-20 04:06:03 +0000
commit00190701e0b8cc9ce5dbe9c836e9584d1c1caeb8 (patch)
tree5954783c55936d025fca60d1c1d9378610ba8063 /ChangeLog
parent3106b96ac8b5484e3501ad3575ecb649baef00ce (diff)
downloadruby-00190701e0b8cc9ce5dbe9c836e9584d1c1caeb8.tar.gz
* string.c (rb_str_each_char): performance improvement, and stop if
shortened in the block. [ruby-dev:33189] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15140 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 ceee2230db..660abfe5bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Jan 20 13:06:01 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * string.c (rb_str_each_char): performance improvement, and stop if
+ shortened in the block. [ruby-dev:33189]
+
Sun Jan 20 09:12:26 2008 NARUSE, Yui <naruse@ruby-lang.org>
* common.mk: use -Ks when read insns.def. [ruby-dev#33185]