From bdfe8098fb34a18c984e401d34e757b8b035f24e Mon Sep 17 00:00:00 2001 From: ocean Date: Mon, 29 Aug 2005 10:56:05 +0000 Subject: * lib/rdoc/usage.rb: improper exceptions. [ruby-dev:26870] * lib/rdoc/usage.rb: support the case when non-ruby code exists before shebang. (this is needed when ri.bat is executed on windows) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9041 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 61df6fec2..bfc7fa761 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Aug 29 19:47:18 2005 Hirokazu Yamamoto + + * lib/rdoc/usage.rb: improper exceptions. [ruby-dev:26870] + + * lib/rdoc/usage.rb: support the case when non-ruby code exists before + shebang. (this is needed when ri.bat is executed on windows) + Mon Aug 29 18:58:05 2005 Keiju Ishitsuka * lib/irb/init.rb: make IRB -I option that is same befavior for ruby. [ruby-dev:26872] -- cgit