mono.git
20 years ago2004-05-05 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 5 May 2004 18:18:58 +0000 (18:18 -0000)]
2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>

* environment.c|h: Added icall ves_icall_System_Environment_
GetOSVersionString to get the current OS version as a string.
* icall.c: Registred icall.

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

20 years ago2004-05-05 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 5 May 2004 18:03:58 +0000 (18:03 -0000)]
2004-05-05  Atsushi Enomoto  <atsushi@ximian.com>

* CustomDataClassGenerator.cs : Modified that DataSet contains each
  DataTable field so that each table property can access them directly.
  (plus, modified standalone code driver code: shouldn't affect)

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

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

* DataColumnCollectionTest.cs : catch only specific exception. Don't
  rely on localizable error message.
* DataSetTest.cs : Attribute orders should not be significant, so
  just hacked to match current implementation's order.
  Added WriteNestedTableXml().

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

20 years ago2004-05-05 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 5 May 2004 17:40:22 +0000 (17:40 -0000)]
2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>

* HashAlgorithm.cs: Moved XML comments to monodoc. Added globalization
to exceptions.
* KeyedHashAlgorithm.cs: Added globalization to exceptions.
* KeySizes.cs: Moved XML comments to monodoc.
* MaskGenerationMethod.cs: Source clean up.
* MD5.cs: Moved XML comments to monodoc.
* MD5CryptoServiceProvider.cs: Removed CLSCompliance attributes from
private fields. Changed constants from enum to array. Zeroize data on
Dispose.
* PaddingMode.cs: Moved XML comments to monodoc.
* PasswordDeriveBytes.cs: Added globalization to exceptions. Removed
TODO and documented as "not supported" in MonoDoc.
* RandomNumberGenerator.cs: Source clean up.

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

20 years ago * object.c: in mono_object_get_virtual_method(), take into account that
Lluis Sanchez [Wed, 5 May 2004 17:27:48 +0000 (17:27 -0000)]
* object.c: in mono_object_get_virtual_method(), take into account that
non-virtual methods don't have a slot in the vtable. Check needed when
the object is a proxy.

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

20 years ago* BooleanConverter.cs: Improved ConverFrom method.
Lluis Sanchez [Wed, 5 May 2004 17:05:53 +0000 (17:05 -0000)]
* BooleanConverter.cs: Improved ConverFrom method.

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

20 years ago2004-05-05 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 5 May 2004 17:02:52 +0000 (17:02 -0000)]
2004-05-05  Zoltan Varga  <vargaz@freemail.hu>

* mini-sparc.h: Fix warnings.

* exceptions-sparc.c (mono_arch_find_jit_info): Pop unused lfm off the
stack.

* mini-exceptions.c (mono_handle_exception): Call the filter in a
separate statement for clarity.

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

20 years ago2004/04/07 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
Rafael Teixeira [Wed, 5 May 2004 15:37:17 +0000 (15:37 -0000)]
2004/04/07  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
* AssemblyInfo.cs : Correcting information and version number

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

20 years agoLet GDI+ to calculate the strides
Jordi Mas i Hernandez [Wed, 5 May 2004 15:26:37 +0000 (15:26 -0000)]
Let GDI+ to calculate the strides

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

20 years agoNpgsqlDataReader.RecordsAffected fix
Jaroslaw Kowalski [Wed, 5 May 2004 14:59:16 +0000 (14:59 -0000)]
NpgsqlDataReader.RecordsAffected fix

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

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

* DSACryptoServiceProvider.cs: Added globalization to exceptions.
* HMACSHA1.cs: Cleanup.
* SHA1CryptoServiceProvider.cs: Removed unused private methods.
* SHA1Managed.cs: Removed unused private methods.
* SHA384Managed.cs: Don't zeroize buffer on first initialization.
* SHA512Managed.cs: Don't zeroize buffer on first initialization.

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

