From fd11fad05fc7fe031151b515d29b4642c0c26b34 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 21 Dec 2007 04:47:00 +0000 Subject: * encoding.c (rb_enc_find_index): extension libraries have lower case names conventionally. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14400 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 85d667d06..c9bc8f647 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,13 @@ -Fri Dec 21 13:40:11 2007 Nobuyoshi Nakada +Fri Dec 21 13:46:58 2007 Nobuyoshi Nakada * encoding.c (rb_enc_register): set encoding constant. * encoding.c (rb_enc_find_index): replace non-alphanumeric chars with underscores, so that initialize function can be called. + * encoding.c (rb_enc_find_index): extension libraries have lower case + names conventionally. + * ruby.c (proc_options, process_options): finds encoding after load_path is initialized. -- cgit