1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* string.c: more descriptive aliases of rb_str_new[2-5].

[ruby-dev:35615]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2008-08-12 10:00:34 +00:00
parent 596eecd76d
commit 8938f611f0

View file

@ -5,9 +5,8 @@ Tue Aug 12 18:58:48 2008 Koichi Sasada <ko1@atdot.net>
Tue Aug 12 18:56:52 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> Tue Aug 12 18:56:52 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2, * string.c: more descriptive aliases of rb_str_new[2-5].
rb_usascii_str_new2): use with-length versions with strlen to [ruby-dev:35615]
optimize strlen, if optimized.
Tue Aug 12 18:51:29 2008 TAKAO Kouji <kouji@takao7.net> Tue Aug 12 18:51:29 2008 TAKAO Kouji <kouji@takao7.net>