From fe2d8d2d558bf2c0f790a01d2b19659be947fe58 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 10 Oct 2008 23:51:16 +0000 Subject: * lib/rake.rb (Rake::Application#standard_exception_handling): removed unnecessary SystemExit, and exits with false instead of system dependent value. [ruby-talk:317330] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19755 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4ef53b86b..7943b4734 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Oct 11 08:51:13 2008 Nobuyoshi Nakada + + * lib/rake.rb (Rake::Application#standard_exception_handling): removed + unnecessary SystemExit, and exits with false instead of system + dependent value. [ruby-talk:317330] + Sat Oct 11 03:54:05 2008 Koichi Sasada * parse.y: optimize 'for' statement when one variable given. -- cgit