mono.git
20 years ago2004-05-14 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 13 May 2004 19:04:02 +0000 (19:04 -0000)]
2004-05-14  Sebastien Pouliot  <sebastien@ximian.com>

* corlib.dll.sources: Added System/__ComObject.cs to the build.

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

20 years ago2004-05-13 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 13 May 2004 19:02:30 +0000 (19:02 -0000)]
2004-05-13  Sebastien Pouliot  <sebastien@ximian.com>

* __ComObject.cs: To please corcompare (no implementation).

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

20 years agoUpdate
Miguel de Icaza [Thu, 13 May 2004 18:43:26 +0000 (18:43 -0000)]
Update

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

20 years ago2004-05-13 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
Francisco Figueiredo Jr. [Thu, 13 May 2004 18:23:17 +0000 (18:23 -0000)]
2004-05-13  Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>

        * Npgsql/NpgsqlHashAlgorithm.cs: Changed exception type from Exception t
o InvalidOperationException when calling the Hash property and hash value is nul
l. Thanks Gonzalo Paniagua Javier <gonzalo@ximian.com> for catching that.

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

20 years ago2004-05-13 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
Francisco Figueiredo Jr. [Thu, 13 May 2004 18:22:18 +0000 (18:22 -0000)]
2004-05-13  Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>

* Npgsql/NpgsqlHashAlgorithm.cs: Changed exception type from Exception to InvalidOperationException when calling the Hash property and hash value is null. Thanks Gonzalo Paniagua Javier <gonzalo@ximian.com> for catching that.

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

20 years ago2004-05-13 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 13 May 2004 18:11:44 +0000 (18:11 -0000)]
2004-05-13  Zoltan Varga  <vargaz@freemail.hu>

* reflection.h: Updated after changes to managed structures.

* appdomain.c: Bump corlib version.

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

20 years ago2004-05-13 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 13 May 2004 18:10:09 +0000 (18:10 -0000)]
2004-05-13  Zoltan Varga  <vargaz@freemail.hu>

* Environment.cs: Bump corlib version.

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

20 years ago2004-05-13 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 13 May 2004 18:09:44 +0000 (18:09 -0000)]
2004-05-13  Zoltan Varga  <vargaz@freemail.hu>

* Assembly.cs: Add ModuleResolve event.

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

20 years ago2004-05-13 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 13 May 2004 17:47:00 +0000 (17:47 -0000)]
2004-05-13  Sebastien Pouliot  <sebastien@ximian.com>

* Thread.cs: Added missing MemoryBarrier (only for 1.1) and SpinWait to please
corcompare. Both throw a NotImplementedException.
* ThreadPool.cs: Added missing UnsafeRegisterWaitForSingleObject methods (4
overloads) to please corcompare. All throw a NotImplementedException.

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

20 years ago2004-05-13 Dick Porter <dick@ximian.com>
Dick Porter [Thu, 13 May 2004 17:37:30 +0000 (17:37 -0000)]
2004-05-13  Dick Porter  <dick@ximian.com>
* mono-mutex.c (mono_mutex_unlock): Return EPERM when the current
thread doesn't own the mutex, rather than assert()ing.

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

20 years ago2004-05-13 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 13 May 2004 17:37:16 +0000 (17:37 -0000)]
2004-05-13  Zoltan Varga  <vargaz@freemail.hu>

* AssemblyBuilder.cs: Make extra methods internal. mcs was changed
to handle this a long time ago.

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

20 years ago * Makefile: default build is no longer the multi profile build. Do
Jackson Harper [Thu, 13 May 2004 17:25:56 +0000 (17:25 -0000)]
    * Makefile: default build is no longer the multi profile build. Do
build both 1.1 and 2.0 profiles use the all-profiles target.

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

20 years ago2004-05-13 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 13 May 2004 17:21:16 +0000 (17:21 -0000)]
2004-05-13  Zoltan Varga  <vargaz@freemail.hu>

* TypeBuilder.cs: Add IsAssignableFrom and IsInstanceOfType.

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

20 years ago2004-05-13 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 13 May 2004 17:20:32 +0000 (17:20 -0000)]
2004-05-13  Zoltan Varga  <vargaz@freemail.hu>

