From d7dcc9a3126096dfc4d7bb8692f3f386bd6cd43b Mon Sep 17 00:00:00 2001 From: nahi Date: Tue, 17 Feb 2004 14:15:37 +0000 Subject: * test/ruby/marshaltestlib.rb: common marshal testcase added. * test/ruby/test_marshal.rb: use above testsuite. * test/soap/marshal/test_marshal.rb: ditto. * test/soap/marshal/cmarshal.rb: removed (not used). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5752 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 977a85d86..a4645a8a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Tue Feb 17 23:13:23 2004 NAKAMURA, Hiroshi + + * test/ruby/marshaltestlib.rb: common marshal testcase added. + + * test/ruby/test_marshal.rb: use above testsuite. + + * test/soap/marshal/test_marshal.rb: ditto. + + * test/soap/marshal/cmarshal.rb: removed (not used). + Tue Feb 17 19:34:26 2004 Nobuyoshi Nakada * ext/extmk.rb (extmake): $extout_prefix doesn't vary for libraries. -- cgit