mono.git
20 years ago2003-10-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 3 Oct 2003 18:53:57 +0000 (18:53 -0000)]
2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* threadpool.c: mark threadpool threads as background.

svn path=/trunk/mono/; revision=18565

20 years ago2003-10-03 Bernie Solomon <bernard@ugsolutions.com>
Bernie Solomon [Fri, 3 Oct 2003 18:03:55 +0000 (18:03 -0000)]
2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>

* mono/tests/libtest.c: (test_lpwstr_marshal) remove undefined
behaviour of increment, (mono_test_marshal_char) = should be ==

svn path=/trunk/mono/; revision=18562

20 years ago2003-10-03 Bernie Solomon <bernard@ugsolutions.com>
Bernie Solomon [Fri, 3 Oct 2003 17:05:11 +0000 (17:05 -0000)]
2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>

* decimal.c - define DECINLINE to nothing if not using GCC

svn path=/trunk/mono/; revision=18558

20 years ago2003-10-02 Bernie Solomon <bernard@ugsolutions.com>
Bernie Solomon [Fri, 3 Oct 2003 16:11:29 +0000 (16:11 -0000)]
2003-10-02  Bernie Solomon  <bernard@ugsolutions.com>

* hacks.h - work round HP 64 bit problem with isunordered

svn path=/trunk/mono/; revision=18557

20 years ago2003-10-03 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Fri, 3 Oct 2003 15:46:10 +0000 (15:46 -0000)]
2003-10-03  Zoltan Varga  <vargaz@freemail.hu>

* AppDomain.cs: Change accessibility of DoTypeResolve to fix build.

svn path=/trunk/mcs/; revision=18556

20 years agoNew man page for genxs tool
Lluis Sanchez [Fri, 3 Oct 2003 14:45:20 +0000 (14:45 -0000)]
New man page for genxs tool

svn path=/trunk/mono/; revision=18555

20 years ago2003-10-03 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Fri, 3 Oct 2003 13:44:41 +0000 (13:44 -0000)]
2003-10-03  Zoltan Varga  <vargaz@freemail.hu>

* interp.c (dump_frame): Avoid crash on frames without a method. Patch
sam@superduper.net (sam clegg). Fixes #46197.
(ves_exec_method_with_context): Fix unbox casting.

svn path=/trunk/mono/; revision=18554

20 years ago2003-10-03 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Fri, 3 Oct 2003 13:37:56 +0000 (13:37 -0000)]
2003-10-03  Zoltan Varga  <vargaz@freemail.hu>

* TypeBuilder.cs (CreateType): Fire TypeResolve events for unfinished
nested value types. Fixes #47022.

svn path=/trunk/mcs/; revision=18553

20 years agoUpdated ws doc page
Lluis Sanchez [Fri, 3 Oct 2003 12:23:32 +0000 (12:23 -0000)]
Updated ws doc page

svn path=/trunk/mono/; revision=18552

20 years ago2003-10-03 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Fri, 3 Oct 2003 12:12:02 +0000 (12:12 -0000)]
2003-10-03  Zoltan Varga  <vargaz@freemail.hu>

* assembly.c: More refcount fixes.

svn path=/trunk/mono/; revision=18551

20 years ago2003-10-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 3 Oct 2003 11:35:34 +0000 (11:35 -0000)]
2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* Enum.cs:
(Equals): check that the object is an Enum before comparing the types.

svn path=/trunk/mcs/; revision=18550

20 years ago2003-10-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 3 Oct 2003 08:11:14 +0000 (08:11 -0000)]
2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* string-icalls.c: when not splitting, don't create a new string.

svn path=/trunk/mono/; revision=18548

20 years ago2003-10-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 3 Oct 2003 07:49:06 +0000 (07:49 -0000)]
2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* string-icalls.c: if we're not trimming, return the same string.

svn path=/trunk/mono/; revision=18547

20 years ago2003-10-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 3 Oct 2003 04:06:25 +0000 (04:06 -0000)]
2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* System.Web.Services.Configuration/WebServicesConfigurationSectionHandler.cs: keep the file name of the configuration file around for
wsdlHelpGenerator.

* System.Web.Services.Protocols/SoapDocumentationHandler.cs: it does not
generate the documentation page any more. GetDescription and GetSchemas
are now internal.

* System.Web.Services.Protocols/WebServiceHandlerFactory.cs: generate
the documentation page without doing a Transfer () but instead creating
a Page instance from the wsdl help file. This file is located from the
configuration file that contains the <wsdlHelpGenerator> tag.