* Module.cs (Mono_GetGuid): Make this internal.

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

20 years ago2004-05-13 Mike Kestner <mkestner@ximian.com>
Mike Kestner [Thu, 13 May 2004 16:32:43 +0000 (16:32 -0000)]
2004-05-13  Mike Kestner  <mkestner@ximian.com>

* ApplicationCrmEnabledAttribute.cs : add ComVisible.  Hide val field.
* ClerkInfo.cs : stub
* ClerkMonitor.cs : stub

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

20 years ago2004-05-13 Dick Porter <dick@ximian.com>
Dick Porter [Thu, 13 May 2004 16:22:40 +0000 (16:22 -0000)]
2004-05-13  Dick Porter  <dick@ximian.com>

* UdpClient.cs:
* TcpClient.cs: Public API fixes

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

20 years ago * SerializationTest.cs: Test serialization of empty struct arrays. This
Lluis Sanchez [Thu, 13 May 2004 16:08:41 +0000 (16:08 -0000)]
* SerializationTest.cs: Test serialization of empty struct arrays. This

  used to fail.

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

20 years ago * ObjectWriter.cs: Fixed and Simplified WriteGenericArray and
Lluis Sanchez [Thu, 13 May 2004 16:05:38 +0000 (16:05 -0000)]
* ObjectWriter.cs: Fixed and Simplified WriteGenericArray and
  WriteSingleDimensionArrayElements. This also fixes bug #58345.

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

20 years ago2004-05-13 Mike Kestner <mkestner@ximian.com>
Mike Kestner [Thu, 13 May 2004 15:59:35 +0000 (15:59 -0000)]
2004-05-13  Mike Kestner <mkestner@ximian.com>

* RegistrationHelper.cs : add Guid and 2 methods
* RegistrationHelperTx.cs : add Guid and 2 methods
* SynchronizationAttribute.cs : add ComVisible

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

20 years ago2004-05-13 Mike Kestner <mkestner@ximian.com>
Mike Kestner [Thu, 13 May 2004 15:39:47 +0000 (15:39 -0000)]
2004-05-13  Mike Kestner <mkestner@ximian.com>

* ContextUtil.cs : fix sigs for 2 methods
* RegistrationConfig.cs : impl

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

20 years ago * CultureInfo.cs: You can access DateTimeFormat and NumberFormat
Jackson Harper [Thu, 13 May 2004 15:17:07 +0000 (15:17 -0000)]
    * CultureInfo.cs: You can access DateTimeFormat and NumberFormat
from the invariant culture.

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

20 years ago * XmlSerializationWriter.cs: Implemented some missing methods.
Lluis Sanchez [Thu, 13 May 2004 15:09:35 +0000 (15:09 -0000)]
* XmlSerializationWriter.cs: Implemented some missing methods.
  In .NET 1.0, encoded null elements use the attribute null="1", while in
  1.1 the attribute is nil="true".
* XmlTypeMapping.cs: Little fix for nested classes.

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

20 years ago2004-05-13 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
Rafael Teixeira [Thu, 13 May 2004 14:55:15 +0000 (14:55 -0000)]
2004-05-13  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
* Utils.cs:
Finally implement fully method CopyArray
Progression: all nunit-tests for this method now pass on Mono, as they do in .NET

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

20 years ago2004-05-13 Mike Kestner <mkestner@ximian.com>
Mike Kestner [Thu, 13 May 2004 14:54:50 +0000 (14:54 -0000)]
2004-05-13  Mike Kestner <mkestner@ximian.com>

* EventTrackingEnabledAttribute.cs : add ComVisible
* ExceptionClassAttribute.cs : add ComVisible
* IISIntrinsicsAttribute.cs : add ComVisible
* InterfaceQueuingAttribute.cs : add ComVisible
* JustInTimeActivationAttribute.cs : add ComVisible
* LoadBalancingSupportedAttribute.cs : add ComVisible
* MustRunInClientContextAttribute.cs : add ComVisible
* ObjectPoolingAttribute.cs : add ComVisible
* PrivateComponentAttribute.cs : add ComVisible

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

