From 7c72a59ea89edb9c074c6a33de7b1f0904abd2fd Mon Sep 17 00:00:00 2001 From: nahi Date: Tue, 17 Feb 2004 14:51:40 +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/branches/ruby_1_8@5755 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e7603a5ee..c21990062 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Tue Feb 17 23:28:45 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 10:51:23 2004 NAKAMURA Usaku * ext/syck/rubyext.c (syck_emitter_end_object): takes only one arg. -- cgit