From b24465ba536f30550afff0e80cf23182b6b28d51 Mon Sep 17 00:00:00 2001 From: seki Date: Sun, 11 Sep 2005 13:18:59 +0000 Subject: set ERB#filename so that it is used when reporting syntax/runtime errors. Tabs converted to spaces. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9121 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2ca6f5b65..ad75ee7be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Sep 11 22:18:07 2005 Masatoshi SEKI + + * bin/erb (ERB::Main#run): set ERB#filename so that it is used + when reporting syntax/runtime errors. Tabs converted to spaces. + Sat Sep 10 22:34:19 2005 Yukihiro Matsumoto * array.c: protoize. -- cgit