20 years ago2004-05-13 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 13 May 2004 14:47:10 +0000 (14:47 -0000)]
2004-05-13  Sebastien Pouliot  <sebastien@ximian.com>

* CompressedStack.cs: Added an internal constructor so a default one
doesn't appear with corcompare.

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

20 years ago * CultureInfo.cs: DateTimeFormat and NumberFormat can not be
Jackson Harper [Thu, 13 May 2004 14:43:05 +0000 (14:43 -0000)]
    * CultureInfo.cs: DateTimeFormat and NumberFormat can not be
accessed for neutral cultures.

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

20 years ago2004-05-13 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 13 May 2004 14:36:48 +0000 (14:36 -0000)]
2004-05-13  Sebastien Pouliot  <sebastien@ximian.com>

* SignedXml.cs: Update TODO informations.

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

20 years agoinclude tests in the process and remove not longer need it TestBitmap case
Jordi Mas i Hernandez [Thu, 13 May 2004 14:29:54 +0000 (14:29 -0000)]
include tests in the process and remove not longer need it TestBitmap case

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

20 years agobmpcodec and ImageCodec tests
Jordi Mas i Hernandez [Thu, 13 May 2004 14:26:53 +0000 (14:26 -0000)]
bmpcodec and ImageCodec tests

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

20 years agoJpegCodec Testcase
Jordi Mas i Hernandez [Thu, 13 May 2004 14:22:47 +0000 (14:22 -0000)]
JpegCodec Testcase

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

20 years ago2004-05-13 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 13 May 2004 14:21:58 +0000 (14:21 -0000)]
2004-05-13  Atsushi Enomoto <atsushi@ximian.com>

* XmlCanonicalizer.cs :
  Element namespace is not XPath-selected(selectable) namespace nodes
  and that should be outputted.
  Don't return null for empty output.

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

20 years ago2004-05-13 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 13 May 2004 14:19:22 +0000 (14:19 -0000)]
2004-05-13  Atsushi Enomoto <atsushi@ximian.com>

* XmlDsigBase64Transform.cs :
  LoadInput() should retrieve all the descendants.
  GetOutput() should handle nodes without digging into child nodes.

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

20 years ago2004-05-13 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 13 May 2004 14:13:32 +0000 (14:13 -0000)]
2004-05-13  Sebastien Pouliot  <sebastien@ximian.com>

* Environement.cs: Removed two security attributes for CurrentDirectory
that weren't documented (and anyway we don't support them).

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

20 years agoAdded
Lluis Sanchez [Thu, 13 May 2004 14:04:19 +0000 (14:04 -0000)]
Added

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

20 years ago2004-05-13 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 13 May 2004 13:59:49 +0000 (13:59 -0000)]
2004-05-13  Atsushi Enomoto  <atsushi@ximian.com>

* DataRow.cs : Added DataElement property to avoid storing every row-
  element mapping. It stored even for nodes that should be removed.

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

20 years ago2004-05-13 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 13 May 2004 13:59:13 +0000 (13:59 -0000)]
2004-05-13  Zoltan Varga  <vargaz@freemail.hu>

* TypeBuilder.cs (ToString): Make this consistent with MS.NET.

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

20 years agojpeg 24 bits sample
Jordi Mas i Hernandez [Thu, 13 May 2004 13:52:53 +0000 (13:52 -0000)]
jpeg 24 bits sample

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

20 years ago2004-05-13 Patrik Torstensson
Patrik Torstensson [Thu, 13 May 2004 13:52:01 +0000 (13:52 -0000)]
2004-05-13 Patrik Torstensson

* mini-x86.c: added OP_X86_COMPARE_MEMBASE_IMM peephole
opt and added peephole documentation.

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

20 years agoUpdate with Massi's idea
Miguel de Icaza [Thu, 13 May 2004 13:30:48 +0000 (13:30 -0000)]
Update with Massi's idea

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

20 years ago2004-05-13 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 13 May 2004 13:25:50 +0000 (13:25 -0000)]
2004-05-13  Zoltan Varga  <vargaz@freemail.hu>

* FieldInfo.cs: Add stubs for {Get,Set}ValueDirect.

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

20 years ago2004-05-13 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 13 May 2004 13:10:36 +0000 (13:10 -0000)]
2004-05-13  Zoltan Varga  <vargaz@freemail.hu>