20 years ago * SerializationCodeGenerator.cs, XmlSerializationReaderInterpreter.cs:
Lluis Sanchez [Wed, 5 May 2004 13:32:08 +0000 (13:32 -0000)]
* SerializationCodeGenerator.cs, XmlSerializationReaderInterpreter.cs:
  When reading an object using the typeof(object) map, an emty xsi:type
  means that it has to read the contents into an XmlNode[].
* TypeData.cs: Return the correct full name for inner classes.
* XmlSchemaImporter.cs: Improved detection of types that represent
  "anyType", and must be mapped to XmlElement, XmlNode or Object.
* XmlSerializationReader.cs: In GetXsiType(), find the type attribute using
  the correct namespace.
  In ReadTypedPrimitive(), read the element as XmlNode[] if the type is
  not known.

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

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

* corlib.dll.sources: Added SHAConstants to the build.

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

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

* SHA256Managed.cs: Updated to use shared constants.
* SHA384Managed.cs: Updated to use shared constants.
* SHA512Managed.cs: Updated to use shared constants.
* SHAConstants.cs: New. Shared constants for SHA implementations.

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

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

* mini-sparc.c: Update status.

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

20 years agoremoved ^Ms
Gonzalo Paniagua Javier [Wed, 5 May 2004 13:12:40 +0000 (13:12 -0000)]
removed ^Ms

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

20 years ago2004-05-05 Jesper Pedersen <jep@itplus.dk>
Sebastien Pouliot [Wed, 5 May 2004 13:11:57 +0000 (13:11 -0000)]
2004-05-05  Jesper Pedersen  <jep@itplus.dk>

* PKCS12.cs: Added support for SafeBag attributes. Added support for
Clone() (ICloneable), Equals and GetHashCode. New methods:
- AddCertificate (X509Certificate cert)
- AddCertificate (X509Certificate cert, IDictionary attributes)
- RemoveCertificate (X509Certificate cert)
- RemoveCertificate (X509Certificate cert, IDictionary attributes)
- AddPkcs8ShroudedKeyBag (AsymmetricAlgorithm aa)
- AddPkcs8ShroudedKeyBag (AsymmetricAlgorithm aa, IDictionary attributes)
- RemovePkcs8ShroudedKeyBag (AsymmetricAlgorithm aa)
- AddKeyBag (AsymmetricAlgorithm aa)
- AddKeyBag (AsymmetricAlgorithm aa, IDictionary attributes)
- RemoveKeyBag (AsymmetricAlgorithm aa)
- AsymmetricAlgorithm GetAsymmetricAlgorithm (IDictionary attrs)
- X509Certificate GetCertificate (IDictionary attrs)
- IDictionary GetAttributes (AsymmetricAlgorithm aa)
- IDictionary GetAttributes (X509Certificate cert)

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

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

* mono-jni.c: Implement some missing JNI functions.

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

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

* corlib.dll.sources: Added Base64Constants to the build.

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

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

* Base64Constants.cs: New. Convert code into tables for better base64
performance.
* FromBase64Transform.cs: Updated to use the new tables. Source code
cleanup.
* ToBase64Transform.cs: Updated to use the new tables. Added
globalization. Commented finalizer as it isn't required in this case.

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

20 years ago* DataView.cs , DataRowView.cs : Added implementation to basic methods and properties.
Boris Kirzner [Wed, 5 May 2004 12:19:07 +0000 (12:19 -0000)]
* DataView.cs , DataRowView.cs : Added implementation to basic methods and properties.

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

20 years agotestcases for bug 57151
Raja R Harinath [Wed, 5 May 2004 11:06:41 +0000 (11:06 -0000)]
testcases for bug 57151

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

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

* MarshalTest.cs: Add test for UnsafeAddrOfPinnedArrayElement.

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

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

* Makefile (test_flags): Add /unsafe.

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

20 years ago2004-05-05 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 5 May 2004 11:02:41 +0000 (11:02 -0000)]
2004-05-05  Zoltan Varga  <vargaz@freemail.hu>