svn path=/trunk/mcs/; revision=18539

20 years ago2003-10-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 3 Oct 2003 04:01:08 +0000 (04:01 -0000)]
2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* System.Web.UI/PageParser.cs:
* System.Web.UI/TemplateControlParser.cs: honour the input file given
as argument.

svn path=/trunk/mcs/; revision=18537

20 years ago2003-10-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 3 Oct 2003 03:58:22 +0000 (03:58 -0000)]
2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* ConfigurationSettings.cs: pass the file name we're reading as the
context.

svn path=/trunk/mcs/; revision=18536

20 years ago2003-10-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 3 Oct 2003 03:57:09 +0000 (03:57 -0000)]
2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* DefaultWsdlHelpGenerator.aspx: moved here from xsp/test.
* Makefile.am: added the previous file.

svn path=/trunk/mono/; revision=18535

20 years ago2003-10-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 3 Oct 2003 02:46:07 +0000 (02:46 -0000)]
2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* ConfigurationSettings.cs: patch by Eric Lindvall (eric@5stops.com)
that improves performance by not reading the file more than once.

svn path=/trunk/mcs/; revision=18534

20 years agoupdated asp.net page
Gonzalo Paniagua Javier [Fri, 3 Oct 2003 01:50:00 +0000 (01:50 -0000)]
updated asp.net page

svn path=/trunk/mono/; revision=18533

20 years agofix xsp version
Gonzalo Paniagua Javier [Fri, 3 Oct 2003 00:35:52 +0000 (00:35 -0000)]
fix xsp version

svn path=/trunk/mono/; revision=18531

20 years ago2003-10-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 3 Oct 2003 00:00:54 +0000 (00:00 -0000)]
2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* image.c:
(mono_image_open): increment the ref_count inside the critical section.

svn path=/trunk/mono/; revision=18530

20 years ago*** empty log message ***
Joel Basson [Thu, 2 Oct 2003 23:47:49 +0000 (23:47 -0000)]
*** empty log message ***

svn path=/trunk/mcs/; revision=18529

20 years agoflush
Miguel de Icaza [Thu, 2 Oct 2003 22:57:10 +0000 (22:57 -0000)]
flush

svn path=/trunk/mono/; revision=18527

20 years agoflush
Miguel de Icaza [Thu, 2 Oct 2003 22:00:38 +0000 (22:00 -0000)]
flush

svn path=/trunk/mono/; revision=18526

20 years agoRe-enable the Win32 package link. The package has been uploaded.
Duncan Mak [Thu, 2 Oct 2003 21:26:23 +0000 (21:26 -0000)]
Re-enable the Win32 package link. The package has been uploaded.

svn path=/trunk/mono/; revision=18525

20 years agoCorrected link to announcement for diacanvas-sharp
Martin Willemoes Hansen [Thu, 2 Oct 2003 15:46:18 +0000 (15:46 -0000)]
Corrected link to announcement for diacanvas-sharp

svn path=/trunk/mono/; revision=18523

20 years agoXSP not ready for production use
Miguel de Icaza [Thu, 2 Oct 2003 14:38:33 +0000 (14:38 -0000)]
XSP not ready for production use

svn path=/trunk/mono/; revision=18522

20 years ago * Driver.cs: Remove delete on error, add quiet option.
Jackson Harper [Thu, 2 Oct 2003 05:12:39 +0000 (05:12 -0000)]
* Driver.cs: Remove delete on error, add quiet option.
* Report.cs: Can be quiet

svn path=/trunk/mcs/; revision=18519

20 years ago2003-10-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 2 Oct 2003 04:44:48 +0000 (04:44 -0000)]
2003-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* HttpWebRequest.cs: handle 304 � la MS.
* WebConnection.cs: set the response data when reading 0 bytes.

svn path=/trunk/mcs/; revision=18518

20 years ago * main.c: Fix visibility level names, when outputing pinvoke info
Jackson Harper [Thu, 2 Oct 2003 04:43:29 +0000 (04:43 -0000)]
    * main.c: Fix visibility level names, when outputing pinvoke info
quote the module and method names, properties have specialname,
and rtspecialname flags (nothing else), dis global methods and
fields FIXME: indentation issues.
* get.h: declare get_fieldref_signature
* get.c: Fix unsigned ints (not uint), single quote argument names
(this is kinda a hack, ildasm will only single quote arg names
that are ilasm keywords), remove fixme, we know what typedbyref
means, output fieldref signatures instead of their token
value.

