mono.git
19 years ago2004-07-08 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 9 Jul 2004 01:46:05 +0000 (01:46 -0000)]
2004-07-08  Sebastien Pouliot  <sebastien@ximian.com>

* StorePermissionFlags.cs: Fixed flags values. Added [Serializable]
attribute.

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

19 years ago2004-07-08 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Fri, 9 Jul 2004 01:44:40 +0000 (01:44 -0000)]
2004-07-08  Sebastien Pouliot  <spouliot@videotron.ca>

* AsnEncodedData.cs: Fixes for Fx 2.0 beta 1 compatibility. Added
MonoTODO to missing functionalities.
* AsnEncodedDataCollection.cs: New.
* AsnEncodedDataEnumerator.cs: New.
* CryptographicAttribute.cs: New. Moved from S.S.C.Pkcs.
* CryptographicAttributeCollection.cs: New. Replace S.S.C.Pkcs.
Pkcs9AttributeCollection.
* CryptographicAttributeEnumerator.cs: New. Replace S.S.C.Pkcs.
Pkcs9AttributeEnumerator.

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

19 years ago2004-07-09 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Fri, 9 Jul 2004 00:51:07 +0000 (00:51 -0000)]
2004-07-09  Atsushi Enomoto  <atsushi@ximian.com>

* aot.c : quick cygwin build fix. mkdir() with two args does not exist.

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

19 years ago2004-07-08 Pablo Baena <pbaena@gmail.com>
Gonzalo Paniagua Javier [Thu, 8 Jul 2004 23:15:14 +0000 (23:15 -0000)]
2004-07-08 Pablo Baena <pbaena@gmail.com>

* Page.cs: added workaround for __doPostBack script on Netscape 4.xx

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

19 years ago2004-07-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 8 Jul 2004 23:08:44 +0000 (23:08 -0000)]
2004-07-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* HttpWebRequest.cs: removed bogus Monitor.Exit.
* WebConnection.cs: use Address instead of RequestUri when checking for
the scheme in order to select the stream type. Fixes bug #61218.

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

19 years ago * main.c: Spaces after visibility types.
Jackson Harper [Thu, 8 Jul 2004 21:57:22 +0000 (21:57 -0000)]
    * main.c: Spaces after visibility types.

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

19 years ago2004-07-08 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 8 Jul 2004 19:13:48 +0000 (19:13 -0000)]
2004-07-08  Zoltan Varga  <vargaz@freemail.hu>

* mini.c (handle_stack_args): Remove some more debugging code.

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

19 years ago2004-07-08 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 8 Jul 2004 19:07:16 +0000 (19:07 -0000)]
2004-07-08  Zoltan Varga  <vargaz@freemail.hu>

* mini.c (handle_stack_args): Remove debug output left in by mistake.

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

19 years ago2004-07-08 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 8 Jul 2004 18:54:59 +0000 (18:54 -0000)]
2004-07-08  Zoltan Varga  <vargaz@freemail.hu>

* driver.c mini.h aot.c: Allow additional options to be specified with
--aot and pass them to mono_compile_assembly.

* aot.c: Add experimental code to AOT compile all loaded assemblies
on demand and save the code into a cache in the filesystem.

* aot.c: Add support for more wrapper methods.

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

19 years ago2004-07-08 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 8 Jul 2004 17:55:38 +0000 (17:55 -0000)]
2004-07-08  Sebastien Pouliot  <sebastien@ximian.com>

* X509Certificate.cs: Added new Equals(Object). Moved [Serializable]
so it's compiled by all profiles. Added missing MonoTODO.
* X509ContentType.cs: Added new (from 1.2) Pkcs12 enum member. Added
missing [Serializable] attribute.
* X509KeyStorageFlags.cs: Specified all flags values. Added missing
[Serializable] attribute.

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

19 years ago2004-08-08 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 8 Jul 2004 17:54:24 +0000 (17:54 -0000)]
2004-08-08  Sebastien Pouliot  <sebastien@ximian.com>

* CspProviderFlags.cs: Fixed new enums values.
* DSA.cs: Fixed #if for constructor visibility.
* CryptoAPITransform.cs: Removed constructor for NET_2_0 profile.

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

19 years ago2004-07-08 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 8 Jul 2004 17:53:32 +0000 (17:53 -0000)]
2004-07-08  Sebastien Pouliot  <sebastien@ximian.com>

* AccessControlActions.cs: Fixed enum values. Added missing attributes.

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

19 years ago2004-07-08 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 8 Jul 2004 17:23:09 +0000 (17:23 -0000)]
2004-07-08  Zoltan Varga  <vargaz@freemail.hu>

* mini.c (handle_stack_args): Handle some corner cases. Fixes
58863.

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

19 years ago2004-07-08 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 8 Jul 2004 17:21:07 +0000 (17:21 -0000)]
2004-07-08  Zoltan Varga  <vargaz@freemail.hu>

* cpu-*.md: Remove removed opcodes.

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

19 years ago2004-07-08 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 8 Jul 2004 17:18:54 +0000 (17:18 -0000)]
2004-07-08  Zoltan Varga  <vargaz@freemail.hu>

* interp.c mintops.def transform.c: Replace CEE_MONO_PROC<x> with
CEE_MONO_ICALL.

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

