From 1cb495279161dc4b066ecbb759fe196a78a24fdb Mon Sep 17 00:00:00 2001 From: nahi Date: Thu, 19 Feb 2004 13:26:56 +0000 Subject: * lib/soap/mapping/rubytypeFactory.rb: should not dump singleton class. [ruby-dev:22588] c = class << Object.new; class C; self; end; end; SOAPMarshal.dump(c) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5783 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e0ec2753f..efb45d6bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Feb 19 22:24:04 2004 NAKAMURA, Hiroshi + + * lib/soap/mapping/rubytypeFactory.rb: should not dump singleton class. + [ruby-dev:22588] + c = class << Object.new; class C; self; end; end; SOAPMarshal.dump(c) + Thu Feb 19 18:08:18 2004 Gavin Sinclair * ext/strscan/strscan.c: improved documentation -- cgit