From 99901529a6320011b0b73ebcb8ced229a17007a6 Mon Sep 17 00:00:00 2001 From: nahi Date: Sat, 20 Aug 2005 15:14:35 +0000 Subject: * lib/wsdl/xmlSchema/importer.rb (WSDL::XMLSchema::Importer#fetch): add a workaround for importing an WSDL whose path begins with drive letter. [ruby-dev:26242] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9014 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 154950cf6..cfa56ff59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,10 @@ -Sat Aug 20 2005 22:05:25 2005 K.Kosako +Sun Aug 21 00:10:23 2005 NAKAMURA, Hiroshi + + * lib/wsdl/xmlSchema/importer.rb (WSDL::XMLSchema::Importer#fetch): add + a workaround for importing an WSDL whose path begins with drive + letter. [ruby-dev:26242] + +Sat Aug 20 22:05:25 2005 K.Kosako * regexec.c (code_is_in_cclass_node): check code size. [ruby-dev:26840] -- cgit