From a8dfb00fc7ccd8a52c3a60f78a1c5439ba8277d1 Mon Sep 17 00:00:00 2001 From: naruse Date: Sat, 16 Feb 2008 09:30:03 +0000 Subject: * string.c (str_strlen): little more optimize. (rb_enc_nth): remove needless variable 'c'. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15507 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 477fa06ee..4ce8b085f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Feb 16 18:25:14 2008 NARUSE, Yui + + * string.c (str_strlen): little more optimize. + (rb_enc_nth): remove needless variable 'c'. + Sat Feb 16 18:00:13 2008 Tanaka Akira * encoding.c (rb_enc_compatible): empty strings are always compatible. -- cgit