19 years ago2004-07-08 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 8 Jul 2004 17:17:23 +0000 (17:17 -0000)]
2004-07-08  Zoltan Varga  <vargaz@freemail.hu>

* mini.h mini.c: Move JIT icall handling to icall.c. Replace usage of
CEE_MONO_PROC<x> with CEE_MONO_ICALL. Move registration of marshalling
related icalls to marshal.c.

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

19 years ago2004-07-08 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 8 Jul 2004 17:15:24 +0000 (17:15 -0000)]
2004-07-08  Zoltan Varga  <vargaz@freemail.hu>

* class-internals.h debug-helpers.c marshal.c: Add new wrapper types
for isinst and castclass wrappers.

* class-internals.h icall.c: Move registration and lookup of JIT icalls
to libmetadata from the JIT, so they could be used by the marshalling
code and the interpreter.

* marshal.c: Register marshalling related JIT icalls here instead of
in mini.c. Use CEE_MONO_ICALL instead of the family of
CEE_MONO_PROC<x> opcodes to call marshalling functions.

* metadata.h: Remove unneeded marshalling conversions.

* opcodes.c: Update for new opcodes.

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

19 years ago2004-07-08 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 8 Jul 2004 17:07:10 +0000 (17:07 -0000)]
2004-07-08  Zoltan Varga  <vargaz@freemail.hu>

* opcode.def: Remove CEE_MONO_FUNC and related opcodes, replace them
with CEE_MONO_ICALL.

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

19 years ago * CodeGen.cs: Add assembly custom attributes to the pe file.
Jackson Harper [Thu, 8 Jul 2004 16:39:36 +0000 (16:39 -0000)]
    * CodeGen.cs: Add assembly custom attributes to the pe file.
* CustomAttr.cs: Custom attributes are now added through the
pefile, this ensures that they get emitted properly.
* ExternTable.cs: Allow adding custom attributes to assembly
refs.

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

19 years ago * ILParser.jay: Add custom attributes to assemblyrefs.
Jackson Harper [Thu, 8 Jul 2004 16:38:56 +0000 (16:38 -0000)]
    * ILParser.jay: Add custom attributes to assemblyrefs.

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

19 years ago * PEAPI.cs: Add custom attributes through the pefile so that we
Jackson Harper [Thu, 8 Jul 2004 16:38:23 +0000 (16:38 -0000)]
    * PEAPI.cs: Add custom attributes through the pefile so that we
can ensure they are emitted no matter what table they are
in. Previously not all custom attributes were getting emitted.

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

19 years ago2004-07-08 Dick Porter <dick@ximian.com>
Dick Porter [Thu, 8 Jul 2004 15:10:04 +0000 (15:10 -0000)]
2004-07-08  Dick Porter  <dick@ximian.com>

* io.c (file_seek): If there is a high 32bit offset part, make
sure the low part isn't sign-extended.  Set error codes when
returning failure.  Fixes bug 61131.

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

19 years ago2004-07-08 Martin Baulig <martin@ximian.com>
Martin Baulig [Thu, 8 Jul 2004 14:47:14 +0000 (14:47 -0000)]
2004-07-08  Martin Baulig  <martin@ximian.com>

* statement.cs (Lock.Resolve): Set ec.NeedReturnLabel() if we do
not always return, just like we're doing in Using.Resolve().

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

19 years ago2004-07-08 Martin Baulig <martin@ximian.com>
Martin Baulig [Thu, 8 Jul 2004 14:26:42 +0000 (14:26 -0000)]
2004-07-08  Martin Baulig  <martin@ximian.com>

* mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
(mono_debug_get_domain_data): Make this function static.

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

19 years agoPatch for #58844 approved by lupus
Geoff Norton [Thu, 8 Jul 2004 14:25:53 +0000 (14:25 -0000)]
Patch for #58844 approved by lupus

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

19 years ago* XmlSerializer.cs: Fix fix.
Lluis Sanchez [Thu, 8 Jul 2004 14:02:34 +0000 (14:02 -0000)]
* XmlSerializer.cs: Fix fix.

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

19 years agoTest update
Lluis Sanchez [Thu, 8 Jul 2004 13:43:21 +0000 (13:43 -0000)]
Test update

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

19 years ago * System.Xml.dll.sources: Added new files:
Lluis Sanchez [Thu, 8 Jul 2004 13:42:32 +0000 (13:42 -0000)]
* System.Xml.dll.sources: Added new files:
System.Xml.Serialization/IXmlSerializerImplementation.cs
System.Xml.Serialization/IXmlTextParser.cs
System.Xml.Serialization/ImportContext.cs
System.Xml.Serialization/SchemaImporter.cs
System.Xml.Serialization/SchemaImporterExtension.cs
System.Xml.Serialization/SchemaImporterExtensionCollection.cs
System.Xml.Serialization/XmlDeserializationEvents.cs
System.Xml.Serialization/XmlSchemaProviderAttribute.cs
System.Xml.Serialization/XmlSerializationGeneratedCode.cs
System.Xml.Serialization/XmlSerializerAssemblyAttribute.cs
System.Xml.Serialization/XmlSerializerFactory.cs
System.Xml.Serialization/XmlSerializerVersionAttribute.cs

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

