From 447a843c8104fc15310c74f16c74bc9f5fcaf3d6 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 17 Oct 2007 02:30:57 +0000 Subject: * encoding.c (rb_enc_from_encoding, rb_enc_register): associate index to self. * encoding.c (enc_capable): Encoding objects are encoding capable. * re.c (rb_reg_s_union): check if encoding matching by exact encoding objects. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13732 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e72f23e62..b646fa33b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Wed Oct 17 11:30:55 2007 Nobuyoshi Nakada + + * encoding.c (rb_enc_from_encoding, rb_enc_register): associate index + to self. + + * encoding.c (enc_capable): Encoding objects are encoding capable. + + * re.c (rb_reg_s_union): check if encoding matching by exact encoding + objects. + Wed Oct 17 06:18:06 2007 Nobuyoshi Nakada * encoding.c (rb_enc_alias, rb_enc_find_index): changed -- cgit