From 75ee92129f2e5845e0c3c852155bc451970a4db7 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 21 Dec 2007 04:40:13 +0000 Subject: * 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. * ruby.c (proc_options, process_options): finds encoding after load_path is initialized. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14399 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 70b08e017..85d667d06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Fri Dec 21 13:40:11 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. + + * ruby.c (proc_options, process_options): finds encoding after + load_path is initialized. + Fri Dec 21 13:10:57 2007 Yukihiro Matsumoto * io.c (rb_io_external_encoding): new method. -- cgit