From c2d8d63f0f17c3531b451ac0f087471678fe1934 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 21 Apr 2004 06:56:48 +0000 Subject: * lib/test/unit/ui/console/testrunner.rb (test_started): restore $0 after changing process title. [ruby-talk:97426] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6186 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7d5a731b5..b66483f7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Apr 21 15:56:43 2004 Nobuyoshi Nakada + + * lib/test/unit/ui/console/testrunner.rb (test_started): restore $0 + after changing process title. [ruby-talk:97426] + Wed Apr 21 11:45:22 Hirokazu Yamamoto * process.c: Recover wrongly removed spaces at end of the lines. -- cgit