19 years ago * IXmlSerializerImplementation.cs: Compile as internal in NET_1_1.
Lluis Sanchez [Thu, 8 Jul 2004 13:39:12 +0000 (13:39 -0000)]
* IXmlSerializerImplementation.cs: Compile as internal in NET_1_1.
* ReflectionHelper.cs: New method for generating map keys.
* SerializationCodeGenerator.cs: Added support for generating the serializer
  contract class, needed for 2.0.
* SerializationSource.cs: Use Type[] instead of ArrayList for storing
  extra types.
* SoapReflectionImporter.cs, XmlReflectionImporter.cs: Assign extra types
  as Type[]. Added check that makes sure that enums being serialized are
  public.
* XmlMapping.cs: Added internal GetKey method.
* XmlSerializer.cs: Added support for IXmlSerializerImplementation.
  Added first bits to support loading of serializers from pre-generated
  assemblies.
* XmlSerializerFactory.cs: Mostly implemeted.

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

19 years ago2004-07-07 Anirban Bhattacharjee <banirban@novell.com>
Anirban Bhattacharjee [Thu, 8 Jul 2004 12:44:10 +0000 (12:44 -0000)]
2004-07-07 Anirban Bhattacharjee <banirban@novell.com>
        * expression.cs: bug fixed - 60399

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

19 years agoPatch for bug #58973 approved by Miguel.
Geoff Norton [Wed, 7 Jul 2004 20:02:28 +0000 (20:02 -0000)]
Patch for bug #58973 approved by Miguel.

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

19 years ago2004-07-07 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 7 Jul 2004 20:00:39 +0000 (20:00 -0000)]
2004-07-07  Sebastien Pouliot  <sebastien@ximian.com>

* System.Security_test.dll.sources: Added a lot of existing tests
(from 1.2 documentation) that were never compiled.

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

19 years ago2004-07-07 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 7 Jul 2004 19:58:34 +0000 (19:58 -0000)]
2004-07-07  Sebastien Pouliot  <sebastien@ximian.com>

* ContentInfoTest.cs: Adjusted for changes in Mono.Security.

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

19 years ago2004-07-07 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 7 Jul 2004 19:48:25 +0000 (19:48 -0000)]
2004-07-07  Sebastien Pouliot  <sebastien@ximian.com>

* Makefile: Added a reference to Mono.Security because we'll require
many class from it for the NET_2_0 profile - but it would be better
not to have the dependency for NET_1_1.
* System.Security.dll.sources: Added a lot of existing classes (from
1.2 documentation) that were never compiled.

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

19 years ago2004-07-07 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 7 Jul 2004 19:42:02 +0000 (19:42 -0000)]
2004-07-07  Sebastien Pouliot <sebastien@ximian.com>

* AssemblyInfo.cs: Added new attributes present in Fx 2.0.

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

19 years ago2004-07-07 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 7 Jul 2004 19:39:07 +0000 (19:39 -0000)]
2004-07-07  Sebastien Pouliot  <sebastien@ximian.com>

* StorePermissionFlags.cs: New. CAS-related enum for StorePermission.
Adding it "creates" the namespace for corcompare.

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

19 years ago2004-07-07 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 7 Jul 2004 19:37:27 +0000 (19:37 -0000)]
2004-07-07  Sebastien Pouliot  <sebastien@ximian.com>

* X509Store.cs: Removed old store code (as it has changed a lot in
Mono.Security).

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

19 years ago2004-07-07 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 7 Jul 2004 19:36:05 +0000 (19:36 -0000)]
2004-07-07  Sebastien Pouliot  <sebastien@ximian.com>

* EncryptedXml.cs: Fixed Urls for XmlEncElementUrl and
XmlEncElementContentUrl.
* X509IssuerSerial.cs: Make constructor internal so it doesn't show up
in corcompare results for NET_2_0 profile.

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

19 years ago2004-07-07 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 7 Jul 2004 19:34:25 +0000 (19:34 -0000)]
2004-07-07  Sebastien Pouliot  <sebastien@ximian.com>

* AlgorithmIdentifier.cs: Added missing #if NET_2_0.
* ContentInfo.cs: Fixed OID due to changes in Mono.Security.
* EnvelopedPkcs7.cs: Fixed OID due to changes in Mono.Security.
* SignedPkcs7.cs: Fixed OID due to changes in Mono.Security.

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

19 years ago2004-07-07 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 7 Jul 2004 19:28:49 +0000 (19:28 -0000)]
2004-07-07  Sebastien Pouliot  <sebastien@ximian.com>

* FileDialogPermission.cs: Removed the unrequired override ToString
from the NET_2_0 profile.

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

19 years ago2004-07-07 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 7 Jul 2004 19:26:53 +0000 (19:26 -0000)]
2004-07-07  Sebastien Pouliot  <sebastien@ximian.com>

* corlib.dll.sources: Added new files for NET_2_0:
System.Security.AccessControl/AccessControlActions.cs
System.Security.Cryptography.X509Certificates/X509ContentType.cs
System.Security.Cryptography.X509Certificates/X509KeyStorageFlags.cs

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

19 years ago2004-07-07 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 7 Jul 2004 19:24:06 +0000 (19:24 -0000)]
2004-07-07  Sebastien Pouliot  <sebastien@ximian.com>

* AccessControlActions.cs: New enum in Fx 2.0. Required for new stuff
in System.Security.Permissions. Will also "creates" the namespace for
"corcompare".

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