* Marshal.cs: Applied patch from vladimir@pobox.com (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.

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

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

* marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.

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

20 years agotest for bug #57151
Raja R Harinath [Wed, 5 May 2004 11:01:22 +0000 (11:01 -0000)]
test for bug #57151

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

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

* configure.in: Detect JNI headers in GNU classpath sources as well.

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

20 years agorevert log for uncommitted part.
Raja R Harinath [Wed, 5 May 2004 10:11:18 +0000 (10:11 -0000)]
revert log for uncommitted part.

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

20 years ago(install-data-local, uninstall-local):
Raja R Harinath [Wed, 5 May 2004 10:10:28 +0000 (10:10 -0000)]
(install-data-local, uninstall-local):
Only disable this if INSTALL_2_0 is disabled.

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

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

* object.c (mono_class_compute_gc_descriptor): Fix warning.

* object.c (mono_runtime_invoke_array): Add an assert so null cannot be
passed when a valuetype is expected.

* object.c (mono_unhandled_exception): Only set the exit code if the
exception happens in the main thread. Fixes thread5.exe.

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

20 years ago2004-05-05 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 5 May 2004 09:19:34 +0000 (09:19 -0000)]
2004-05-05  Zoltan Varga  <vargaz@freemail.hu>

* appdomain.c (get_info_from_assembly_name): Fix infinite loop on
invalid names. Fixes #58047.

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

20 years ago* expression.cs (MemberAccess.ResolveMemberAccess):
Raja R Harinath [Wed, 5 May 2004 08:49:33 +0000 (08:49 -0000)]
* expression.cs (MemberAccess.ResolveMemberAccess):
Exit with non-zero status after Report.Error.
* rootcontext.cs (RootContext.BootstrapCorlib_ResolveDelegate):
Likewise.
* typemanager.cs (TypeManager.CoreLookupType): Likewise.

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

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

* BuiltInDatatype.cs : trivia fix

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

20 years ago2004-05-05 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 5 May 2004 04:44:49 +0000 (04:44 -0000)]
2004-05-05  Atsushi Enomoto <atsushi@ximian.com>

* BuiltInDatatype.cs : added BUGGY_MS_COMPLIANT condition and that
  handles ms-compatible properties.
* XmlSchemaComplexType.cs : ditto for ContentTypeParticle of xs:anyType.
  Make sure ContentType for xs:anyType is Mixed.
* XmlSchemaUtil.cs : ditto for <xs:attribute use="prohibited" ..>

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

20 years ago2004-05-05 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 5 May 2004 04:28:54 +0000 (04:28 -0000)]
2004-05-05  Atsushi Enomoto  <atsushi@ximian.com>

* XmlSerializationWriter.cs : It do not have to handle schema
  namespace as special one.

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

20 years ago2004-05-05 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 5 May 2004 04:27:22 +0000 (04:27 -0000)]
2004-05-05  Atsushi Enomoto <atsushi@ximian.com>

* XmlSchema.cs : Write() handles schema namespace for xmlserializer
  (it does not look to be handled inside xmlserializer).

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

20 years ago2004-05-05 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 5 May 2004 04:25:02 +0000 (04:25 -0000)]
2004-05-05  Atsushi Enomoto <atsushi@ximian.com>

* XmlSchemaTests.cs : Added TestWriteNamespaces().

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

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

* XmlDsigBase64Transform.cs : LoadInputAsXmlNodeList() is testable.
* XmlDsigC14NTransformTest.cs : Ignore LoadInputAsXmlNodeList(); that
  test premises incorrect namespace handling.
* XmlDsigXPathTransformTest.cs : Removed some FIXMEs (counting node
  will give more expected results),
  plus some noise on FunctionHereObsolete().

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

20 years ago2004-05-05 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 5 May 2004 03:45:49 +0000 (03:45 -0000)]
2004-05-05  Atsushi Enomoto <atsushi@ximian.com>

* SignedXml.cs,
  Transform.cs : code cleanup. #if !NET_1_0 -> #if NET_1_1.
* XmlDsigBase64Transform.cs : Should not output the content of the
  selected element nodes. Put text content only those text nodes are
  in the node list.