* TypeBuilder.cs MethodBuilder.cs ConstructorBuilder.cs: Implement
ToString ().

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

20 years ago2004-05-13 Umadevi S (sumadevi@novell.com)
Umadevi S [Thu, 13 May 2004 10:47:06 +0000 (10:47 -0000)]
2004-05-13 Umadevi S (sumadevi@novell.com)
        * OleDbDataReader.cs - Stubbed HasRows method
                        - Implemented EditorBrowsableAttribute
        * OleDbParameterConverter.cs - Stubbed this class
        * OleDbParameter.cs - Added a few attributes.

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

20 years ago2004-05-13 Umadevi S <sumadevi@novell.com>
Umadevi S [Thu, 13 May 2004 10:42:14 +0000 (10:42 -0000)]
2004-05-13  Umadevi S  <sumadevi@novell.com>

        * System.Data.dll.sources : added OleDbParameterConverter.cs

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

20 years agohelper scripts to run swi tests
Jordi Mas i Hernandez [Thu, 13 May 2004 10:34:03 +0000 (10:34 -0000)]
helper scripts to run swi tests

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

20 years ago32-bit bitmap sample
Jordi Mas i Hernandez [Thu, 13 May 2004 10:21:41 +0000 (10:21 -0000)]
32-bit bitmap sample

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

20 years ago2004-05013 Umadevi S <sumadevi@novell.com>
Umadevi S [Thu, 13 May 2004 09:54:08 +0000 (09:54 -0000)]
2004-05013  Umadevi S  <sumadevi@novell.com>

        * System.Data.dll.sources : added RelationshipConverter.cs

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

20 years ago2004-05-13 Umadevi S <sumadevi@novell.com>
Umadevi S [Thu, 13 May 2004 09:52:55 +0000 (09:52 -0000)]
2004-05-13  Umadevi S <sumadevi@novell.com>

        * RelationshipConverter.cs - Stubbed this class
        * DataRelation.cs - added TypeConveterAttribute

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

20 years ago2004-05-13 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 13 May 2004 09:14:46 +0000 (09:14 -0000)]
2004-05-13  Atsushi Enomoto <atsushi@ximian.com>

* XmlDataDocument.cs : Removed row-element mapping. Just use new
  DataRow.DataElement property. Added/removed some comments.

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

20 years ago * System.Runtime.Remoting.dll.sources: Added:
Lluis Sanchez [Thu, 13 May 2004 09:13:50 +0000 (09:13 -0000)]
* System.Runtime.Remoting.dll.sources: Added:
  System.Runtime.Remoting.Channels.Http/AggregateDictionary.cs,
  System.Runtime.Remoting.Services/RemotingClientProxy.cs,
  System.Runtime.Remoting.Services/RemotingService.cs

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

20 years ago* RemotingClientProxy.cs, RemotingService.cs: Added.
Lluis Sanchez [Thu, 13 May 2004 09:07:24 +0000 (09:07 -0000)]
* RemotingClientProxy.cs, RemotingService.cs: Added.

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

20 years ago * SUDSGeneratorException.cs, SUDSParserException.cs: Removed unneeded
Lluis Sanchez [Thu, 13 May 2004 09:00:46 +0000 (09:00 -0000)]
* SUDSGeneratorException.cs, SUDSParserException.cs: Removed unneeded
  methods and added internal constructor.
* SdlChannelSink.cs: Fixed public constructor.
* SdlChannelSinkProvider.cs: Added missing constructor.

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

20 years agoThu May 13 11:41:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Thu, 13 May 2004 08:59:53 +0000 (08:59 -0000)]
Thu May 13 11:41:49 CEST 2004 Paolo Molaro <lupus@ximian.com>

* tramp-ppc.c: rewrote the generic trampoline code.

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

20 years ago * TcpChannel.cs: Made Init private.
Lluis Sanchez [Thu, 13 May 2004 08:59:05 +0000 (08:59 -0000)]
* TcpChannel.cs: Made Init private.
* TcpClientTransportSink.cs, TcpClientTransportSinkProvider.cs,
  TcpServerTransportSink.cs: Made internal.

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

