From 04e0b91267798fc323b2c2001bd029bdedacbd42 Mon Sep 17 00:00:00 2001 From: knu Date: Wed, 27 Nov 2002 07:23:12 +0000 Subject: * ext/syslog/syslog.c: Fix a problem where Syslog#ident was not marked and could thus be GC'd. * ext/syslog/test.rb: Switch from RUnit to Test::Unit. * ext/syslog/test.rb: The output format of inspect() is slightly altered. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3092 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 24b96901cd..0c9c78601c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Wed Nov 27 16:22:09 2002 Akinori MUSHA + + * ext/syslog/syslog.c: Fix a problem where Syslog#ident was not + marked and could thus be GC'd. + + * ext/syslog/test.rb: Switch from RUnit to Test::Unit. + + * ext/syslog/test.rb: The output format of inspect() is slightly + altered. + Fri Nov 22 19:30:17 2002 Akinori MUSHA * instruby.rb: Install batch files on Windows. [Submitted by usa] -- cgit v1.2.3