svn path=/trunk/mono/; revision=18517

20 years agoflush
Miguel de Icaza [Thu, 2 Oct 2003 04:35:35 +0000 (04:35 -0000)]
flush

svn path=/trunk/mono/; revision=18516

20 years agoFixity fix. Remove Xr packages, update mono-wine packages.
Duncan Mak [Thu, 2 Oct 2003 04:21:10 +0000 (04:21 -0000)]
Fixity fix. Remove Xr packages, update mono-wine packages.

svn path=/trunk/mono/; revision=18515

20 years ago * LabelInfo.cs: Fix tabbing, add ToString so labels are printed
Jackson Harper [Thu, 2 Oct 2003 04:17:55 +0000 (04:17 -0000)]
    * LabelInfo.cs: Fix tabbing, add ToString so labels are printed
properly in error messages.

svn path=/trunk/mcs/; revision=18514

20 years agoFlush
Miguel de Icaza [Thu, 2 Oct 2003 03:13:45 +0000 (03:13 -0000)]
Flush

svn path=/trunk/mono/; revision=18504

20 years agoFlush
Miguel de Icaza [Thu, 2 Oct 2003 03:13:30 +0000 (03:13 -0000)]
Flush

svn path=/trunk/mono/; revision=18503

20 years agoBumpity bump.
Duncan Mak [Thu, 2 Oct 2003 01:59:06 +0000 (01:59 -0000)]
Bumpity bump.

svn path=/trunk/mono/; revision=18499

20 years agoBumpity bump.
Duncan Mak [Thu, 2 Oct 2003 01:59:06 +0000 (01:59 -0000)]
Bumpity bump.

svn path=/trunk/mcs/; revision=18499

20 years agoIgnore the new scripts.
Duncan Mak [Thu, 2 Oct 2003 01:55:47 +0000 (01:55 -0000)]
Ignore the new scripts.

svn path=/trunk/mono/; revision=18498

20 years agoForgot to commit this
Duncan Mak [Thu, 2 Oct 2003 01:46:35 +0000 (01:46 -0000)]
Forgot to commit this

svn path=/trunk/mcs/; revision=18497

20 years ago2003-10-01 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Wed, 1 Oct 2003 23:05:31 +0000 (23:05 -0000)]
2003-10-01  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* XmlSecureResolver.cs : Implemented basic feature.

svn path=/trunk/mcs/; revision=18496

20 years agoGet rid of conflict indicators.
Zoltan Varga [Wed, 1 Oct 2003 22:35:50 +0000 (22:35 -0000)]
Get rid of conflict indicators.

svn path=/trunk/mono/; revision=18495

20 years ago2003-10-01 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Wed, 1 Oct 2003 22:35:41 +0000 (22:35 -0000)]
2003-10-01  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* XmlUrlResolver.cs : Should work with null type argument.

svn path=/trunk/mcs/; revision=18494

20 years ago2003-10-02 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 1 Oct 2003 22:34:53 +0000 (22:34 -0000)]
2003-10-02  Zoltan Varga  <vargaz@freemail.hu>

* image.c (mono_image_open): Fix reference counting bug.

svn path=/trunk/mono/; revision=18493

20 years agoPatch from Dan Lewisi
Miguel de Icaza [Wed, 1 Oct 2003 21:51:20 +0000 (21:51 -0000)]
Patch from Dan Lewisi

Carlos' bug seems to stem from my failure to interpolate
the "$$" substitution pattern properly.

This fixes bug #48666

svn path=/trunk/mcs/; revision=18492

20 years agoDistribute the new wrapper scripts
Duncan Mak [Wed, 1 Oct 2003 20:49:34 +0000 (20:49 -0000)]
Distribute the new wrapper scripts

svn path=/trunk/mono/; revision=18489

20 years agoLittle fix
Duncan Mak [Wed, 1 Oct 2003 20:27:04 +0000 (20:27 -0000)]
Little fix

svn path=/trunk/mono/; revision=18488

20 years ago2003-10-01 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 1 Oct 2003 20:24:18 +0000 (20:24 -0000)]
2003-10-01  Zoltan Varga  <vargaz@freemail.hu>

* Thread.cs: Add locking to AllocateNamedDataSlot and
FreeNamedDataSlot.

svn path=/trunk/mcs/; revision=18487