20 years ago * HttpChannel.cs, HttpClientChannel.cs: Added missing IDictionary
Lluis Sanchez [Thu, 13 May 2004 08:55:28 +0000 (08:55 -0000)]
* HttpChannel.cs, HttpClientChannel.cs: Added missing IDictionary
properties.
* HttpRemotingHandler.cs: Added missing constructor.
* HttpRemotingHandlerFactory.cs: Made ConfigureHttpChannel private.
* HttpServerChannel.cs: Fixed IDictionary properties.

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

20 years ago * BinaryCore.cs, SoapCore.cs: Added Properties property.
Lluis Sanchez [Thu, 13 May 2004 08:48:08 +0000 (08:48 -0000)]
* BinaryCore.cs, SoapCore.cs: Added Properties property.
* BinaryServerFormatterSink.cs, SoapServerFormatterSink.cs: Added missing
  TypeFilterLevel property.
* BinaryServerFormatterSinkProvider.cs: Fixed setter for TypeFilterLevel.
* SoapServerFormatterSinkProvider.cs: Added missing TypeFilterLevel
  property.

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

20 years agoAssemblyInfo.cs: Removed CLSCompliant attribute.
Lluis Sanchez [Thu, 13 May 2004 08:43:09 +0000 (08:43 -0000)]
AssemblyInfo.cs: Removed CLSCompliant attribute.

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

20 years ago2004-05-13 Umadevi S <sumadevi@novell.com>
Umadevi S [Thu, 13 May 2004 07:46:01 +0000 (07:46 -0000)]
2004-05-13  Umadevi S  <sumadevi@novell.com>

        * DataColumnCollection.cs - Added ResDescriptionAttribute
        * DataRelation.cs - Added TypeConverterAttribute
        * DataRelationCollection.cs - Added DefaultPropertyAttribute
        * DataRowView.cs - Added GetHashCode method with a TODO tag
        * DataSet.cs - Added DesignerAttribute
        * DataView.cs - Added DesignerAttribute
        * DataViewManager.cs - Added DesignerAttribute
        * DataViewSetting.cs - Added TypeConverterAttribute

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

20 years agomake private data private
Jordi Mas i Hernandez [Thu, 13 May 2004 07:39:14 +0000 (07:39 -0000)]
make private data private

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

20 years ago2004-05-13 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 13 May 2004 07:26:39 +0000 (07:26 -0000)]
2004-05-13  Atsushi Enomoto <atsushi@ximian.com>

* XsdValidatingReaderTests.cs : Ignore TestNamespaceFalse(). It is not
  kind of thing that should be supported.
* XmlValidatingReaderTests.cs : commented a bit.

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

20 years ago2004-05-13 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 13 May 2004 07:24:57 +0000 (07:24 -0000)]
2004-05-13  Atsushi Enomoto <atsushi@ximian.com>

* CharacterData.cs : More don't check error message.

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

20 years ago2004-05-13 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 13 May 2004 07:24:38 +0000 (07:24 -0000)]
2004-05-13  Atsushi Enomoto <atsushi@ximian.com>

* Document.cs : More don't check error message.

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

20 years ago2004-05-13 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 13 May 2004 07:24:17 +0000 (07:24 -0000)]
2004-05-13  Atsushi Enomoto <atsushi@ximian.com>

* Text.cs : More don't check error message.

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

20 years ago2004-05-13 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 13 May 2004 07:09:03 +0000 (07:09 -0000)]
2004-05-13  Atsushi Enomoto <atsushi@ximian.com>

* XmlSchema.cs : Removed FIXME. No PSVI required.
* XmlSchemaAll.cs : Removed FIXME. It was not done.
* XmlSchemaAttributeGroupRef.cs : Removed FIXME. It can be annotated.
* XmlSchemaChoice.cs : not FIXME but LAMESPEC.
* XmlSchemaSimpleTypeRestriction.cs : Added check for non
  XmlSchemaFacet items on Compile(). Thus removed FIXME.
* XmlSchemaUtil.cs : Fixed SplitList to handle sequential spaces.
  Thus removed FIXME.
* XmlSchemaObjectTable. cs: modified to use HybridDictionary (mostly
  for avoiding iterator order difference).

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