19 years ago2004-07-07 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 7 Jul 2004 19:15:19 +0000 (19:15 -0000)]
2004-07-07  Sebastien Pouliot  <sebastien@ximian.com>

* X509Certificate.cs: Fixed NET_2_0 directives.
* X509ContentType.cs: New enum in Fx 2.0.
* X509KeyStorageFlags.cs: New flags in Fx 2.0.

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

19 years ago2004-07-07 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 7 Jul 2004 17:06:02 +0000 (17:06 -0000)]
2004-07-07  Sebastien Pouliot  <sebastien@ximian.com>

* DES.cs: Fixed FeedbackSizeValue to 8.
* RC2.cs: Fixed FeedbackSizeValue to 8.
* RC2CryptoServiceProvider.cs: When key size is different from
effective key size we throw CryptographicUnexpectedOperationException.
* TripleDES.cs: Fixed FeedbackSizeValue to 8.

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

19 years ago2004-07-07 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 7 Jul 2004 17:01:41 +0000 (17:01 -0000)]
2004-07-07  Sebastien Pouliot  <sebastien@ximian.com>

* SymmetricTransform.cs: Throw CryptographicException when CipherMode
CTS or OFB is being used (to match MS implementation).

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

19 years ago2004-07-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 7 Jul 2004 16:57:16 +0000 (16:57 -0000)]
2004-07-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* HttpApplication.cs: don't keep the session around if we got it from
the context. Fixes bug #61232.

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

19 years ago2004-07-07 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 7 Jul 2004 16:55:25 +0000 (16:55 -0000)]
2004-07-07  Sebastien Pouliot  <sebastien@ximian.com>

* DESTest.cs: Added a new test case to check default values.
* HMACSHA1.cs: Fixed bad test (and renamed it).
* RC2Test.cs: Added a new test case to check default values.
* RijndaelTest.cs: Added a new test case to check default values.
Convert tests from NUnit 1 to 2.2.
* TripleDESTest.cs: Added a new test case to check default values.
Convert tests to NUnit 2.2.

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

19 years ago2004-07-07 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 7 Jul 2004 14:25:40 +0000 (14:25 -0000)]
2004-07-07  Sebastien Pouliot  <sebastien@ximian.com>

* corlib.dll.sources: Added new tests for CipherMode and
CspProviderFlags.

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

19 years ago2004-07-07 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 7 Jul 2004 14:20:04 +0000 (14:20 -0000)]
2004-07-07  Sebastien Pouliot  <sebastien@ximian.com>

* AllTests2.cs: Updated to NUnit 2.2 Assert.
* CipherModeTest.cs: New. Tests supported CipherMode for all
SymmetricAlgorithm included in the framework (enum contains two more
modes that aren't implemented in any Fx version).
* CryptoConfigTest.cs: Ajusted new OID (for old names) in Fx 2.0.
* CryptoStreamTest.cs: Fixed different reported exception in Fx 2.0.
Fixed a bad test.
* CspProviderFlagsTest.cs: New. Test the values of the enum.
* DSACryptoServiceProviderTest.cs: Added new tests for new public
properties and methods added in Fx 2.0. Duplicated test to import a
key pair into a disposed instance (works in Fx 2.0). Removed all
[Ignore]s in NET_2_0 as the MS class/runtime has been fixed.
* DSASignatureDeformatterTest.cs: Converted from NUnit 1 to 2.2. Fixed
different reported exception in Fx 2.0.
* DSASignatureFormatterTest.cs: Converted from NUnit 1 to 2.2. Fixed
different reported exception in Fx 2.0.
* HMACRIPEMD160Test.cs: Fixed tests using TransformFinalBlock.
* HMACSHA1Test.cs: Fixed tests so they work on both NET_1_1 and
NET_2_0 profiles (as HMACSHA1 changed it's base class).
* HashAlgorithmTest.cs: Fixed different reported exception in Fx 2.0.
Removed [Ignore] in NET_2_0 as the MS class/runtime has been fixed.
* MACTripleDESTest.cs: Fixed tests so they work on both NET_1_1 and
NET_2_0 profiles.
* PKCS1MaskGenerationMethodTest.cs: Removed [Ignore] in NET_2_0 as the
MS class has been fixed.
* PaddingModeTest.cs: Added new tests for the two new padding mode
introduced in Fx 2.0. Converted to NUnit 2.2.
* PasswordDeriveBytesTest.cs: Removed [ExpectedException] for
StrangeBehaviour test as it is fixed in Fx 2.0.
* RC2Test.cs: Changed exception from CryptographicException to
CryptographicUnexpectedOperationException for Fx 1.1/2.0.
* RIPEMD160Test.cs: Fixed tests using TransformFinalBlock.
* RSACryptoServiceProviderTest.cs: Added new tests for new public
properties and methods added in Fx 2.0. Duplicated test to import a
key pair into a disposed instance (works in Fx 2.0). Duplicated test
to sign with a null OID (Fx 2.0 use SHA1 oid in this case).
* RSAOAEPKeyExchangeDeformatterTest.cs: Changed exception for a key
exchange with no key (to match Fx 2.0).
* RSAOAEPKeyExchangeFormatterTest.cs: Changed exception for a key
exchange with no key (to match Fx 2.0).
* RSAPKCS1KeyExchangeFormatterTest.cs: Changed exception for a key
exchange with no key (to match Fx 2.0). Removed [Ignore] in NET_2_0 as
the MS class/runtime has been fixed.
* RSAPKCS1SignatureDeformatterTest.cs: Null keys, in constructor or in
SetKey method, now throw an ArgumentNullException in Fx 2.0.
* RSAPKCS1SignatureFormatterTest.cs: Null keys, in constructor or in
SetKey method, now throw an ArgumentNullException in Fx 2.0.
* Rfc2898DeriveBytesTest.cs: Typecasted a null as a string.
* SymmetricAlgorithm2Test.cs: In Fx 2.0 an empty IV now throws a
CryptographicException.
* ToBase64TransformTest.cs: Fixed different reported exception in Fx 2.0.
Removed [Ignore] in NET_2_0 as the MS class/runtime has been fixed.

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

19 years ago2004-07-07 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 7 Jul 2004 14:12:08 +0000 (14:12 -0000)]
2004-07-07  Sebastien Pouliot  <sebastien@ximian.com>

* corlib.dll.sources: Added new files for NET_2_0:
System.Runtime.InteropServices/_Exception.cs
System.Security.Cryptography/RijndaelManagedTransform.cs
System.Security.Cryptography/RIPEMD160.cs
System.Security.Cryptography/RIPEMD160Managed.cs

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

19 years ago2004-07-07 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 7 Jul 2004 14:08:08 +0000 (14:08 -0000)]
2004-07-07  Sebastien Pouliot  <sebastien@ximian.com>