20 years agoFlush
Miguel de Icaza [Wed, 1 Oct 2003 19:35:19 +0000 (19:35 -0000)]
Flush

svn path=/trunk/mono/; revision=18486

20 years agoAdd new files to the dist
Miguel de Icaza [Wed, 1 Oct 2003 19:33:22 +0000 (19:33 -0000)]
Add new files to the dist

svn path=/trunk/mono/; revision=18485

20 years agoInitial listview implementation
Jordi Mas i Hernandez [Wed, 1 Oct 2003 19:26:11 +0000 (19:26 -0000)]
Initial listview implementation

svn path=/trunk/mcs/; revision=18484

20 years agoAdd genxs correctly
Duncan Mak [Wed, 1 Oct 2003 18:56:37 +0000 (18:56 -0000)]
Add genxs correctly

svn path=/trunk/mono/; revision=18483

20 years agoWed Oct 1 19:40:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 1 Oct 2003 17:54:44 +0000 (17:54 -0000)]
Wed Oct 1 19:40:02 CEST 2003 Paolo Molaro <lupus@ximian.com>

* tramp-ppc.c: update trampoline code to support jumps
and class initialization.

svn path=/trunk/mono/; revision=18480

20 years agoMore patches from Eran Domb <erand@mainsoft.com>.
Duncan Mak [Wed, 1 Oct 2003 17:39:44 +0000 (17:39 -0000)]
More patches from Eran Domb <erand@mainsoft.com>.

* MergeManager.cs: New file.

* DataRelationCollection.cs (AddCore): Check that a
UniqueConstraint is already exists. It loops over the Relations
instead of the Constraints.
(Add, AddCore): The relation was added twice.

* DataSet.cs (Merge, GetChanges, HasChanges): Implemented.

svn path=/trunk/mcs/; revision=18479

20 years agoAdd script for genxs.
Duncan Mak [Wed, 1 Oct 2003 17:26:36 +0000 (17:26 -0000)]
Add script for genxs.

svn path=/trunk/mono/; revision=18478

20 years agoAdd missign file
Miguel de Icaza [Wed, 1 Oct 2003 16:29:55 +0000 (16:29 -0000)]
Add missign file

svn path=/trunk/mono/; revision=18475

20 years ago * System.Web.Services.dll.sources: Added
Lluis Sanchez [Wed, 1 Oct 2003 15:30:13 +0000 (15:30 -0000)]
* System.Web.Services.dll.sources: Added
System.Web.Services.Protocols/HttpGetTypeStubInfo.cs,
System.Web.Services.Protocols/HttpGetWebServiceHandler.cs,
System.Web.Services.Protocols/HttpPostTypeStubInfo.cs,
System.Web.Services.Protocols/HttpPostWebServiceHandler.cs,
System.Web.Services.Protocols/HttpSimpleTypeStubInfo.cs,
System.Web.Services.Protocols/HttpSimpleWebServiceHandler.cs,
System.Web.Services.Protocols/TypeStubManager.cs

svn path=/trunk/mcs/; revision=18474

20 years ago * ProtocolReflector.cs: Adapted to the changes in TypeStubInfo. Moved some
Lluis Sanchez [Wed, 1 Oct 2003 15:25:51 +0000 (15:25 -0000)]
* ProtocolReflector.cs: Adapted to the changes in TypeStubInfo. Moved some
  common code to ServiceDescriptionReflector.
* ServiceDescriptionReflector.cs: Moved some code from ProtocolReflector.cs

svn path=/trunk/mcs/; revision=18473

20 years ago * HtmlFormParameterReader.cs, HtmlFormParameterWriter.cs,
Lluis Sanchez [Wed, 1 Oct 2003 15:22:05 +0000 (15:22 -0000)]
* HtmlFormParameterReader.cs, HtmlFormParameterWriter.cs,
  HttpGetClientProtocol.cs, HttpPostClientProtocol.cs,
  HttpSimpleClientProtocol.cs, MimeFormatter.cs, MimeParameterWriter.cs,
  NopReturnReader.cs, UrlEncodedParameterWriter.cs, UrlParameterReader.cs,
  UrlParameterWriter.cs, ValueCollectionParameterReader.cs,
  WebClientAsyncResult.cs, XmlReturnReader.cs, XmlReturnWriter.cs
  : Implemented.