* XmlDsigEnvelopedSignatureTransform.cs : removed MonoTODO.
* XmlDsigXsltTransform.cs : Use XmlResolver to load document and
  to transform. Throw null reference exception explicitly when
  the input was not loaded.

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

20 years ago2004-05-05 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 5 May 2004 03:32:02 +0000 (03:32 -0000)]
2004-05-05  Atsushi Enomoto  <atsushi@ximian.com>

* XmlSchemaDataImporter.cs :
  SimpleContent column support.
  Annotated relation support.
  Top-level element is counted only when its type is complex.
  xs:anyType is no longer treated as complex type.
  dataset existence is mandatory now.
  Improved DataType and DefaultValue support.
  Attribute namespace is properly handled now.
  Prohibited attribute is now treated as hidden column.
  Reject list or union simple type.

  Still incomplete 1) to read relationship in some cases, 2) to
  determine whether an element is dataset or table, 3) thus to
  exclude extraneous column, 4) to remove extraneous *_Id column.

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

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

* DataTable.cs :
  We had better reuse DataSet's ReadXmlSchema() and ReadXml() in
  serialization .ctor() (thus schema read/inference should be easier).
  DataRowSorter should consider Table's Locale.

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

20 years ago2004-05-05 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 5 May 2004 03:11:57 +0000 (03:11 -0000)]
2004-05-05  Atsushi Enomoto  <atsushi@ximian.com>

* DataColumnCollection.cs : We already had AutoIncrementValue(), so
  use it instead of duplicating logic.

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

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

* ConstraintCollection.cs :
  Use Table.CaseSensitive and Table.Locale to compare strings.
  Duplicate constraint name exception does not occur under .NET 1.1.

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

20 years ago2004-05-05 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 5 May 2004 02:59:48 +0000 (02:59 -0000)]
2004-05-05  Atsushi Enomoto <atsushi@ximian.com>

* ConstraintCollectionTest.cs : uncommented some tests that should be
  implemented until mono 1.0.
* ConstraintTest.cs : use ExpectedException. Don't expect localizable
  error message.
* DataColumnTest.cs,
  DataRelationTest.cs,
  DataRowCollectionTest.cs : catch only specific type exception.
  Don't rely on (test) localizable messages.
* DataSetAssertion.cs : We shouldn't expect exact column ordinals
  when infering/reading the structures from documents/schemas.

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

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

* ArithmeticExpressions.cs: avoid null exception on add operation.

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

20 years agoshhhhh
Ben Maurer [Wed, 5 May 2004 02:35:09 +0000 (02:35 -0000)]
shhhhh

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

20 years ago2004-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 5 May 2004 02:29:39 +0000 (02:29 -0000)]
2004-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* monop.cs: use assembly.LoadWithPartialName.

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

20 years ago2004-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 5 May 2004 02:25:10 +0000 (02:25 -0000)]
2004-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* System.Web.Services/WebService.cs: added a HttpSessionState field
and a setter method. Session now returns null if EnableSession is not
set for the method invoked.

* System.Web.Services.Protocols/HttpSimpleWebServiceHandler.cs:
* System.Web.Services.Protocols/HttpSoapWebServiceHandler.cs:  use
the session if the method has EnableSession set.

* System.Web.Services.Protocols/LogicalMethodInfo.cs: added
EnableSession property.

* System.Web.Services.Protocols/WebServiceHandler.cs: set the Session
object of the WebService.

Fixes bug #57905 (needs the latest DefaultWsdlHelpGenerator.aspx).

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

20 years ago2004-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 5 May 2004 02:19:07 +0000 (02:19 -0000)]
2004-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* data/DefaultWsdlHelpGenerator.aspx: add any cookie in the request to
the request we do for the actual web service.

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

20 years ago* support.cs: Don't hang when the file is empty.
Lluis Sanchez [Tue, 4 May 2004 23:59:21 +0000 (23:59 -0000)]
* support.cs: Don't hang when the file is empty.

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

