diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-15 02:32:21 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-15 02:32:21 +0000 |
| commit | c16f5dea0edfad7224a0968122bcd78a4491dc67 (patch) | |
| tree | f29b959e40d5f9d9fbd5ef8608ffbff214f0485d /ChangeLog | |
| parent | 9d9110121cd1b86d422a08d27ff369efa61e7166 (diff) | |
| download | ruby-c16f5dea0edfad7224a0968122bcd78a4491dc67.tar.gz ruby-c16f5dea0edfad7224a0968122bcd78a4491dc67.tar.xz ruby-c16f5dea0edfad7224a0968122bcd78a4491dc67.zip | |
* ruby.c (rubylib_mangled_path, rubylib_mangled_path2): cannot use
locale encoding before load path is initialized
* ruby.c (ruby_init_loadpath_safe): ditto.
* ruby.c (process_options): loads encdb so that encodings can be
loaded, then associates script name and load paths with the
locale encoding.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20741 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Mon Dec 15 11:32:18 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * ruby.c (rubylib_mangled_path, rubylib_mangled_path2): cannot use + locale encoding before load path is initialized + + * ruby.c (ruby_init_loadpath_safe): ditto. + + * ruby.c (process_options): loads encdb so that encodings can be + loaded, then associates script name and load paths with the + locale encoding. + Mon Dec 15 10:00:36 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * common.mk (btest-ruby): use RUNRUBY instead of MINIRUBY to load the |
