From 0bed7f6c4fee2d176a235131d9613dd04d9f3f08 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 15 Mar 2008 09:19:38 +0000 Subject: * encoding.c (rb_enc_associate_index): pass unnecessary enc_capable(). * string.c (rb_str_cmp): reduce invocation of rb_enc_compatible(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15782 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d53da7704..3b419bc00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Mar 15 17:48:48 2008 Yukihiro Matsumoto + + * encoding.c (rb_enc_associate_index): pass unnecessary enc_capable(). + + * string.c (rb_str_cmp): reduce invocation of rb_enc_compatible(). + Fri Mar 14 17:04:43 2008 Nobuyoshi Nakada * include/ruby/ruby.h (inttypes.h): includes always if available. -- cgit