From 1ed88df67f94e52007176cb8a5cb85a66658d69b Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 16 Oct 2007 21:18:09 +0000 Subject: * encoding.c (rb_enc_alias, rb_enc_find_index): changed enc_table_alias to a name-to-index hash. * encoding.c (rb_enc_init): use upper case names for aliases to use as constant names. * encoding.c (enc_find): allow symbols. * encoding.c (Init_Encoding): define encoding constants. * st.c (strcasehash): fix wrong code range condition. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13731 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a3c0530f7..e72f23e62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Wed Oct 17 06:18:06 2007 Nobuyoshi Nakada + + * encoding.c (rb_enc_alias, rb_enc_find_index): changed + enc_table_alias to a name-to-index hash. + + * encoding.c (rb_enc_init): use upper case names for aliases to use as + constant names. + + * encoding.c (enc_find): allow symbols. + + * encoding.c (Init_Encoding): define encoding constants. + + * st.c (strcasehash): fix wrong code range condition. + Wed Oct 17 05:07:18 2007 Nobuyoshi Nakada * encoding.c (rb_primary_encoding): added Encoding.primary_encoding. -- cgit