From f0108fa417167e6d9d429f53c36ed17875c12777 Mon Sep 17 00:00:00 2001 From: naruse Date: Fri, 13 Feb 2009 22:31:46 +0000 Subject: * string.c (rb_external_str_new_with_enc): change evaluatioin order for speed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 71cdfdcf0..6fff51848 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Feb 14 07:23:52 2009 NARUSE, Yui + + * string.c (rb_external_str_new_with_enc): change evaluatioin order + for speed. + Sat Feb 14 02:20:04 2009 Tanaka Akira * ext/socket/sockport.h (SET_SA_LEN): cast to void for supressing a -- cgit