20 years agorawformat should be handled by GDI+
Jordi Mas i Hernandez [Tue, 4 May 2004 22:39:44 +0000 (22:39 -0000)]
rawformat should be handled by GDI+

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

20 years ago* BitmapData.cs: re-synchronized with libgdiplus; also
Vladimir Vukicevic [Tue, 4 May 2004 22:19:34 +0000 (22:19 -0000)]
* BitmapData.cs: re-synchronized with libgdiplus; also
removed memory deallocs here (as the data is always owned
by libgdiplus)

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

20 years agoAdd inssel.h to the sources.
Paolo Molaro [Tue, 4 May 2004 21:23:28 +0000 (21:23 -0000)]
Add inssel.h to the sources.

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

20 years agoFix Miguel's last minute breakage.
Paolo Molaro [Tue, 4 May 2004 20:38:32 +0000 (20:38 -0000)]
Fix Miguel's last minute breakage.

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

20 years agoRemove gtk#
Miguel de Icaza [Tue, 4 May 2004 19:43:18 +0000 (19:43 -0000)]
Remove gtk#

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

20 years agoMap our internal codes to the C# codes
Miguel de Icaza [Tue, 4 May 2004 19:23:48 +0000 (19:23 -0000)]
Map our internal codes to the C# codes

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

20 years agoFor the Beta1, we will fix later
Miguel de Icaza [Tue, 4 May 2004 19:20:51 +0000 (19:20 -0000)]
For the Beta1, we will fix later

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

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

* net_1_1/Makefile.am,
  net_2_0/Makefile.am : replace gacutil -i with gacutil /i.

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

20 years ago * support.cs: In SeekableStreamReader, compute the preamble size of the
Lluis Sanchez [Tue, 4 May 2004 19:01:17 +0000 (19:01 -0000)]
* support.cs: In SeekableStreamReader, compute the preamble size of the
  underlying stream. Position changes should take into account that initial
  count of bytes.

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

20 years ago * gacutil.cs: We need to overwrite existing libraries if they
Jackson Harper [Tue, 4 May 2004 17:04:53 +0000 (17:04 -0000)]
    * gacutil.cs: We need to overwrite existing libraries if they
already exist in the package directory on windows. Also made the
code somewhat readable with 80 cols.

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

20 years ago2004-05-04 Dick Porter <dick@ximian.com>
Dick Porter [Tue, 4 May 2004 16:20:16 +0000 (16:20 -0000)]
2004-05-04  Dick Porter  <dick@ximian.com>

* daemon.c (read_message): Return FALSE on error so the GSource
callback itself can return FALSE.  Cures the infinite loop poll()
warning on MacosX.
* shared.c: Fix some daemon startup race conditions.

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

20 years ago* XmlSchemaDataImporter.cs: Added little type check.
Lluis Sanchez [Tue, 4 May 2004 15:08:03 +0000 (15:08 -0000)]
* XmlSchemaDataImporter.cs: Added little type check.

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

20 years agoMinor change to make sample output little better with a white background and black...
Ravindra [Tue, 4 May 2004 14:43:12 +0000 (14:43 -0000)]
Minor change to make sample output little better with a white background and black color text.

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

20 years agoUpdate to include echos
Miguel de Icaza [Tue, 4 May 2004 14:34:43 +0000 (14:34 -0000)]
Update to include echos

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

20 years agoFixed Transform property in LinearGradientBrush.cs.
Ravindra [Tue, 4 May 2004 14:16:33 +0000 (14:16 -0000)]
Fixed Transform property in LinearGradientBrush.cs.

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

20 years ago2004-05-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 4 May 2004 14:16:12 +0000 (14:16 -0000)]
2004-05-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* WebConfigurationSettings.cs: now it defaults to 'web.config' and if
not found, 'Web.config'. Don't throw exception if both exists. Thanks
to urs and dru for bugging me about this.

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

