-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* encoding.c (enc_get_default_encoding): removed.
Generalizing rb_default_{external,internal}_encoding seems to be difficult. default_external cannot be NULL even before detected. [ruby-dev:37390] * encoding.c (rb_default_external_encoding): has its own implementation again. * encoding.c (rb_default_internal_encoding): ditto. * gem_prelude.rb: added notice. * ruby.c (rubylib_mangled_path, rubylib_mangled_path2): uses locale encoding but not ASCII-8BIT. * ruby.c (process_options): refers less to default_external. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
Showing
4 changed files
with
42 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
Fri Dec 12 14:09:55 2008 Yuki Sonoda (Yugui) <[email protected]> | ||
|
||
* encoding.c (enc_get_default_encoding): removed. | ||
Generalizing rb_default_{external,internal}_encoding seems to be | ||
difficult. | ||
default_external cannot be NULL even before detected. [ruby-dev:37390] | ||
|
||
* encoding.c (rb_default_external_encoding): has its own | ||
implementation again. | ||
|
||
* encoding.c (rb_default_internal_encoding): ditto. | ||
|
||
* gem_prelude.rb: added notice. | ||
|
||
* ruby.c (rubylib_mangled_path, rubylib_mangled_path2): uses locale | ||
encoding but not ASCII-8BIT. | ||
|
||
* ruby.c (process_options): refers less to default_external. | ||
|
||
Fri Dec 12 11:00:52 2008 Nobuyoshi Nakada <[email protected]> | ||
|
||
* load.c (rb_feature_p): load path must be expanded. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters