From 648f67e945654ab7d9163cfd4fa69639050d50c5 Mon Sep 17 00:00:00 2001 From: yugui Date: Fri, 26 Dec 2008 11:16:23 +0000 Subject: merges r20905 from trunk into ruby_1_9_1. * parse.y (gettable_gen): the encoding of __FILE__ should be rb_filesystem_encoding(). [ruby-list:45733] * parse.y (gettable_gen): __FILE__ should be ASCII-8BIT when filesystem encoding is US-ASCII and __FILE__ contains non 7bit characters. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21071 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9e029ba51..b78f25a57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Mon Dec 22 09:54:43 2008 Yukihiro Matsumoto + + * parse.y (gettable_gen): the encoding of __FILE__ should be + rb_filesystem_encoding(). [ruby-list:45733] + + * parse.y (gettable_gen): __FILE__ should be ASCII-8BIT when + filesystem encoding is US-ASCII and __FILE__ contains non 7bit + characters. + Fri Dec 26 15:50:45 2008 Nobuyoshi Nakada * lib/optparse.rb (OptionParser::List#summarize): gives priority -- cgit