20 years ago * Pen.cs: Modified exception message. Fixed Transform, DashPattern,
Ravindra [Tue, 4 May 2004 14:11:34 +0000 (14:11 -0000)]
* Pen.cs: Modified exception message. Fixed Transform, DashPattern,
and DashCap properties. Implementing CoumpoundArray, StartCap, EndCap
properties and SetLineCap method. In constructors use IntPtr instead
of int.
* SolidBrush.cs: Modified exception message.
* TextureBrush.cs: Fixed Transform property.
* gdipFunctions.cs: Fixed P/Invokes for Pen.cs, TextureBrush.cs and
LinearGradientBrush.cs.

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

20 years agoThis may help with threads in FreeBSD.
Paolo Molaro [Tue, 4 May 2004 14:02:07 +0000 (14:02 -0000)]
This may help with threads in FreeBSD.

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

20 years agoImageRotateFlip sample
Jordi Mas i Hernandez [Tue, 4 May 2004 13:57:58 +0000 (13:57 -0000)]
ImageRotateFlip sample

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

20 years ago * DataSet.cs: Implemented support for runtime serialization. Fixed support
Lluis Sanchez [Tue, 4 May 2004 12:11:44 +0000 (12:11 -0000)]
* DataSet.cs: Implemented support for runtime serialization. Fixed support
  for xml serialization.
* XmlDiffLoader.cs: Skip diffgram element when it is empty.

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

20 years ago2004-05-04 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Tue, 4 May 2004 12:11:13 +0000 (12:11 -0000)]
2004-05-04  Zoltan Varga  <vargaz@freemail.hu>

* mini-exceptions.c (ves_icall_get_frame_info): Flush register windows
here.

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

20 years ago2004-05-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 4 May 2004 12:04:03 +0000 (12:04 -0000)]
2004-05-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* configure.in: check for SIGEV_THREAD being defined before checking
for AIO support. Fixes compilation under FreeBSD.

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

20 years ago2004-05-04 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Tue, 4 May 2004 11:47:19 +0000 (11:47 -0000)]
2004-05-04  Zoltan Varga  <vargaz@freemail.hu>

* interp.c (ves_exec_method_with_context): Disable explicit assignment
of 'esi' to the ip variable, since it causes register allocation errors
on some versions of gcc. Fixes #58010.

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

20 years agoAdded version to the ASMX handler type name
Lluis Sanchez [Tue, 4 May 2004 10:01:42 +0000 (10:01 -0000)]
Added version to the ASMX handler type name

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

20 years agoChangeLog: Updated ChangeLog
Sanja Gupta [Tue, 4 May 2004 07:46:16 +0000 (07:46 -0000)]
ChangeLog: Updated ChangeLog
Image.cs: Implemented FrameDimensionsList property

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

20 years ago* runtime/net_1_1/Makefile.am (mono_runtime): Use USE_JIT, not
Raja R Harinath [Tue, 4 May 2004 07:38:05 +0000 (07:38 -0000)]
* runtime/net_1_1/Makefile.am (mono_runtime): Use USE_JIT, not
JIT_SUPPORTED.
(install-data-local, uninstall-data-local): Run runtime with
libtool.
* runtime/net_2_0/Makefile.am: Likewise.
Report from Urs C Muff <umuff@quark.com>.

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

