aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-12 09:56:55 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-12 09:56:55 +0000
commit456dc8bceec09a954aa0ea8f575f63c66ffb4e80 (patch)
tree84de12a77d3afb224d1f68b432c099f858fe8787 /ChangeLog
parent741cc678003a82df9afaca60c8027f84170460bb (diff)
downloadruby-456dc8bceec09a954aa0ea8f575f63c66ffb4e80.tar.gz
* include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2,
rb_usascii_str_new2): use with-length versions with strlen to optimize strlen, if optimized. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 25fcb15e7d..d73d8eba32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Aug 12 18:56:52 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2,
+ rb_usascii_str_new2): use with-length versions with strlen to
+ optimize strlen, if optimized.
+
Tue Aug 12 18:51:29 2008 TAKAO Kouji <kouji@takao7.net>
* gc.c (getrusage_time): Returned effective value on Windows.