aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-16 09:30:03 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-16 09:30:03 +0000
commit0ad3d7ce2d679a92d2904430919c835639993a32 (patch)
tree37a9440b3252ba633f9bd8582bc0c40cf48a3b4d /ChangeLog
parent7eeba5f440975912a63ee6e9da014c4a727cb565 (diff)
downloadruby-0ad3d7ce2d679a92d2904430919c835639993a32.tar.gz
* string.c (str_strlen): little more optimize.
(rb_enc_nth): remove needless variable 'c'. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15507 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 477fa06ee6..4ce8b085f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Feb 16 18:25:14 2008 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * string.c (str_strlen): little more optimize.
+ (rb_enc_nth): remove needless variable 'c'.
+
Sat Feb 16 18:00:13 2008 Tanaka Akira <akr@fsij.org>
* encoding.c (rb_enc_compatible): empty strings are always compatible.