aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-21 06:56:48 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-21 06:56:48 +0000
commit97a557bdf92580ac1458e7da639040fd11c8eaec (patch)
treeb97a33dd662019a5cc55656e3a49741e5275a845 /ChangeLog
parent45c445941b834b420c92773a01c460b34de4234e (diff)
downloadruby-97a557bdf92580ac1458e7da639040fd11c8eaec.tar.gz
* lib/test/unit/ui/console/testrunner.rb (test_started): restore $0
after changing process title. [ruby-talk:97426] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6186 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d5a731b59..b66483f7c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Apr 21 15:56:43 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * 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 <ocean@m2.ccsnet.ne.jp>
* process.c: Recover wrongly removed spaces at end of the lines.