20 years ago- Fixed bug #52868, Bitmap(Image, Size) would not resize the image
Peter Dennis Bartok [Thu, 13 May 2004 06:26:25 +0000 (06:26 -0000)]
- Fixed bug #52868, Bitmap(Image, Size) would not resize the image

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

20 years ago2004-05-13 Umadevi S (sumadevi@novell.com)
Umadevi S [Thu, 13 May 2004 05:49:30 +0000 (05:49 -0000)]
2004-05-13 Umadevi S (sumadevi@novell.com)
        * DbDataPermissionAttribute.cs - Added KeyRestrictions property with a TODO tag

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

20 years ago2004-05-13 Umadevi S <sumadevi@novell.com>
Umadevi S [Thu, 13 May 2004 05:29:56 +0000 (05:29 -0000)]
2004-05-13  Umadevi S  <sumadevi@novell.com>

        *  SqlClientPermission.cs, SqlDataReader.cs - added missing methods with TODO tags
        *  SqlCommand.cs, SqlDataAdapter.cs - implemented ToolboxItemAttribute
        *  SQLDebugging.cs - Added new file with a TODO tag

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

20 years agoChangeLog: Updated ChangeLog.
Sanja Gupta [Thu, 13 May 2004 05:19:28 +0000 (05:19 -0000)]
ChangeLog: Updated ChangeLog.
GraphicsState.cs: Added internal constructor.

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

20 years agoChangeLog: Updated ChangeLog
Sanja Gupta [Thu, 13 May 2004 05:17:42 +0000 (05:17 -0000)]
ChangeLog: Updated ChangeLog
MetafileHeader.cs: Added internal constructor.
PropertyItem.cs: Added internal constructor.

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

20 years ago2004-05-13 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 13 May 2004 05:09:14 +0000 (05:09 -0000)]
2004-05-13  Atsushi Enomoto  <atsushi@ximian.com>

* DefaultContext.cs : Removed MonoTODO. done.
* Expression.cs : handle XPathResultType.Navigator in some places and
  removed MonoTODO. Mark MonoTODO with explicit comments (though they
  are mostly pointing out possibilities of optimization).
  Removed extra check that depended on the old bugs.
* XPathResultType.cs : Fixed .Navigator that had the same value as
  .String.

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

20 years ago- Implemented GetThumbnailImage method
Peter Dennis Bartok [Thu, 13 May 2004 05:07:59 +0000 (05:07 -0000)]
- Implemented GetThumbnailImage method

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

20 years ago2004-05-13 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 13 May 2004 05:01:01 +0000 (05:01 -0000)]
2004-05-13  Atsushi Enomoto <atsushi@ximian.com>

* XmlSchemaSimpleTypeRestriction.cs : Removed MonoTODO. done.

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

20 years ago2004-05-13 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 13 May 2004 05:00:37 +0000 (05:00 -0000)]
2004-05-13  Atsushi Enomoto <atsushi@ximian.com>

* XmlValidatingReader.cs : explicitly mark as MonoTODO for XDR (not
  supported).

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

20 years agoAdded the --private option to monop to show private/family members
Carlos Alberto Cortez [Thu, 13 May 2004 03:52:53 +0000 (03:52 -0000)]
Added the --private option to monop to show private/family members

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

20 years ago2004-05-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 13 May 2004 03:37:35 +0000 (03:37 -0000)]
2004-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* WebAsyncResult.cs: don't create the WaitHandle if not needed.

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

20 years agoChangeLog: Updated ChangeLog.
Sanja Gupta [Thu, 13 May 2004 03:36:13 +0000 (03:36 -0000)]
ChangeLog: Updated ChangeLog.
Graphics.cs: Made method FromXDrawable(IntPtr, IntPtr) internal.

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

20 years ago2004-05-13 Umadevi S <sumadevi@novell.com>
Umadevi S [Thu, 13 May 2004 03:19:21 +0000 (03:19 -0000)]
2004-05-13  Umadevi S <sumadevi@novell.com>
        *  Literal.cs - made class internal

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