* MACAlgorithm.cs: Removed the hardcoded PaddingMode.Zeros as this is
now selectable in Fx 2.0.

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

19 years ago2004-07-07 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 7 Jul 2004 14:02:27 +0000 (14:02 -0000)]
2004-07-07  Sebastien Pouliot  <sebastien@ximian.com>

* CryptoAPITransform.cs: Added the new Reset method for NET_2_0. This
is a NOP as this class isn't used by Mono (all crypto transforms are
managed).
* CryptographicException.cs: Added _Exception interface for NET_2_0
profile.
* CspProviderFlags.cs: Added new enum's members for NET_2_0.
* DSA.cs: Changed constructor to protected for NET_2_0. It is now
possible to inherit from DSA in other assemblies.
* DSACryptoServiceProvider.cs: NET_2_0 cleanup. Added interface
ICspAsymmetricAlgorithm (stub), removed (unrequired) LegalKeySizes
override, fixed visibility of PublicOnly property.
* HMACSHA1.cs: Fixed #if for NET_2_0 profile.
* KeyNumber.cs: Fixed values for new enum in Fx 2.0.
* MACTripleDES.cs: Added new Padding property to NET_2_0 profile.
* ProtectedData.cs: Added missing private constructor.
* ProtectedMemory.cs: Added missing private constructor.
* RC2CryptoServiceProvider.cs: Added UseSalt property to NET_2_0
profile. Salt usage must be added to the transforms.
* RIPEMD160Managed.cs: Removed unrequired [CLSCompliant] attributes.
* RSACryptoServiceProvider.cs: NET_2_0 cleanup. Added interface
ICspAsymmetricAlgorithm (stub), fixed visibility of PublicOnly
property.
* RijndaelManaged.cs: Use the new RijndaelManagedTransform for Fx 2.0.
* RijndaelManagedTransform.cs: New. Class is now public in Fx 2.0.

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

19 years ago2004-07-07 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 7 Jul 2004 13:49:39 +0000 (13:49 -0000)]
2004-07-07  Sebastien Pouliot  <sebastien@ximian.com>

* _Exception.cs: New interface in Fx 2.0 to preserve member's order
for COM interop.

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

19 years agoRewrote to explain how things are done and why.
Paolo Molaro [Wed, 7 Jul 2004 10:17:05 +0000 (10:17 -0000)]
Rewrote to explain how things are done and why.
Removed misleading and incorrect info.

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

19 years ago2004-07-07 Umadevi S <sumadevi@novell.com>
Umadevi S [Wed, 7 Jul 2004 09:39:02 +0000 (09:39 -0000)]
2004-07-07 Umadevi S <sumadevi@novell.com>
        * DataContainer.cs :CheckedforNull before calling the relavant setmethods in each of the
                SetItemForDataRecord method for the DateTimeClass
(patch submitted by Aleksey Demakov)

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

19 years agoWed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 7 Jul 2004 09:38:17 +0000 (09:38 -0000)]
Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>

* gc.c, object.h: add nice GC handle API for embedders.

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

19 years ago2004-07-07 Umadevi S (sumadevi@novell.com)
Umadevi S [Wed, 7 Jul 2004 09:19:12 +0000 (09:19 -0000)]
2004-07-07 Umadevi S (sumadevi@novell.com)
        * OdbcConnection.cs - Allowed Close to be called multiple times
                            - Implementation of Dispose method
        (patch submitted by Sebastien Robitaille), corrected a typo

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

19 years ago2004-07-07 Umadevi S (sumadevi@novell.com)
Umadevi S [Wed, 7 Jul 2004 09:15:52 +0000 (09:15 -0000)]
2004-07-07 Umadevi S (sumadevi@novell.com)
        * OdbcConnection.cs - Allowed Close to be called multiple times
                            - Implementation of Dispose method
(patch submitted by Sebastien Robitaille)

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

