From 1baea05f5ab61f2c27f2bd216c9be2ce8cc02fc9 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/branches/ruby_1_8@9041 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e215a45af..8c7e7b45f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Aug 29 19:54:21 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 01:19:57 2005 Tanaka Akira * lib/time.rb (Time.parse): extract fractional seconds using -- cgit