mono.git
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

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

* Activity.cs : stub
* BindingOption.cs : impl
* InheritanceOption.cs : impl
* PartitionOption.cs : impl
* ServiceConfig.cs : stub
* SxsOption.cs : impl
* ThreadPoolOption.cs : impl

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

20 years ago* LogicalMethodInfo.cs: Made EnableSession property internal.
Lluis Sanchez [Wed, 12 May 2004 19:07:08 +0000 (19:07 -0000)]
* LogicalMethodInfo.cs: Made EnableSession property internal.

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

20 years ago * SoapBinding.cs: Added missing attributes. The class is not sealed.
Lluis Sanchez [Wed, 12 May 2004 19:03:56 +0000 (19:03 -0000)]
* SoapBinding.cs: Added missing attributes. The class is not sealed.
* SoapBodyBinding.cs: Removed unneeded attributes.

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

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

* regex.cs:
* quicksearch.cs:
* RegexRunnerFactory.cs:
* RegexRunner.cs: More public API difference fixes.

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

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

* IAsyncErrorNotify.cs : oops, should be public
* IProcessInitComponent.cs : ditto
* IProcessInitializer.cs : ditto
* IServiceCall.cs : ditto

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

20 years ago2004-05-12 Jaroslaw Kowalski <jaak@zd.com.pl>
Sebastien Pouliot [Wed, 12 May 2004 18:04:18 +0000 (18:04 -0000)]
2004-05-12  Jaroslaw Kowalski <jaak@zd.com.pl>

* AuthenticationConfigHandler.cs: fixed slidingExpiration and requireSSL

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

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

* System.EnterpriseServices.dll.sources: Added new interface files.

2004-05-12  Mike Kestner <mkestner@ximian.com>

* IAsyncErrorNotify.cs : implement new 1.1 iface.
* IPlaybackControl.cs : implement new 1.1 iface.
* IProcessInitComponent.cs : implement new 1.1 iface.
* IProcessInitializer.cs : implement new 1.1 iface.
* IRegistrationHelper.cs : add GUID, fix some param passing.
* IRemoteDispatch.cs : add GUID
* IServiceCall.cs : implement new 1.1 iface.
* IServicedComponentInfo.cs : add GUID
* ITransaction.cs : add GUID

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

20 years agoremove added extra dc
Jordi Mas i Hernandez [Wed, 12 May 2004 16:30:30 +0000 (16:30 -0000)]
remove added extra dc

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

20 years agoflush
Miguel de Icaza [Wed, 12 May 2004 16:23:00 +0000 (16:23 -0000)]
flush

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

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

* GroupCollection.cs:
* MatchCollection.cs:
* CaptureCollection.cs: Moved GroupCollection, MatchCollection and
CaptureCollection so that they no longer inherit from the
non-standard RegexCollectionBase class.  Fixes the API difference.

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

20 years ago2004-05-12 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 12 May 2004 16:01:04 +0000 (16:01 -0000)]
2004-05-12  Zoltan Varga  <vargaz@freemail.hu>

* corlib.dll.sources: Added System.Threading/CompressedStack.cs

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

20 years ago2004-05-12 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 12 May 2004 16:00:10 +0000 (16:00 -0000)]
2004-05-12  Zoltan Varga  <vargaz@freemail.hu>

* CompressedStack.cs: New file.

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

20 years agoMhm
Miguel de Icaza [Wed, 12 May 2004 15:44:18 +0000 (15:44 -0000)]
Mhm

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

20 years agoUpdate
Miguel de Icaza [Wed, 12 May 2004 15:43:27 +0000 (15:43 -0000)]
Update

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

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

* Makefile : added remoting.dll and enterprisesvc.dll.

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

20 years agoFlush
Miguel de Icaza [Wed, 12 May 2004 14:30:51 +0000 (14:30 -0000)]
Flush

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

20 years ago * HttpSimpleWebServiceHandler.cs: Added GetRequestMethod(), which is used
Lluis Sanchez [Wed, 12 May 2004 14:25:07 +0000 (14:25 -0000)]
* HttpSimpleWebServiceHandler.cs: Added GetRequestMethod(), which is used
  by the handler factory to check if the target method needs session or not.
  Also factorized error handling in WriteError().
