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:
nobu 2014-04-09 06:17:00 +00:00
parent 52b6be0ad3
commit 2c12deaff4
2 changed files with 6 additions and 1 deletions

View File

@ -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>
* test/ruby/test_gc.rb: more long timeout.

View File

@ -1470,7 +1470,6 @@ rb_enc_default_internal(void)
* * Time#zone
* * Values from ENV
* * Values in ARGV including $PROGRAM_NAME
* * __FILE__
*
* Additionally String#encode and String#encode! use the default internal
* encoding if no encoding is given.