20 years ago2004-05-04 Roopa Wilson (RoWilson@novell.com
Roopa Wilson [Tue, 4 May 2004 03:27:03 +0000 (03:27 -0000)]
2004-05-04 Roopa Wilson (RoWilson@novell.com
* ForeignKeyConstraint.cs : Added code to handle InvalidOperationException
* ForeignKeyConstraint.cs : Changed few exception types thrown
* ForeignKeyConstraintTest.cs : Changed few exception types to be thrown

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

20 years agoAdd nice reporting
Miguel de Icaza [Tue, 4 May 2004 02:58:25 +0000 (02:58 -0000)]
Add nice reporting

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

20 years agoDrop Mono.Posix dep, its simpler to bind it here
Miguel de Icaza [Tue, 4 May 2004 01:44:58 +0000 (01:44 -0000)]
Drop Mono.Posix dep, its simpler to bind it here

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

20 years agoThe real fix
Miguel de Icaza [Mon, 3 May 2004 23:57:36 +0000 (23:57 -0000)]
The real fix

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

20 years ago2004-05-03 Todd Berman <tberman@sevenl.net>
Todd Berman [Mon, 3 May 2004 23:49:51 +0000 (23:49 -0000)]
2004-05-03  Todd Berman  <tberman@sevenl.net>

        * gacutil.cs: potential fix for miguel.

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

20 years agoupdate this one
Miguel de Icaza [Mon, 3 May 2004 23:29:38 +0000 (23:29 -0000)]
update this one

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

20 years agoLastOne
Miguel de Icaza [Mon, 3 May 2004 23:11:05 +0000 (23:11 -0000)]
LastOne

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

20 years agogmcs too
Miguel de Icaza [Mon, 3 May 2004 23:10:44 +0000 (23:10 -0000)]
gmcs too

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

20 years ago:Flush
Miguel de Icaza [Mon, 3 May 2004 23:09:38 +0000 (23:09 -0000)]
:Flush

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

20 years agoone by one
Miguel de Icaza [Mon, 3 May 2004 23:09:25 +0000 (23:09 -0000)]
one by one

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

20 years agoup
Miguel de Icaza [Mon, 3 May 2004 23:03:48 +0000 (23:03 -0000)]
up

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

20 years agoUp
Miguel de Icaza [Mon, 3 May 2004 22:57:23 +0000 (22:57 -0000)]
Up

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

20 years agoNeed config to remap calls to libc, from Mono.Posix, used by gacutil
Miguel de Icaza [Mon, 3 May 2004 22:23:00 +0000 (22:23 -0000)]
Need config to remap calls to libc, from Mono.Posix, used by gacutil

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

20 years ago * assembly.c: This line was committed accidently and is
Jackson Harper [Mon, 3 May 2004 22:17:01 +0000 (22:17 -0000)]
    * assembly.c: This line was committed accidently and is
          unneeded.

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

20 years agoReverting incorrect removal
Miguel de Icaza [Mon, 3 May 2004 21:56:29 +0000 (21:56 -0000)]
Reverting incorrect removal

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

20 years ago2004-05-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Mon, 3 May 2004 21:54:08 +0000 (21:54 -0000)]
2004-05-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* SimpleWebHandlerParser.cs:
* TemplateParser.cs: for the assembly names given in the 'assembly'
attribute, use LoadWithPartialName instead of Load.

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

20 years agoFlush
Miguel de Icaza [Mon, 3 May 2004 21:41:59 +0000 (21:41 -0000)]
Flush

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

20 years ago1.1 -> 1.0
Gonzalo Paniagua Javier [Mon, 3 May 2004 21:29:01 +0000 (21:29 -0000)]
1.1 -> 1.0

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

20 years ago1.0 instead of 1.1
Miguel de Icaza [Mon, 3 May 2004 20:54:09 +0000 (20:54 -0000)]
1.0 instead of 1.1

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

20 years ago* Encoding.cs: Use name const to load I18N assembly.
Lluis Sanchez [Mon, 3 May 2004 20:36:08 +0000 (20:36 -0000)]
* Encoding.cs: Use name const to load I18N assembly.

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

20 years ago* ModuleBuilder.cs: Use name const to load the debugger assembly.
Lluis Sanchez [Mon, 3 May 2004 20:33:11 +0000 (20:33 -0000)]
* ModuleBuilder.cs: Use name const to load the debugger assembly.

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

20 years ago* corlib.dll.sources: Added Assembly/Consts.cs.
Lluis Sanchez [Mon, 3 May 2004 20:32:06 +0000 (20:32 -0000)]
* corlib.dll.sources: Added Assembly/Consts.cs.

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

20 years ago* Consts.cs: Added.
Lluis Sanchez [Mon, 3 May 2004 20:30:46 +0000 (20:30 -0000)]
* Consts.cs: Added.

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