aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-12 10:00:34 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-12 10:00:34 +0000
commit8938f611f065e8ec77a64c438d76fe0b33a956f3 (patch)
tree2f2339d13f8e0579e461ccdd07ff5e17b990fd63
parent596eecd76d28ad02039462b3d090615ed7fb01e2 (diff)
downloadruby-8938f611f065e8ec77a64c438d76fe0b33a956f3.tar.gz
* 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
-rw-r--r--ChangeLog5
1 files changed, 2 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b9ca9cf92..c320605570 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
- * 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.
+ * string.c: more descriptive aliases of rb_str_new[2-5].
+ [ruby-dev:35615]
Tue Aug 12 18:51:29 2008 TAKAO Kouji <kouji@takao7.net>