From 8866dba90dc7e496afa04605d31685e5cd07ce65 Mon Sep 17 00:00:00 2001 From: yugui Date: Wed, 24 Jun 2009 16:08:16 +0000 Subject: merges r23837 from trunk into ruby_1_9_1. -- * parse.y (parser_set_encode): show the erred file name instead of the file that requires it. [ruby-core:24006] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@23845 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 93e59bc63..06e9013d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Jun 24 15:02:29 2009 Nobuyoshi Nakada + + * parse.y (parser_set_encode): show the erred file name instead of + the file that requires it. [ruby-core:24006] + Mon Jun 22 16:14:30 2009 Nobuyoshi Nakada * compile.c (iseq_set_arguments, iseq_compile_each): internal -- cgit