From 3aa6304d0265768c38c2a5cb661906568f97a449 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 21 Sep 2006 22:50:32 +0000 Subject: * string.c (str_new3): embed shorter strings more eagerly. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10991 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f1319f42a..f0ae8cef7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,6 +21,10 @@ Thu Sep 21 22:56:20 2006 Nobuyoshi Nakada * ext/extmk.rb: expand ruby executable names. +Thu Sep 21 20:19:22 2006 Yukihiro Matsumoto + + * string.c (str_new3): embed shorter strings more eagerly. + Thu Sep 21 17:44:49 2006 Yukihiro Matsumoto * string.c (rb_str_startwith): a new method to check if a string -- cgit