From ca67e12a332b4b77e2e78b3f9f97d0e876ad09a9 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 18 Sep 2008 11:51:00 +0000 Subject: * lib/rake.rb (Rake::Application#standard_exception_handling): replaced magic numbers for exit status. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19416 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0cfd89488..e88bafc48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Sep 18 20:50:36 2008 Nobuyoshi Nakada + + * lib/rake.rb (Rake::Application#standard_exception_handling): + replaced magic numbers for exit status. + Thu Sep 18 20:37:59 2008 Nobuyoshi Nakada * lib/optparse.rb (OptionParser::ParseError#set_backtrace): omits -- cgit