19 years ago2004-07-07 Umadevi S (sumadevi@novell.com)
Umadevi S [Wed, 7 Jul 2004 08:39:49 +0000 (08:39 -0000)]
2004-07-07 Umadevi S (sumadevi@novell.com)
        * OdbcCommand.cs : fixed set method for Transaction
(patch submitted by Sebastien Robitaille)

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

19 years ago2004-07-07 Juraj Skripsky <juraj@hotfeet.ch>
Juraj Skripsky [Wed, 7 Jul 2004 04:53:46 +0000 (04:53 -0000)]
2004-07-07  Juraj Skripsky <juraj@hotfeet.ch>

        * SessionStateModule.cs: set path in session cookie to application
        path.

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

19 years agoUpdate TODO OTODO
Miguel de Icaza [Wed, 7 Jul 2004 04:24:19 +0000 (04:24 -0000)]
Update TODO OTODO

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

19 years ago2004-07-07 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Wed, 7 Jul 2004 03:55:54 +0000 (03:55 -0000)]
2004-07-07  Miguel de Icaza  <miguel@ximian.com>

* cs-parser.jay (fixed_statement): flag this as Pinned.

2004-07-06  Miguel de Icaza  <miguel@ximian.com>

* typemanager.cs (TypeManager): Removed MakePinned method, this
mechanism is replaced with the .NET 2.x compatible mechanism of
calling `ILGenerator.DeclareLocal (Type t, bool pinned)'.

* statement.cs (LocalInfo): Remove MakePinned, add Pinned property
Rename `Fixed' to `Pinned' as a flag, to distinguish from the
`IsFixed' property which has a different meaning.

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

19 years ago2004-07-07 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Wed, 7 Jul 2004 03:53:54 +0000 (03:53 -0000)]
2004-07-07  Miguel de Icaza  <miguel@ximian.com>

* LocalBuilder.cs: Remove MakePinned, we are now going to use
ILGenerator.DeclaraLocal that takes the `bool pinned' argument.

