From aad1e0d556767a2cb90eeca94bb3f09bc999f891 Mon Sep 17 00:00:00 2001 From: nahi Date: Fri, 28 Nov 2003 05:53:16 +0000 Subject: * lib/soap/streamHandler.rb: drop unused http parameters. * lib/soap/encodingstyle/soapHandler.rb, lib/soap/mapping/factory.rb, lib/soap/mapping/mapping.rb, lib/soap/mapping/registry.rb, lib/wsdl/soap/complexType.rb: ApacheSOAP's map support was broken under WSDL dynanic client environment. fixed. * test/wsdl/raa/*: add tests. * lib/xsd/datatypes.rb: dateTime precision bug fix (at least, I hope.) bug of soap4r. XSDDateTimeImple.to_time passed a Float to Time.local/Time.gm as an usec, and NUM2LONG(rb_num2long for Float) causes rounding error. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5045 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0345050f0..4641b7fa3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +Fri Nov 28 14:41:52 2003 NAKAMURA, Hiroshi + + * lib/soap/streamHandler.rb: drop unused http parameters. + + * lib/soap/encodingstyle/soapHandler.rb, lib/soap/mapping/factory.rb, + lib/soap/mapping/mapping.rb, lib/soap/mapping/registry.rb, + lib/wsdl/soap/complexType.rb: ApacheSOAP's map support was broken + under WSDL dynanic client environment. fixed. + + * test/wsdl/raa/*: add tests. + + * lib/xsd/datatypes.rb: dateTime precision bug fix (at least, I hope.) + bug of soap4r. XSDDateTimeImple.to_time passed a Float to + Time.local/Time.gm as an usec, and NUM2LONG(rb_num2long for Float) + causes rounding error. + + * test/soap/test_basetype.rb, test/xsd/test_xsd.rb: add tests. + Fri Nov 28 04:15:24 2003 Nobuyoshi Nakada * eval.c (method_arity): used wrong Proc object. [ruby-talk:86504] -- cgit