20 years agoChangeLog: Updated ChangeLog.
Sanja Gupta [Thu, 13 May 2004 03:16:37 +0000 (03:16 -0000)]
ChangeLog: Updated ChangeLog.
Graphics.cs: Made method DrawRectangle (Pen, RectangleF) internal.

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

20 years agoChangeLog: Updated ChangeLog.
Sanja Gupta [Thu, 13 May 2004 03:06:41 +0000 (03:06 -0000)]
ChangeLog: Updated ChangeLog.
GraphicsPath.cs: Added stub for missing method CloseFigure().

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

20 years agoChangeLog: Updated ChangeLog.
Sanja Gupta [Thu, 13 May 2004 03:00:29 +0000 (03:00 -0000)]
ChangeLog: Updated ChangeLog.
Metafile.cs: Added Editor attribute to class Metafile.

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

20 years agoChangeLog: Updated ChangeLog.
Sanja Gupta [Thu, 13 May 2004 02:50:09 +0000 (02:50 -0000)]
ChangeLog: Updated ChangeLog.
WmfPlaceablleFileHeader.cs: Removed extra property Id.

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

20 years ago2004-05-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 13 May 2004 02:26:55 +0000 (02:26 -0000)]
2004-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* System.Net/HttpWebRequest.cs: added 3 missing properties for 1.1. They
are not used yet.

* System.Net/NetConfig.cs: added MaxResponseHeadersLength field.

* System.Net/ServicePoint.cs:
* System.Net/ServicePointManager.cs: added missing properties for 1.1.

* System.Net.Configuration/NetConfigurationHandler.cs: process the
httpWebRequest node too. Better error checking.

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

20 years agoRemoved Consoles and ^Ms
Gonzalo Paniagua Javier [Thu, 13 May 2004 02:13:57 +0000 (02:13 -0000)]
Removed Consoles and ^Ms

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

20 years agoRemoved Consoles and ^Ms
Gonzalo Paniagua Javier [Thu, 13 May 2004 02:05:19 +0000 (02:05 -0000)]
Removed Consoles and ^Ms

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

20 years ago2004-05-12 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 13 May 2004 01:32:30 +0000 (01:32 -0000)]
2004-05-12  Sebastien Pouliot  <sebastien@ximian.com>

* IsolatedStorage.cs: More details on MonoTODO. Throw exceptions on
AssemblyIdentity and DomainIdentity properties.
* IsolatedStorageFile.cs: More details on MonoTODO.
* IsolatedStorageFileStream.cs: Removed MonoTODO on class. Now use
Path.Combine to build filenames (constructor) and throw an exception
when we try to get the handle (as documented).

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

20 years ago2004-05-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 13 May 2004 01:20:31 +0000 (01:20 -0000)]
2004-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* util.c: use the W version of the function. With this, 'make test'
works now on windows.

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

20 years agoFix potential leak
Miguel de Icaza [Thu, 13 May 2004 00:32:52 +0000 (00:32 -0000)]
Fix potential leak

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

20 years ago2004-05-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 13 May 2004 00:32:08 +0000 (00:32 -0000)]
2004-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* RegistrationHelper.cs: fixed the build on windows. I will file a bug
report on mcs for this.

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

20 years agoCscompmgd -> cscompmgd
Gonzalo Paniagua Javier [Thu, 13 May 2004 00:25:09 +0000 (00:25 -0000)]
Cscompmgd -> cscompmgd

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

20 years agoNetBSD GC patches from recht@netbsd.org
Miguel de Icaza [Thu, 13 May 2004 00:23:34 +0000 (00:23 -0000)]
NetBSD GC patches from recht@netbsd.org

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

20 years agoupdate win. installer
Gonzalo Paniagua Javier [Thu, 13 May 2004 00:14:09 +0000 (00:14 -0000)]
update win. installer

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

20 years ago2004-05-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 12 May 2004 23:44:10 +0000 (23:44 -0000)]
2004-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* corlib_test.dll.sources: added BinderTests.cs
* System.Reflection/Binder.cs: check for ambiguous matches in
SelectMethod and SelectProperty. Fixes bug #58381
* Test/System.Reflection/BinderTests.cs: New file.

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