* HttpSoapWebServiceHandler.cs, SoapClientMessage.cs, SoapServerMessage.cs,
  SoapDocumentationHandler.cs, SoapHttpClientProtocol.cs,
  WebServiceHelper.cs: Changed due to modifications in  TypeStubInfo.

* Methods.cs: Moved common code to TypeStubInfo.cs.
* WebServiceHandler.cs: Moved invoke code to HttpSoapWebServiceHandler.cs
* ServerProtocol.cs, SoapServerProtocol.cs: Fixed formatting.
* WebServiceHandlerFactory.cs: Added support for HttpGet and HttpPost.

svn path=/trunk/mcs/; revision=18472

20 years ago * SerializationCodeGenerator.cs, XmlSerializationReaderInterpreter.cs:
Lluis Sanchez [Wed, 1 Oct 2003 15:11:03 +0000 (15:11 -0000)]
* SerializationCodeGenerator.cs, XmlSerializationReaderInterpreter.cs:
  Fixed handling of members with XmlTextAttribute that are arrays.
* TypeData.cs: IsComplexType now returns true for XmlNode.
* XmlSerializer.cs: Added check for null mapping in FromMappings.
* XmlTypeMapping.cs: Added helper method FindTextElement.

svn path=/trunk/mcs/; revision=18471

20 years ago * XmlSchemaUtil.cs: arrayType attribute needs special handling.
Lluis Sanchez [Wed, 1 Oct 2003 15:06:07 +0000 (15:06 -0000)]
* XmlSchemaUtil.cs: arrayType attribute needs special handling.

svn path=/trunk/mcs/; revision=18470

20 years ago * XmlTextWriter.cs : An attribute can require a prefix for the default
Lluis Sanchez [Wed, 1 Oct 2003 15:04:16 +0000 (15:04 -0000)]
* XmlTextWriter.cs : An attribute can require a prefix for the default
  namespace, so we need to store the prefix as well as the namespace.

svn path=/trunk/mcs/; revision=18469

20 years agoReverted patch by Eric.
Gonzalo Paniagua Javier [Wed, 1 Oct 2003 13:44:09 +0000 (13:44 -0000)]
Reverted patch by Eric.

svn path=/trunk/mcs/; revision=18468

20 years ago2003-10-01 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Wed, 1 Oct 2003 13:09:40 +0000 (13:09 -0000)]
2003-10-01  Atsushi Enomoto  <ginga@kit.hi-ho.ne.jp>

* XmlSchema.cs : Forgot to update with previous files.

svn path=/trunk/mcs/; revision=18467

20 years ago * ConfigurationSettings.cs: Added null check for fileCache in GetCOnfig.
Lluis Sanchez [Wed, 1 Oct 2003 11:32:02 +0000 (11:32 -0000)]
* ConfigurationSettings.cs: Added null check for fileCache in GetCOnfig.
  It can be null if the ConfigurationData instance failed to Load.

svn path=/trunk/mcs/; revision=18466

20 years ago2003-09-30 Bernie Solomon <bernard@ugsolutions.com>
Bernie Solomon [Wed, 1 Oct 2003 06:59:12 +0000 (06:59 -0000)]
2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>

* marshal.c (mono_marshal_type_size) struct alignment changed for
64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for
64bits. Avoid leak in mono_marshal_get_native_wrapper when
mono_lookup_pinvoke_call throws.

svn path=/trunk/mono/; revision=18465

20 years ago*** empty log message ***
Joel Basson [Wed, 1 Oct 2003 03:24:15 +0000 (03:24 -0000)]
*** empty log message ***

svn path=/trunk/mcs/; revision=18464

20 years ago2003-10-01 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Wed, 1 Oct 2003 02:58:13 +0000 (02:58 -0000)]
2003-10-01  Atsushi Enomoto  <ginga@kit.hi-ho.ne.jp>

* XmlSchemaAttribute.cs, XmlSchemaComplexType.cs, XmlSchemaElement.cs,
  XmlSchemaGroupRef.cs, XmlSchemaSimpleContentExtension.cs,
  XmlSchemaSimpleContentRestriction.cs, XmlSchemaSimpleTypeContent.cs,
  XmlSchemaSimpleTypeList.cs, XmlSchemaSimpleTypeUnion.cs :
  Fixed missing sub components check. It should fix soap stuff.
* XmlSchemaAny.cs, XmlSchemaAttribute.cs,
  XmlSchemaAttributeGroupRef.cs, XmlSchemaContent.cs :
  Added my responsibility on them ;-)

svn path=/trunk/mcs/; revision=18463