* HttpSoapWebServiceHandler.cs: Added GetRequestMethod(), for the same
  reason. Assign the context to the WebService just before invoking the
  method.
* SoapHttpClientProtocol.cs: Use helper method to create the xml writer.
* WebServiceHandler.cs: Added virtual GetRequestMethod().
* WebServiceHandlerFactory.cs: Use an http handler wrapper when the target
  method requires session support.
* WebServiceHelper.cs: Added some helper methods.

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

20 years ago* WebService.cs: Take the session from the context.
Lluis Sanchez [Wed, 12 May 2004 14:22:09 +0000 (14:22 -0000)]
* WebService.cs: Take the session from the context.

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

20 years ago2004-05-12 Jesper Pedersen <jep@itplus.dk>
Sebastien Pouliot [Wed, 12 May 2004 14:21:25 +0000 (14:21 -0000)]
2004-05-12  Jesper Pedersen  <jep@itplus.dk>

* PKCS12.cs: Removed file exists check from SaveToFile(). Removed
Equals() and GetHashCode(). Clone the original iteration count.

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

20 years ago * Makefile: Added reference to System.Data.
Lluis Sanchez [Wed, 12 May 2004 14:20:47 +0000 (14:20 -0000)]
* Makefile: Added reference to System.Data.
* services.xml, wsdl.ignore: Updated.
* wstest.cs: Small improvements.
* external/BankCodeEJBHomeTest.cs, external/GlobalWeatherTest.cs,
  external/HPcatalogTest.cs, external/IODCODESPOSTAUXTest.cs,
  external/TemperatureServiceTest.cs, localhost/ConvDocEncBarTest.cs,
  localhost/ConvDocEncWraTest.cs, localhost/ConvDocLitBarTest.cs,
  localhost/ConvDocLitWraTest.cs, localhost/ConvRpcTest.cs
  Changed namespace to make it easier to select tests in gnunit.
* localhost/ConvRpcTest.cs: Added test for method that returns "Object".
* server/ConvDocEncWra.asmx, ConvDocLitWra.asmx, ConvRpc.asmx: New test
  methods.
* server/web.config: Added version to vsdisco handler type name.
* client/localhost/DataServiceTest.cs
  client/localhost/DuplicateArrayTestTest.cs
  client/localhost/SessionCounterTest.cs
  server/DataService.asmx
  server/DuplicateArrayTest.asmx
  server/SessionCounter.asmx: New tests.

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

20 years agoAPI compatibility changes
Jordi Mas i Hernandez [Wed, 12 May 2004 13:05:28 +0000 (13:05 -0000)]
API compatibility changes

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

20 years ago * Bitmap.cs, Font.cs, FontConverter.cs, Graphics.cs, Icon.cs, Image.cs
Ravindra [Wed, 12 May 2004 12:33:36 +0000 (12:33 -0000)]
* Bitmap.cs, Font.cs, FontConverter.cs, Graphics.cs, Icon.cs, Image.cs
ImageAnimator.cs, Point.cs, PointF.cs, Rectangle.cs, RectangleF.cs
Region.cs, Size.cs, SizeF.cs, ToolboxBitmapAttribute.cs, gdipFunctions.cs:
Added missing attributes and some coding style fixes.
* Pen.cs: Implementing CustomStartCap and CustomEndCap properties and
some fixes.

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

20 years agofixes typos
Jordi Mas i Hernandez [Wed, 12 May 2004 11:44:44 +0000 (11:44 -0000)]
fixes typos

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

20 years agofixes class name definition typo
Jordi Mas i Hernandez [Wed, 12 May 2004 11:34:37 +0000 (11:34 -0000)]
fixes class name definition typo

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

20 years agoLockBitmap tests for different pixel formats
Jordi Mas i Hernandez [Wed, 12 May 2004 11:07:16 +0000 (11:07 -0000)]
LockBitmap tests for different pixel formats

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

20 years ago2004-05-12 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 12 May 2004 10:54:58 +0000 (10:54 -0000)]
2004-05-12  Sebastien Pouliot <sebastien@ximian.com>

* AssemblyInfo.cs: Reduce extra/missing in corcompare (again).

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