encoding.c: fix rdoc of __FILE__
* encoding.c (rb_enc_default_internal): fix rdoc. `__FILE__` is in filesystem encoding but not `default_internal`. [ruby-core:61894] [Bug #9713] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
52b6be0ad3
commit
2c12deaff4
@ -1,3 +1,9 @@
|
|||||||
|
Wed Apr 9 15:16:59 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* encoding.c (rb_enc_default_internal): fix rdoc. `__FILE__` is
|
||||||
|
in filesystem encoding but not `default_internal`.
|
||||||
|
[ruby-core:61894] [Bug #9713]
|
||||||
|
|
||||||
Wed Apr 9 14:43:00 2014 Koichi Sasada <ko1@atdot.net>
|
Wed Apr 9 14:43:00 2014 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
* test/ruby/test_gc.rb: more long timeout.
|
* test/ruby/test_gc.rb: more long timeout.
|
||||||
|
@ -1470,7 +1470,6 @@ rb_enc_default_internal(void)
|
|||||||
* * Time#zone
|
* * Time#zone
|
||||||
* * Values from ENV
|
* * Values from ENV
|
||||||
* * Values in ARGV including $PROGRAM_NAME
|
* * Values in ARGV including $PROGRAM_NAME
|
||||||
* * __FILE__
|
|
||||||
*
|
*
|
||||||
* Additionally String#encode and String#encode! use the default internal
|
* Additionally String#encode and String#encode! use the default internal
|
||||||
* encoding if no encoding is given.
|
* encoding if no encoding is given.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user