20 years ago2003-10-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 1 Oct 2003 02:16:44 +0000 (02:16 -0000)]
2003-10-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* ConfigurationSettings.cs: patch by Eric Lindvall (eric@5stops.com)
that improves performance by not reading the file more than once.

svn path=/trunk/mcs/; revision=18462

20 years ago2003-10-01 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Wed, 1 Oct 2003 02:15:24 +0000 (02:15 -0000)]
2003-10-01  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* System.Xml.dll.sources: added DTMXPathNode.cs.

svn path=/trunk/mcs/; revision=18461

20 years ago2003-10-01 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Wed, 1 Oct 2003 02:14:13 +0000 (02:14 -0000)]
2003-10-01  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* Added DTMXPathNode.cs.
* Fundamental changes in whole DTM stuff. Node information is now array
  of "node struct" instead of individual arrays.

svn path=/trunk/mcs/; revision=18460

20 years ago2003-10-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 1 Oct 2003 02:08:53 +0000 (02:08 -0000)]
2003-10-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* System.Web/HttpApplication.cs: pass the Uri, not the file path to
when looking for a handler.

* System.Web.Configuration/HandlerItem.cs: make it work for file names
without wildcards.

svn path=/trunk/mcs/; revision=18459

20 years ago2003-10-01 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Wed, 1 Oct 2003 02:00:06 +0000 (02:00 -0000)]
2003-10-01  Atsushi Enomoto  <ginga@kit.hi-ho.ne.jp>

* XmlSchema.cs : Read() should keep current position of XmlReader if
  it was already positioned to 'schema' element.

svn path=/trunk/mcs/; revision=18458

20 years agoSmall test script.
Martin Baulig [Wed, 1 Oct 2003 01:54:54 +0000 (01:54 -0000)]
Small test script.

svn path=/trunk/mcs/; revision=18457

20 years agoFIXME FIXME FIXME FIXME
Martin Baulig [Wed, 1 Oct 2003 01:53:21 +0000 (01:53 -0000)]
FIXME FIXME FIXME FIXME

svn path=/trunk/mcs/; revision=18456

20 years agoCheck for null
Gonzalo Paniagua Javier [Wed, 1 Oct 2003 01:19:06 +0000 (01:19 -0000)]
Check for null

svn path=/trunk/mcs/; revision=18455

20 years agoLluis needed some fixing
Gonzalo Paniagua Javier [Tue, 30 Sep 2003 23:52:14 +0000 (23:52 -0000)]
Lluis needed some fixing

svn path=/trunk/mono/; revision=18453

20 years agoPatches from Eran Domb <erand@mainsoft.com>.
Duncan Mak [Tue, 30 Sep 2003 23:25:54 +0000 (23:25 -0000)]
Patches from Eran Domb <erand@mainsoft.com>.

* DbDataAdapter.cs (Fill): Fixed an Exception from being thrown.

* DataRelation.cs (constructor): When the name of the relation is
null, it should return an empty, not "Relation".

* DataRow.cs (AcceptChanges): Added special case for
RowState.Detached.
(CancelEdit): Set editing flag to false.
(IsNull): Check that the value is DBNull.

* DataRowCollection.cs (Add): There was no check that the table of
the collection is owned by a DataSet.

* DataSet.cs (OnMergeFailed): Added.

* UniqueConstraint.cs (AssertConstraint): There was no check that
values in the row are not null, where it is a primary key
column. Also check that the row has a proposed version, if not,
get the current version when we compare the rows.

svn path=/trunk/mcs/; revision=18452

20 years ago2003-09-30 Todd Berman <tberman@gentoo.org>
Todd Berman [Tue, 30 Sep 2003 22:25:13 +0000 (22:25 -0000)]
2003-09-30  Todd Berman <tberman@gentoo.org>

        * Microsoft.Web.Services.Addressing/AttributedUriString.cs: implemented

svn path=/trunk/mcs/; revision=18451

20 years ago2003-09-30 Todd Berman <tberman@gentoo.org>
Todd Berman [Tue, 30 Sep 2003 20:34:48 +0000 (20:34 -0000)]
2003-09-30  Todd Berman <tberman@gentoo.org>

        * Ok, this was the beforementioned (on -devel) WSE Makefile edit.

        Right now, this builds both WSE1 and WSE2, and installs them both, as

        Microsoft.Web.Services.1.dll and
        Microsoft.Web.Services.2.dll respectively.

        It will also install Microsoft.Web.Services.1.dll as
        Microsoft.Web.Services.dll. This behaviour can be overridden by
