diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-12 09:56:55 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-12 09:56:55 +0000 |
| commit | 456dc8bceec09a954aa0ea8f575f63c66ffb4e80 (patch) | |
| tree | 84de12a77d3afb224d1f68b432c099f858fe8787 /ChangeLog | |
| parent | 741cc678003a82df9afaca60c8027f84170460bb (diff) | |
* 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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |
