diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-21 04:40:13 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-21 04:40:13 +0000 |
| commit | 75ee92129f2e5845e0c3c852155bc451970a4db7 (patch) | |
| tree | 9c4741363c3f7162bd7fb73d5aeff1f32e37a349 /ChangeLog | |
| parent | 9bc459b96fb5c4e518b131c32b798c27eb894de1 (diff) | |
| download | ruby-75ee92129f2e5845e0c3c852155bc451970a4db7.tar.gz ruby-75ee92129f2e5845e0c3c852155bc451970a4db7.tar.xz ruby-75ee92129f2e5845e0c3c852155bc451970a4db7.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Fri Dec 21 13:40:11 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * 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 <matz@ruby-lang.org> * io.c (rb_io_external_encoding): new method. |