defining DEFAULT_WSE2

        This can be defined in config.make or on the commandline (i think).
        I have tested clean, all, and install, but have not tested dist or
test.

dist should work, test might or might not. (however, a toplevel make
        dist wont be affected, because this dir is not being built by default)

        This is pure amateur makefile hackery on my part, anyone who wants
to improve on this effort, please feel free.

svn path=/trunk/mcs/; revision=18450

20 years agoAdd new test
Miguel de Icaza [Tue, 30 Sep 2003 19:40:27 +0000 (19:40 -0000)]
Add new test

svn path=/trunk/mcs/; revision=18449

20 years agoApply patch from David Waite <mass@akuma.org> that fixes #48710
Miguel de Icaza [Tue, 30 Sep 2003 19:38:20 +0000 (19:38 -0000)]
Apply patch from David Waite <mass@akuma.org> that fixes #48710

svn path=/trunk/mcs/; revision=18448

20 years agoSort, add
Miguel de Icaza [Tue, 30 Sep 2003 19:28:08 +0000 (19:28 -0000)]
Sort, add

svn path=/trunk/mono/; revision=18447

20 years agoAdd new file
Miguel de Icaza [Tue, 30 Sep 2003 19:28:02 +0000 (19:28 -0000)]
Add new file

svn path=/trunk/mono/; revision=18446

20 years ago2003-09-30 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Tue, 30 Sep 2003 19:18:36 +0000 (19:18 -0000)]
2003-09-30  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* System.Xml.dll.sources: added XsdIdentityPath.cs, XsdIdentityState.cs
  and XsdWildcard.cs.

svn path=/trunk/mcs/; revision=18445

20 years ago2003-09-30 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Tue, 30 Sep 2003 19:17:56 +0000 (19:17 -0000)]
2003-09-30  Atsushi Enomoto  <ginga@kit.hi-ho.ne.jp>

* Forgot to append 8/24/2003 ChangeLog.
* BUGS.txt, BUGS-MS.txt : Appended additional bug info.
* BuiltInDatatype.cs, ValidationHandler.cs, XmlSchema.cs,
  XmlSchemaAll.cs, XmlSchemaAnnotation.cs. XmlSchemaAny.cs,
  XmlSchemaAnyAttribute.cs, XmlSchemaAttribute.cs,
  XmlSchemaAttributeGroup.cs, XmlSchemaAttributeGroupRef.cs,
  XmlSchemaChoice.cs, XmlSchemaCollection.cs,
  XmlSchemaComplexContent.cs, XmlSchemaComplexContentExtension.cs,
  XmlSchemaComplexContentRestriction.cs, XmlSchemaComplexType.cs,
  XmlSchemaContent.cs, XmlSchemaDatatype.cs, XmlSchemaElement.cs,
  XmlSchemaException.cs, XmlSchemaGroup.cs, XmlSchemaGroupBase.cs,
  XmlSchemaGroupRef.cs, XmlSchemaIdentityConstraint.cs,
  XmlSchemaKey.cs, XmlSchemaKeyref.cs, XmlSchemaNotation.cs,
  XmlSchemaObject.cs, XmlSchemaObjectTable.cs, XmlSchemaParticle.cs,
  XmlSchemaReader.cs, XmlSchemaSequence.cs, XmlSchemaSimpleContent.cs,
  XmlSchemaSimpleContentExtension.cs,
  XmlSchemaSimpleContentRestriction.cs, XmlSchemaSimpleType.cs,
  XmlSchemaSimpleTypeContent.cs, XmlSchemaSimpleTypeList.cs,
  XmlSchemaSimpleTypeRestriction.cs, XmlSchemaSimpleTypeUnion.cs,
  XmlSchemaType.cs, XmlSchemaUnique.cs, XmlSchemaUtil.cs,
  XmlSchemaXPath.cs :

  - Almost all classes are changed to implement schema component
    constraints, and schema validation using XsdValidatingReader.
  - better exception messages.
  - More datatype support.
  and so on.

svn path=/trunk/mcs/; revision=18444

20 years ago2003-09-30 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Tue, 30 Sep 2003 19:15:17 +0000 (19:15 -0000)]
2003-09-30  Zoltan Varga  <vargaz@freemail.hu>

* reflection.c (mono_reflection_parse_type): Fix #49114.

