From 8b2db957263d3f0aa1bf5ba60945b120ed5eccd5 Mon Sep 17 00:00:00 2001 From: nahi Date: Tue, 6 Jan 2004 11:55:08 +0000 Subject: * lib/logger.rb(Logger#msg2str): no special treatment for the object which responds to :to_str. * lib/logger.rb(LogDevice#initialize): remove type checking if the given object is a String. Kernel.open handles it correctly. * test/logger/test_logger.rb: follow above change (ArgumentError -> TypeError.) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5389 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 123f9ca6d..aec10fe4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Tue Jan 6 20:51:10 2004 NAKAMURA, Hiroshi + + * lib/logger.rb(Logger#msg2str): no special treatment for the object + which responds to :to_str. + + * lib/logger.rb(LogDevice#initialize): remove type checking if the + given object is a String. Kernel.open handles it correctly. + + * test/logger/test_logger.rb: follow above change (ArgumentError -> + TypeError.) + Tue Jan 6 14:53:14 2004 Dave Thomas * bin/ri: split out the display side, making it pluggable. Added -- cgit