From 540aa85f53ec4b8c9f51be4782d5c9825f58e7df Mon Sep 17 00:00:00 2001 From: nahi Date: Mon, 29 Sep 2003 07:27:57 +0000 Subject: * lib/logger.rb: check if the given logdevice object respond_to :write and :close, not is_a? IO. duck duck. * test/logger/test_logger.rb: self IO.pipe reading/writing may be locked by the flood. use tempfile. * lib/wsdl/xmlSchema/data.rb: wrong constant reference. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4622 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 60dd67e3e..22df28f95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Mon Sep 29 16:18:30 2003 NAKAMURA, Hiroshi + + * lib/logger.rb: check if the given logdevice object respond_to :write + and :close, not is_a? IO. duck duck. + + * test/logger/test_logger.rb: self IO.pipe reading/writing may be + locked by the flood. use tempfile. + + * lib/wsdl/xmlSchema/data.rb: wrong constant reference. + Mon Sep 29 16:11:23 2003 Minero Aoki * test/fileutils/test_fileutils.rb: clean up temporary symlink. -- cgit