* ILGenerator.cs (DeclareLocal): Add `pinned' version of the
method on the 2.0 profile.

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

19 years ago2004-07-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 7 Jul 2004 00:45:56 +0000 (00:45 -0000)]
2004-07-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* System.Web/TraceContext.cs: added internal HaveTrace property whose
value is true when the page has a Trace attribute.

* System.Web.Handlers/TraceHandler.cs: check that trace is enabled or
throw.

* System.Web.UI/Page.cs: added additional checks for saving/displaying
trace data.

* System.Web.UI/PageParser.cs: removed checks for trace enabled in
configuration files.

Thanks to David Taylor for most of these patch and the tests.

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

19 years ago2004-07-06 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Tue, 6 Jul 2004 20:23:57 +0000 (20:23 -0000)]
2004-07-06  Zoltan Varga  <vargaz@freemail.hu>

* mini-ops.h: Add OP_SAVE_LMF and OP_RESTORE_LMF.

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

19 years agodocument about gc roots in C
Ben Maurer [Tue, 6 Jul 2004 20:19:17 +0000 (20:19 -0000)]
document about gc roots in C

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

19 years ago2004-07-06 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Tue, 6 Jul 2004 19:48:50 +0000 (19:48 -0000)]
2004-07-06  Zoltan Varga  <vargaz@freemail.hu>

* Makefile.am (EXTRA_DIST): Add inssel-long[32].brg.

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

19 years ago2004-07-06 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Tue, 6 Jul 2004 19:28:01 +0000 (19:28 -0000)]
2004-07-06  Zoltan Varga  <vargaz@freemail.hu>

* inssel.brg: Fix warning. Add rules for SAVE_LMF and RESTORE_LMF.

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

19 years ago * NumberHelper.cs: Handle real numbers. Thanks to steve brown for
Jackson Harper [Tue, 6 Jul 2004 17:00:06 +0000 (17:00 -0000)]
    * NumberHelper.cs: Handle real numbers. Thanks to steve brown for
pointing this out. Also don't bother scanning the string again,
its allready been scanned.

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

19 years ago2004-07-06 Ben Maurer <bmaurer@ximian.com>
Ben Maurer [Tue, 6 Jul 2004 15:35:03 +0000 (15:35 -0000)]
2004-07-06  Ben Maurer  <bmaurer@ximian.com>

* reflection.c: more changes for the new api

* object.c: When we reflect on a field w/ a constant value, it
will not have a memory location, so we must access metadata. Also,
allow easier reading of strings so that we can read them from
the constant data.

* class.c (mono_class_layout_fields): no need for literal fields here.

* class-internals.h: api changes for const fields

* icall.c (ves_icall_get_enum_info): use new apis for const fields

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

19 years ago2004-07-06 Ben Maurer <bmaurer@ximian.com>
Ben Maurer [Tue, 6 Jul 2004 15:24:42 +0000 (15:24 -0000)]
2004-07-06  Ben Maurer  <bmaurer@ximian.com>

* reflection-const-field.cs: New test for reflection on
constant fields.

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

19 years ago2004-07-06 Ben Maurer <bmaurer@ximian.com>
Ben Maurer [Tue, 6 Jul 2004 15:00:51 +0000 (15:00 -0000)]
2004-07-06  Ben Maurer  <bmaurer@ximian.com>
* liveness.c: If liveness is recomputated we need to reset the information
for each variable. This way, if the liveness range has been narrowed
by optimizations that happened after the last computation, we can return
a smaller range.

For example, if you have

{
int i = 0;

// Tons of code that does not affect i

i = foo ();
...
}

i = 0 is dead code and will be removed by SSA. However, when
linear scan gets to the code, i will still appear to be live
throughout the entire block. This prevents good register allocation.

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

19 years ago * get.c: Add float cast for outputing floats. Patch by Steve
Jackson Harper [Tue, 6 Jul 2004 14:24:34 +0000 (14:24 -0000)]
    * get.c: Add float cast for outputing floats. Patch by Steve
          Brown.

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

19 years ago2004-07-06 Dick Porter <dick@ximian.com>
Dick Porter [Tue, 6 Jul 2004 13:49:44 +0000 (13:49 -0000)]
2004-07-06  Dick Porter  <dick@ximian.com>

* MonoIO.cs: Add ERROR_INVALID_PARAMETER to the exception list.
Don't blow away the SetFileTime() error before the caller gets to
see it.  Part of the bug fix to 60970.

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

19 years ago2004-07-06 Dick Porter <dick@ximian.com>
Dick Porter [Tue, 6 Jul 2004 13:49:41 +0000 (13:49 -0000)]
2004-07-06  Dick Porter  <dick@ximian.com>

* io.c (file_setfiletime): Check for underflow when converting to
time_t values.  Set error codes when returning failure.  Fixes bug
60970.

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

19 years ago * SoapMessageFormatter.cs: In BuildMethodCallFromSoapMessage, set get the
Lluis Sanchez [Tue, 6 Jul 2004 08:51:47 +0000 (08:51 -0000)]
* SoapMessageFormatter.cs: In BuildMethodCallFromSoapMessage, set get the
  parameters from the SoapMessage by position, not by name, since names
  may be different. This fixes bug #60427.

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

19 years agoList newly added NET 2.0 stubs.
Raja R Harinath [Tue, 6 Jul 2004 05:56:25 +0000 (05:56 -0000)]
List newly added NET 2.0 stubs.

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

19 years ago2004-07-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Mon, 5 Jul 2004 23:50:41 +0000 (23:50 -0000)]
2004-07-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* HttpUtility.cs: fixed stupid bug in UrlDecode from bytes. Closes bug
#61181.

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

19 years ago2004-07-06 Martin Baulig <martin@ximian.com>
Martin Baulig [Mon, 5 Jul 2004 23:35:35 +0000 (23:35 -0000)]
2004-07-06  Martin Baulig  <martin@ximian.com>

* debug-mini.c (mono_debug_init_method): Allow
MONO_WRAPPER_MANAGED_TO_NATIVE wrappers.
(mono_debug_add_icall_wrapper): New method.

* mini.c (mono_icall_get_wrapper): Call mono_debug_add_icall_wrapper().

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

19 years ago2004-07-06 Martin Baulig <martin@ximian.com>
Martin Baulig [Mon, 5 Jul 2004 23:33:29 +0000 (23:33 -0000)]
2004-07-06  Martin Baulig  <martin@ximian.com>

* mono-debug.h: Increment version number to 44.

* mono-debug.c (mono_debug_add_wrapper): The second argument is
now a gpointer, rewrote this whole method.

* mono-debug-debugger.c (mono_debugger_add_wrapper): New
function.  Add information about the wrapper in a new "misc table".

* mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
for the new misc table.

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

19 years ago * CodeIdentifier.cs: Removed constructor for NET_2_0.
Lluis Sanchez [Mon, 5 Jul 2004 18:12:19 +0000 (18:12 -0000)]
* CodeIdentifier.cs: Removed constructor for NET_2_0.
* SoapCodeExporter.cs, SoapSchemaImporter.cs, XmlCodeExporter.cs,
  XmlMapping.cs, XmlMemberMapping.cs, XmlReflectionImporter.cs,
  XmlSchemaExporter.cs, XmlSchemaImporter.cs, XmlSchemas.cs,
  XmlSerializationReader.cs, XmlSerializationWriter.cs, XmlSerializer.cs,
  XmlSerializerNamespaces.cs: Added 2.0 stubs.
* XmlMembersMapping.cs, XmlTypeMapping.cs: 2.0 fixage.
* IXmlTextParser.cs, CodeExporter.cs, CodeGenerationOptions.cs,
  ImportContext.cs, SchemaImporter.cs, SchemaImporterExtension.cs,
  SchemaImporterExtensionCollection.cs, XmlDeserializationEvents.cs,
  XmlSchemaProviderAttribute.cs, XmlSerializationGeneratedCode.cs,
  XmlSerializerAssemblyAttribute.cs, XmlSerializerFactory.cs,
  XmlSerializerVersionAttribute.cs: New files. More 2.0 stubs.

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

19 years ago2004-07-05 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Mon, 5 Jul 2004 16:47:38 +0000 (16:47 -0000)]
2004-07-05  Zoltan Varga  <vargaz@freemail.hu>

* metadata-internals.h image.c: Add a cache for helper signatures.

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

19 years ago * RegexTest.cs: Add some simple tests for debugging/zen
Jackson Harper [Mon, 5 Jul 2004 16:30:06 +0000 (16:30 -0000)]
    * RegexTest.cs: Add some simple tests for debugging/zen
          building.

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

19 years ago * RegexTest.cs: Add some simple tests for debugging/zen
Jackson Harper [Mon, 5 Jul 2004 16:11:37 +0000 (16:11 -0000)]
    * RegexTest.cs: Add some simple tests for debugging/zen
          building.

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

19 years ago2004-07-05 Dick Porter <dick@ximian.com>
Dick Porter [Mon, 5 Jul 2004 15:29:06 +0000 (15:29 -0000)]
2004-07-05  Dick Porter  <dick@ximian.com>

* mutexes.c (mutex_ops_init): Make the named mutex mutex sharable.

* daemon.c (unref_handle): Only destroy a handle if all processes
have released it, not just the current one.  Fixes bug 60887.

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

19 years ago2004-07-05 Dick Porter <dick@ximian.com>
Dick Porter [Mon, 5 Jul 2004 15:05:43 +0000 (15:05 -0000)]
2004-07-05  Dick Porter  <dick@ximian.com>

* CheckPermission.cs:
* File.cs:
* FileInfo.cs:
* MonoIO.cs:
* FileStream.cs: Give the filename when throwing
FileNotFoundException.  Fixes bug 61120, based on patch from
Carlos Alberto Cesario <carloscesario@gmail.com>.

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

19 years ago2004-07-05 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Mon, 5 Jul 2004 14:37:03 +0000 (14:37 -0000)]
2004-07-05  Zoltan Varga  <vargaz@freemail.hu>

* Makefile.am pinvoke3.cs pinvoke9.cs: Merge pinvoke9 into pinvoke3.

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

19 years ago2004-07-05 Dick Porter <dick@ximian.com>
Dick Porter [Mon, 5 Jul 2004 14:30:28 +0000 (14:30 -0000)]
2004-07-05  Dick Porter  <dick@ximian.com>

* File.cs: File.Move() should check that the destination doesn't
already exist.  Fixes bug 60915, patch based on one from Carlos
Alberto Cesario <carloscesario@gmail.com>.

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

19 years agooops
Rafael Teixeira [Mon, 5 Jul 2004 14:13:02 +0000 (14:13 -0000)]
oops

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

19 years ago2004-07-05 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
Rafael Teixeira [Mon, 5 Jul 2004 14:09:20 +0000 (14:09 -0000)]
2004-07-05   Rafael Teixeira <rafaelteixeirabr@hotmail.com>
* Strings.cs: corrected 3 long-standing errors as detected by our nunit tests

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

19 years ago2004-07-05 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Mon, 5 Jul 2004 12:29:38 +0000 (12:29 -0000)]
2004-07-05  Zoltan Varga  <vargaz@freemail.hu>

* mintops.h: Applied patch from Marcin Krzyzanowski (krzak@pld-linux.org). Add support for unaligned access on little endian machines.

* interp.c:Applied patch from Marcin Krzyzanowski (krzak@pld-linux.org). Fix crash seen on amd64.

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

19 years ago2004-07-05 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Mon, 5 Jul 2004 12:06:41 +0000 (12:06 -0000)]
2004-07-05  Zoltan Varga  <vargaz@freemail.hu>

* monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.

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

19 years ago * Methods.cs: When using RPC, ignore RequestElementName and MessageName,
Lluis Sanchez [Mon, 5 Jul 2004 09:52:18 +0000 (09:52 -0000)]
* Methods.cs: When using RPC, ignore RequestElementName and MessageName,
  and always uses the method name (MS.NET seems to do this).

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

19 years ago2004-07-05 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Mon, 5 Jul 2004 08:30:33 +0000 (08:30 -0000)]
2004-07-05  Zoltan Varga  <vargaz@freemail.hu>

* mini.c (optimize_branches): Fix linking of bblocks in branch->branch
optimization.

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

19 years ago2004-07-04 Anirban Bhattacharjee <banirban@novell.com>
Anirban Bhattacharjee [Mon, 5 Jul 2004 07:41:12 +0000 (07:41 -0000)]
2004-07-04 Anirban Bhattacharjee <banirban@novell.com>
        * StringType.cs: Fix for bug #60983 - submitted by mauricioc@gmail.com

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

19 years ago2004-07-03 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sat, 3 Jul 2004 19:02:09 +0000 (19:02 -0000)]
2004-07-03  Zoltan Varga  <vargaz@freemail.hu>

* aot.c (mono_aot_load_method): Fix loading of debug info.

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

19 years ago2004-07-03 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sat, 3 Jul 2004 16:12:12 +0000 (16:12 -0000)]
2004-07-03  Zoltan Varga  <vargaz@freemail.hu>

* configure.in: Add --with-tls option to replace the misnamed
--with-nptl option.

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

19 years agooops
Jackson Harper [Fri, 2 Jul 2004 23:29:51 +0000 (23:29 -0000)]
oops

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

19 years ago * PlatformID.cs: New 2.0 values.
Jackson Harper [Fri, 2 Jul 2004 23:25:49 +0000 (23:25 -0000)]
    * PlatformID.cs: New 2.0 values.

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

19 years ago * Compiler.cs:
Jackson Harper [Fri, 2 Jul 2004 21:25:28 +0000 (21:25 -0000)]
    * Compiler.cs:
* CompilerError.cs:
* ErrorLevel.cs: Make obsolete in 2.0

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