ruby-changes:33460
From: nobu <ko1@a...>
Date: Wed, 9 Apr 2014 15:17:06 +0900 (JST)
Subject: [ruby-changes:33460] nobu:r45539 (trunk): encoding.c: fix rdoc of `__FILE__`
nobu 2014-04-09 15:17:00 +0900 (Wed, 09 Apr 2014) New Revision: 45539 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=45539 Log: 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] Modified files: trunk/ChangeLog trunk/encoding.c Index: encoding.c =================================================================== --- encoding.c (revision 45538) +++ encoding.c (revision 45539) @@ -1470,7 +1470,6 @@ rb_enc_default_internal(void) https://github.com/ruby/ruby/blob/trunk/encoding.c#L1470 * * 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. Index: ChangeLog =================================================================== --- ChangeLog (revision 45538) +++ ChangeLog (revision 45539) @@ -1,3 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Wed Apr 9 15:16:59 2014 Nobuyoshi Nakada <nobu@r...> + + * 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@a...> * test/ruby/test_gc.rb: more long timeout. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/