From 13622fde3d65cc68f7a5fcf8a03216ccf8aa0cd7 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 13 Dec 2007 07:44:52 +0000 Subject: * encoding.c (rb_enc_compatible): should not judge compatibility based on rb_enc_asciicompat(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14208 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 23fffa8a0..b30031790 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Dec 13 16:41:37 2007 Yukihiro Matsumoto + + * encoding.c (rb_enc_compatible): should not judge compatibility + based on rb_enc_asciicompat(). + Thu Dec 13 13:09:03 2007 Yukihiro Matsumoto * include/ruby/io.h (MakeOpenFile): fptr->enc should be -- cgit