From 7dac03ecfaaae71e8e69ad9a6f6831110c1a05a6 Mon Sep 17 00:00:00 2001 From: nahi Date: Tue, 13 Sep 2005 13:13:41 +0000 Subject: * lib/logger.rb (Logger): added formatter accessor to logger for dictating the way in which the logger should format the messages it displays. Thanks to Nicholas Seckar (cf. [ruby-talk:153391]) and Daniel Berger. * lib/logger.rb (Logger): added VERSION constant. * lib/logger.rb: removed document for LogDevice. It is an implementation detail and is not a public interface. * test/logger/test_logger.rb: added tests. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9151 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 558e5c5e3..52b6bde54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Tue Sep 13 22:09:40 2005 NAKAMURA, Hiroshi + + * lib/logger.rb (Logger): added formatter accessor to logger for + dictating the way in which the logger should format the messages it + displays. Thanks to Nicholas Seckar (cf. [ruby-talk:153391]) and + Daniel Berger. + + * lib/logger.rb (Logger): added VERSION constant. + + * lib/logger.rb: removed document for LogDevice. It is an + implementation detail and is not a public interface. + + * test/logger/test_logger.rb: added tests. + Tue Sep 13 21:47:17 2005 Nobuyoshi Nakada * eval.c (BEGIN_CALLARGS): pop halfly pushed status. @@ -96,10 +110,10 @@ Sat Sep 10 10:17:03 2005 GOTOU Yuuzou key = pkcs11.load_private_key * ext/openssl/ossl_engine.c (ossl_engine_ctrl_cmd): new method - OpenSSL::Engine#ctrl_cmd. it wraps ENGINE_ctrl_cmd_string. + OpenSSL::Engine#ctrl_cmd. it wraps ENGINE_ctrl_cmd_string. * ext/openssl/ossl_engine.c (ossl_engine_get_cmds): new method - OpenSSL::Engine#cmds. it returms engine command definitions. + OpenSSL::Engine#cmds. it returms engine command definitions. Sat Sep 10 10:09:47 2005 GOTOU Yuuzou -- cgit