20 years ago2004-05-12 Mike Kestner <mkestner@ximian.com>
Mike Kestner [Wed, 12 May 2004 20:56:54 +0000 (20:56 -0000)]
2004-05-12  Mike Kestner <mkestner@ximian.com>

* ApplicationAccessControlAttribute.cs : Add ComVisible and
s/Impersonation/ImpersonationLevel.
* ApplicationActivationAttribute.cs : Add ComVisible
* ApplicationIDAttribute.cs : Add ComVisible
* ApplicationNameAttribute.cs : Add ComVisible
* ApplicationQueuingAttribute.cs : Add ComVisible
* AutoCompleteAttribute.cs : Add ComVisible
* ComponentAccessControlAttribute.cs : Add ComVisible and remove
set_Value.
* COMTIIntrinsicsAttribute.cs : Add ComVisible and remove set_Value.
* ConstructionEnabledAttribute.cs : Add ComVisible, add Enabled, and
remove set_Value.
* DescriptionAttribute.cs : Add ComVisible
* EventClassAttribute.cs : Add ComVisible and s/InProc/Inproc.
* SecureMethodAttribute.cs : Add ComVisible
* SecurityRoleAttribute.cs : Add ComVisible
* ServicedComponentException.cs : Add ComVisible

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

20 years ago2004-05-12 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 12 May 2004 20:17:19 +0000 (20:17 -0000)]
2004-05-12  Atsushi Enomoto  <atsushi@ximian.com>

* DataRow.cs : Added XmlDataElement initialization code.

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

20 years ago2004-05-12 Mike Kestner <mkestner@ximian.com>
Mike Kestner [Wed, 12 May 2004 20:10:45 +0000 (20:10 -0000)]
2004-05-12  Mike Kestner <mkestner@ximian.com>

* BOID.cs : add ComVisible attr.
* ServiceDomain.cs : impl
* SynchronizationAttribute.cs : add ComVisible attr
* TransactionAttribute.cs : add ComVisible attr
* XACTRRANSINFO.cs : add ComVisible attr.

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

20 years ago2004-05-12 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 12 May 2004 20:09:51 +0000 (20:09 -0000)]
2004-05-12  Atsushi Enomoto <atsushi@ximian.com>

* XmlDataDocument.cs : Radical design change.
  - GetElementFromRow() must return "detached" element, even if it is
    not added to table's Rows.
  - Introduced XmlDataElement class to map element (this class itself)
    and DataRow _always_ . It is impossible to map *all* DataRows
    to/from elements only in XmlDataDocument API, since DataRow can
    be created separate from it (i.e. by table.NewRow()).
  - Removed unreliable GetElementsByTagName() dependency from most
    of the code, since users might create elements that has the same
    name of any tables (that is possible especially unmapped elements).
  - Adding/Removing delegates on every event action is unnecessary.
    Use just flags.
  - For Load(), just using base.Load() will do most of the job.
  - Attributes and SimpleContents are not handled properly.

  "Removed" and "Rollback" events are still TODO.

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

20 years ago2004-05-12 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 12 May 2004 19:51:34 +0000 (19:51 -0000)]
2004-05-12  Atsushi Enomoto <atsushi@ximian.com>

* XmlDataDocumentTest.cs : use Environment.NewLine. Added more tests.
* XmlDataDocumentTest2.cs : Test nested relationship, detached row
  state, and unmapped element as well.

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

20 years ago2004-05-12 Mike Kestner <mkestner@ximian.com>
Mike Kestner [Wed, 12 May 2004 19:49:21 +0000 (19:49 -0000)]
2004-05-12  Mike Kestner <mkestner@ximian.com>

* TransactionStatus.cs : impl

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

20 years ago2004-05-12 Dick Porter <dick@ximian.com>
Dick Porter [Wed, 12 May 2004 19:34:24 +0000 (19:34 -0000)]
2004-05-12  Dick Porter  <dick@ximian.com>

* Uri.cs: Reduce(string) is not in the public API.

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

20 years agoUnbreak the build
Dick Porter [Wed, 12 May 2004 19:22:39 +0000 (19:22 -0000)]
Unbreak the build

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

20 years agoupdate
Miguel de Icaza [Wed, 12 May 2004 19:21:15 +0000 (19:21 -0000)]
update

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