svn path=/trunk/mono/; revision=18443

20 years ago2003-09-30 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Tue, 30 Sep 2003 19:13:32 +0000 (19:13 -0000)]
2003-09-30  Zoltan Varga  <vargaz@freemail.hu>

* AssemblyTest.cs (TestGetType): New regression test for #49114.

svn path=/trunk/mcs/; revision=18442

20 years ago2003-09-30 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Tue, 30 Sep 2003 19:12:06 +0000 (19:12 -0000)]
2003-09-30  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* DTDValidatingReader.cs : Simplified to use
  XmlSchemaUtil.GetParserContext().
* XmlValidatingReader.cs : ValidationType.Auto should always use
  XsdValidatingReader because xsi:schemaLocation might be used.

svn path=/trunk/mcs/; revision=18441

20 years ago2003-09-30 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Tue, 30 Sep 2003 19:11:18 +0000 (19:11 -0000)]
2003-09-30  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* added XsdIdentityPath.cs, XsdIdentityState.cs, XsdKeyTable.cs
  and XsdWildcard.cs.
* XsdParticleValidationState.cs, XsdValidatingReader.cs:
  Completely rewrote existing validation engine.

svn path=/trunk/mcs/; revision=18440

20 years ago2003-09-30 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Tue, 30 Sep 2003 18:08:42 +0000 (18:08 -0000)]
2003-09-30  Zoltan Varga  <vargaz@freemail.hu>

* file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
temporary workaround for cygwin header problem.

svn path=/trunk/mono/; revision=18439

20 years agoUpdate to latest spec
Miguel de Icaza [Tue, 30 Sep 2003 17:47:44 +0000 (17:47 -0000)]
Update to latest spec

svn path=/trunk/mcs/; revision=18438

20 years ago2003-09-30 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Tue, 30 Sep 2003 17:44:28 +0000 (17:44 -0000)]
2003-09-30  Miguel de Icaza  <miguel@ximian.com>

* cs-parser.jay: Upgrade: yield now needs the return clause.

svn path=/trunk/mcs/; revision=18437

20 years ago2003-09-30 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Tue, 30 Sep 2003 17:17:52 +0000 (17:17 -0000)]
2003-09-30  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* XmlTextReader.cs : Attribute value token properties were incorrectly
  set by the linked node.

svn path=/trunk/mcs/; revision=18436

20 years agoStart using apache again
Miguel de Icaza [Tue, 30 Sep 2003 17:04:04 +0000 (17:04 -0000)]
Start using apache again

svn path=/trunk/mono/; revision=18435

20 years agoFlush
Miguel de Icaza [Tue, 30 Sep 2003 16:13:22 +0000 (16:13 -0000)]
Flush

svn path=/trunk/mono/; revision=18434

20 years agono need to allocate new array
Gonzalo Paniagua Javier [Tue, 30 Sep 2003 14:16:22 +0000 (14:16 -0000)]
no need to allocate new array

svn path=/trunk/mcs/; revision=18433

20 years ago2003-09-30 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Tue, 30 Sep 2003 12:25:52 +0000 (12:25 -0000)]
2003-09-30  Zoltan Varga  <vargaz@freemail.hu>

* mini.c (mono_jit_compile_method): Fix reading of freed memory.

svn path=/trunk/mono/; revision=18432

20 years ago2003-09-30 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Tue, 30 Sep 2003 12:17:48 +0000 (12:17 -0000)]
2003-09-30  Zoltan Varga  <vargaz@freemail.hu>

* inssel.brg (OP_UNBOXCAST): Fix #46027.

* inssel.brg (OP_UNBOX): Remove unused rule.

* mini.h mini.c inssel-x86.brg: Allocate one SP variable for each
region instead of one for each method. Fixes #47813.

svn path=/trunk/mono/; revision=18431

20 years ago2003-09-30 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Tue, 30 Sep 2003 12:10:08 +0000 (12:10 -0000)]
2003-09-30  Zoltan Varga  <vargaz@freemail.hu>

* mono/tests/remoting1.cs: Added test for interface casts on
TransparentProxies.

svn path=/trunk/mono/; revision=18430

20 years ago2003-09-30 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Tue, 30 Sep 2003 12:06:51 +0000 (12:06 -0000)]
2003-09-30  Zoltan Varga  <vargaz@freemail.hu>

* object.c (mono_object_isinst): Synchronize this with the code
generated by the JIT for casts.

svn path=/trunk/mono/; revision=18429