From 450ba359be716249f3647c59c2675e8cc01ab07b Mon Sep 17 00:00:00 2001 From: nahi Date: Tue, 13 Jan 2004 09:58:53 +0000 Subject: * lib/logger.rb(Logger#msg2str): no special treatment for the object which responds to :to_str. commited at 2004-01-11T21:46:27 by gsinclair. * lib/logger.rb(LogDevice#initialize): remove type checking if the given object is a String. Kernel.open handles it correctly. commited at 2004-01-11T21:46:27 by gsinclair. * test/logger/test_logger.rb: follow above change (ArgumentError -> TypeError.) follow above commit. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5460 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cfc064207..34b5510b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Tue Jan 13 18:54:28 2004 NAKAMURA, Hiroshi + + * lib/logger.rb(Logger#msg2str): no special treatment for the object + which responds to :to_str. commited at 2004-01-11T21:46:27 by + gsinclair. + + * lib/logger.rb(LogDevice#initialize): remove type checking if the + given object is a String. Kernel.open handles it correctly. + commited at 2004-01-11T21:46:27 by gsinclair. + + * test/logger/test_logger.rb: follow above change (ArgumentError -> + TypeError.) follow above commit. + Tue Jan 13 14:27:13 2004 Kazuhiro NISHIYAMA * lib/test/unit/ui/testrunnerutilities.rb (TestRunnerUtilities): -- cgit