From 423f7541698e0cd00b14cba48377b47c90899e1e Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 13 Dec 2007 17:30:54 +0000 Subject: * encoding.c (rb_enc_compatible): 1st argument (typically the receiver) would have higher priority in encoding detection. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14220 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9c238d4e5..18f6a2cb2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Dec 14 02:29:32 2007 Yukihiro Matsumoto + + * encoding.c (rb_enc_compatible): 1st argument (typically the + receiver) would have higher priority in encoding detection. + Fri Dec 14 02:05:42 2007 Yukihiro Matsumoto * io.c (rb_io_synchronized): should check if initialized. -- cgit