mono.git
19 years ago2005-04-28 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 28 Apr 2005 12:18:44 +0000 (12:18 -0000)]
2005-04-28  Sebastien Pouliot  <sebastien@ximian.com>

* Thread.cs: Added internal property to get the ExecutionContext.

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

19 years ago2005-04-28 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 28 Apr 2005 12:13:22 +0000 (12:13 -0000)]
2005-04-28  Sebastien Pouliot  <sebastien@ximian.com>

* AsyncFlowControl.cs: Updated wrt beta2.
* ExecutionContext.cs: Updated wrt beta2. Class is now internal in
NET_1_1 to allow the compressed stack propagation to other threads.
* CompressedStack.cs: Updated wrt beta2. Class is internal in NET_1_1
to allow the compressed stack propagation to other threads.
* ContextCallback.cs: Updated wrt beta2.
* HostExecutionContext.cs: Updated wrt beta2.
* HostExecutionContextManager.cs: Updated wrt beta2.

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

19 years ago2005-04-28 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 28 Apr 2005 12:09:31 +0000 (12:09 -0000)]
2005-04-28  Sebastien Pouliot  <sebastien@ximian.com>

* PermissionSetCollection.cs: Updated wrt beta2. Seems this will be
removed before 2.0 final.
* HostProtectionException.cs: Updated wrt beta2. Added TODO as it
isn't support by the runtime.
* SecurityContext.cs: Updated wrt beta2. Class is now internal in
NET_1_1 to allow the compressed stack propagation to other threads.
* SecurityCriticalAttribute.cs: Added support for property Scope.
* SecurityException.cs: Removed PermitOnlySetInstance property to
match beta2.
* SecurityTransparentAttribute.cs: Fixed AttributeUsage. Added TODO
as it isn't support by the runtime.
* SuppressUnmanagedCodeSecurityAttribute.cs: Added delegates to usage
in NET_2_0.

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

19 years ago2005-04-28 Martin Baulig <martin@ximian.com>
Martin Baulig [Thu, 28 Apr 2005 11:37:01 +0000 (11:37 -0000)]
2005-04-28  Martin Baulig  <martin@ximian.com>

* Dictionary.cs, Queue.cs, Stack.cs, List.cs, Comparer.cs: Don't
duplicate type parameters in the nested classes.

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

19 years ago2005-04-28 Jordi Mas i Hernandez <jordi@ximian.com>
Jordi Mas i Hernandez [Thu, 28 Apr 2005 10:39:20 +0000 (10:39 -0000)]
2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>

* ListControl.cs: honors OnPositionChanged and default Selected Item
* ListBox.cs: unselect items when clearing

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

19 years ago2005-04-28 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 28 Apr 2005 08:56:22 +0000 (08:56 -0000)]
2005-04-28  Zoltan Varga  <vargaz@freemail.hu>

* mini.c (mono_method_to_ir): Assert if ldsfld and friends are used
on a literal field. Fixes #74751.

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

19 years ago2005-04-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 28 Apr 2005 06:22:47 +0000 (06:22 -0000)]
2005-04-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* TypeDescriptor.cs: implemented GetEditor. Patch by Jonathan Chambers.

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

19 years ago2005-04-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 28 Apr 2005 04:01:16 +0000 (04:01 -0000)]
2005-04-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* ExpiresBuckets.cs:
* Cache.cs:
* CacheExpires.cs: fix NullReferenceException thrown sometimes when
using sliding expiration and under high load. Patch by Eyal Alayuf from
Mainsoft.

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

19 years agoupdates
Gonzalo Paniagua Javier [Thu, 28 Apr 2005 03:56:38 +0000 (03:56 -0000)]
updates

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

19 years agoNew test for Cache by Eyal Alayuf (Mainsoft)
Gonzalo Paniagua Javier [Thu, 28 Apr 2005 03:42:24 +0000 (03:42 -0000)]
New test for Cache by Eyal Alayuf (Mainsoft)

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

19 years agosvn:eol-style native
Raja R Harinath [Thu, 28 Apr 2005 03:25:52 +0000 (03:25 -0000)]
svn:eol-style native

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

19 years agore-enable -dlopen workaround for monodis-wrapper.
Raja R Harinath [Thu, 28 Apr 2005 03:06:48 +0000 (03:06 -0000)]
re-enable -dlopen workaround for monodis-wrapper.

Known problem libtools:

  libtool/experimental on Debian (1.6.0+1.5a...)
  libtool on the SuSE x86_64 (don't know the version)

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

19 years ago2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 27 Apr 2005 23:54:50 +0000 (23:54 -0000)]
2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* threads.c: don't wait for threads that are in the process of aborting
or aborted. Set the 'shutting_down' flag before cleaning the threadpool
and waiting for background threads to finish. This makes xsp and
mod-mono-server exit without random length delays and/or hangs.

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

19 years ago2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 27 Apr 2005 23:49:39 +0000 (23:49 -0000)]
2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* icall.c: remove duplicate assignment from GetReferencedAssemblies.

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

19 years ago * X11Keyboard.cs: Initialize a default keyboard and give a warning
Jackson Harper [Wed, 27 Apr 2005 20:33:50 +0000 (20:33 -0000)]
* X11Keyboard.cs: Initialize a default keyboard and give a warning
if a "correct" keyboard is not found. This will make us not crash,
but might give some users bad keyboard layouts...seems to be the
same thing rewind does.

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

19 years ago2005-04-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 27 Apr 2005 18:38:36 +0000 (18:38 -0000)]
2005-04-27  Sebastien Pouliot  <sebastien@ximian.com>

* DSACryptoServiceProviderTest.cs: Catch UnauthorizedAccessException
directly in UseMachineKeyStore (not just wrapped inside a
CryptographicException).
* RSACryptoServiceProviderTest.cs: Catch UnauthorizedAccessException
directly in UseMachineKeyStore (not just wrapped inside a
CryptographicException).

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

19 years ago2005-04-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 27 Apr 2005 18:26:02 +0000 (18:26 -0000)]
2005-04-27  Sebastien Pouliot  <sebastien@ximian.com>

* KeyPairPersistenceTest.cs: Upgrade to NUnit 2.2 API to use Ignore.
Now Ignore all tests that results in UnauthorizedAccessException.

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

19 years ago * BindingManagerBase.cs: Attach the current/position changed
Jackson Harper [Wed, 27 Apr 2005 18:09:45 +0000 (18:09 -0000)]
* BindingManagerBase.cs: Attach the current/position changed
handlers to their respective events.

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

19 years ago * ComboBox.cs: Just fill the clipping rect not the entire client
Jackson Harper [Wed, 27 Apr 2005 17:45:29 +0000 (17:45 -0000)]
* ComboBox.cs: Just fill the clipping rect not the entire client
rect when drawing the background. This prevents pieces of the
image buffer from getting overwritten and is theoretically faster.

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

19 years ago * ThemeWin32Classic.cs: Don't fill the background for picture
Jackson Harper [Wed, 27 Apr 2005 17:23:50 +0000 (17:23 -0000)]
* ThemeWin32Classic.cs: Don't fill the background for picture
boxes. This could overright user drawing.

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

19 years ago * Control.cs: Make sure that the first WM_PAINT does a full draw,
Jackson Harper [Wed, 27 Apr 2005 17:00:27 +0000 (17:00 -0000)]
* Control.cs: Make sure that the first WM_PAINT does a full draw,
not just a blit.

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

19 years ago2005-04-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 27 Apr 2005 16:45:08 +0000 (16:45 -0000)]
2005-04-27  Sebastien Pouliot  <sebastien@ximian.com>

* X509CertificateCollectionTest.cs: Re-enable the tests as they now
works on 2.0 beta2 exactly like under Mono.

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

19 years ago2005-04-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 27 Apr 2005 14:54:11 +0000 (14:54 -0000)]
2005-04-27  Sebastien Pouliot  <sebastien@ximian.com>

* IBuiltInPermissionTest.cs: Fixed token index numbers wrt beta2.
* IsolatedStorageFilePermissionTest.cs: Change containment to match
beta2.
* UrlIdentityPermissionTest.cs: Fixed test case for 2.0.
* ZoneIdentityPermissionAttributeTest.cs: Tag unrestricted test as
NotWorking.

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

19 years ago2005-04-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 27 Apr 2005 14:50:10 +0000 (14:50 -0000)]
2005-04-27  Sebastien Pouliot  <sebastien@ximian.com>

* X509Certificate.cs: Updated features for 2.0.

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

19 years agoAdded new classes in System.Security and some support classes for X509Certificate...
Sebastien Pouliot [Wed, 27 Apr 2005 14:47:45 +0000 (14:47 -0000)]
Added new classes in System.Security and some support classes for X509Certificate (imported from Mono.Security.dll).

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

19 years ago2005-04-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 27 Apr 2005 14:45:30 +0000 (14:45 -0000)]
2005-04-27  Sebastien Pouliot  <sebastien@ximian.com>

* PKCS12.cs: New. Copied from Mono.Security.dll to allow support of
PKCS#12 files in X509Certificate for 2.0.
* X509Certificate.cs: Added new features required to support 2.0.

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

19 years ago2005-04-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 27 Apr 2005 14:43:23 +0000 (14:43 -0000)]
2005-04-27  Sebastien Pouliot  <sebastien@ximian.com>

* PKCS8.cs: New. Copied from Mono.Security.dll to allow support of
PKCS#12 files in X509Certificate for 2.0.

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

19 years agoNew attribute and enum introduced in 2.0 beta2
Sebastien Pouliot [Wed, 27 Apr 2005 14:41:52 +0000 (14:41 -0000)]
New attribute and enum introduced in 2.0 beta2

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

19 years ago2005-04-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 27 Apr 2005 14:20:42 +0000 (14:20 -0000)]
2005-04-27  Sebastien Pouliot  <sebastien@ximian.com>

* X509BasicConstraintsExtension.cs: Now throw ArgumentNullException in
CopyFrom (fixed in beta2).
* X509CertificateEx.cs: Throw a CryptographicException in the RawData
property if no certificate is loaded in the instance.
* X509EnhancedKeyUsageExtension.cs: Now throw ArgumentNullException in
CopyFrom (fixed in beta2).
* X509Extension.cs: Now throw ArgumentNullException in CopyFrom (fixed
in beta2).
* X509KeyUsageExtension.cs: Now throw ArgumentNullException in
CopyFrom (fixed in beta2).
* X509Store.cs: Re-added certificate creation to get the exception.
* X509SubjectKeyIdentifierExtension.cs: Throw ArgumentNullException in
CopyFrom (fixed in beta2). Fix SubjectKeyIdentifier to return an empty
string (not null) after (unsucessful) decoding.

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

19 years ago2005-04-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 27 Apr 2005 14:15:06 +0000 (14:15 -0000)]
2005-04-27  Sebastien Pouliot  <sebastien@ximian.com>

* ProtectedDataTest.cs: Updated to NUnit 2.2 API to use Ignore it the
platform doesn't support ProtectedData.
* ProtectedMemoryTest.cs: Updated to NUnit 2.2 API to use Ignore it
the platform doesn't support ProtectedData.

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

19 years ago2005-04-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 27 Apr 2005 12:46:25 +0000 (12:46 -0000)]
2005-04-27  Sebastien Pouliot  <sebastien@ximian.com>

* AssemblyTest.cs: Updated NET_2_0 tests to check for v2.0.50215
(beta2).

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

19 years ago2005-04-27 Sureshkumar T <tsureshkumar@novell.com>
Sureshkumar T [Wed, 27 Apr 2005 12:39:14 +0000 (12:39 -0000)]
2005-04-27  Sureshkumar T  <tsureshkumar@novell.com>
* System.Data/DataTableReader.cs: Implemented most of the TODO.
* Test/System.Data/DataTableReaderTest.cs: Added Tests for DataTableReader class.
* System.Data.Common/DbDataReader.cs: Added static method to construct the schema
           table with default schema. Could be reused in many places.
* System.Data_test.dll.sources: Added DataTableReaderTest.cs

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

19 years ago2005-04-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 27 Apr 2005 12:25:21 +0000 (12:25 -0000)]
2005-04-27  Sebastien Pouliot <sebastien@ximian.com>

* AssemblyInfo.cs: Updated for 2.0 beta 2.

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

19 years ago2005-04-27 Lluis Sanchez Gual <lluis@ximian.com>
Lluis Sanchez [Wed, 27 Apr 2005 11:17:57 +0000 (11:17 -0000)]
2005-04-27  Lluis Sanchez Gual  <lluis@ximian.com>

* RemotingServicesTest.cs: Fix warning.
* ContextsTest.cs: Removed unneeded exception catch.
Changed the order in which GetEnvoySink is called. I think
this is a safe chenge, since it is not defined where the
call to GetEnvoySink should be made.

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

19 years ago2005-04-27 Lluis Sanchez Gual <lluis@novell.com>
Lluis Sanchez [Wed, 27 Apr 2005 10:09:32 +0000 (10:09 -0000)]
2005-04-27  Lluis Sanchez Gual  <lluis@novell.com>

* PointF.cs: Make serialization compatible with MS.

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

19 years ago* ILParser.jay (method_ref): Let owner.GetMethodRef handle the
Ankit Jain [Wed, 27 Apr 2005 08:48:49 +0000 (08:48 -0000)]
* ILParser.jay (method_ref): Let owner.GetMethodRef handle the
creation of TypeSpecMethodRef.

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

19 years ago* ExternTypeRefInst.cs (ExternTypeRefInst.GetMethodRef): Use method_table to avoid
Ankit Jain [Wed, 27 Apr 2005 08:48:14 +0000 (08:48 -0000)]
* ExternTypeRefInst.cs (ExternTypeRefInst.GetMethodRef): Use method_table to avoid
creating duplicates.
* PrimitiveTypeRef.cs (PrimitiveTypeRef.GetMethodRef): Use method_table to avoid
creating duplicates
* PeapiTypeRef.cs (Pair): New class. Tuple of PEAPI.Type and string.
(PeapiTypeRef.type_table): New.
(PeapiTypeRef.MakeArray, MakeBoundArray, MakeManagedPointer, MakeUnmanagedPointer,
MakeCustomModified): Use type_table to avoid creating duplicates.

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

19 years agoUse CultureInfo.DefaultInvariant instead of just the Default
Gonzalo Paniagua Javier [Wed, 27 Apr 2005 07:39:34 +0000 (07:39 -0000)]
Use CultureInfo.DefaultInvariant instead of just the Default

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

19 years ago2005-04-27 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Wed, 27 Apr 2005 06:54:02 +0000 (06:54 -0000)]
2005-04-27  Marek Safar <marek.safar@seznam.cz>

* test-294.cs: Add test based on #74378

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

19 years ago2005-04-27 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Wed, 27 Apr 2005 06:53:12 +0000 (06:53 -0000)]
2005-04-27  Marek Safar  <marek.safar@seznam.cz>

Fix #74378
* class.cs (EmitFieldInitializers): Use FieldExpr in initializer.

* ecore.cs (FieldExpr): Add a new ctor with in_initializer.
(FieldExpr.DoResolve): Obsolete members are ignored for field
initializers.

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

19 years ago* configure.in (AC_DISABLE_FAST_INSTALL): Set.
Raja R Harinath [Wed, 27 Apr 2005 06:31:02 +0000 (06:31 -0000)]
* configure.in (AC_DISABLE_FAST_INSTALL): Set.

Try a somewhat different tack.

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

19 years ago* ILTokenizer.cs (GetNextToken): Handle 'tail.' and 'unaligned.' instructions.
Raja R Harinath [Wed, 27 Apr 2005 06:11:14 +0000 (06:11 -0000)]
* ILTokenizer.cs (GetNextToken): Handle 'tail.' and 'unaligned.' instructions.

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

19 years ago2005-04-27 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 27 Apr 2005 02:47:16 +0000 (02:47 -0000)]
2005-04-27  Atsushi Enomoto  <atsushi@ximian.com>

* TextInfo.cs : Some performance fixes. Avoid delegate.
  Compute parent culture only once. Quick ASCII range check.

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

19 years agoAdded unit tests for System.Security.Policy. ApplicationTrust class.
Sebastien Pouliot [Tue, 26 Apr 2005 23:15:53 +0000 (23:15 -0000)]
Added unit tests for System.Security.Policy. ApplicationTrust class.

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

19 years ago2005-04-26 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Tue, 26 Apr 2005 23:14:02 +0000 (23:14 -0000)]
2005-04-26  Sebastien Pouliot  <sebastien@ximian.com>

* ApplicationTrustTest.cs: New. Unit tests for ApplicationTrust (2.0).

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

19 years ago2005-04-26 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Tue, 26 Apr 2005 23:07:41 +0000 (23:07 -0000)]
2005-04-26  Sebastien Pouliot  <sebastien@ximian.com>

* ApplicationTrust.cs: Completed TODO. Added missing set for
ApplicationIdentity property.
* ApplicationTrustCollection.cs: Completed TODO.

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

19 years agoPreload the path of Mono, that should fix the build
Miguel de Icaza [Tue, 26 Apr 2005 22:25:36 +0000 (22:25 -0000)]
Preload the path of Mono, that should fix the build

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

19 years agoCheck DataManager before setting it
Jordi Mas i Hernandez [Tue, 26 Apr 2005 18:59:48 +0000 (18:59 -0000)]
Check DataManager before setting it

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

19 years ago2005-04-26 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Tue, 26 Apr 2005 18:56:10 +0000 (18:56 -0000)]
2005-04-26  Sebastien Pouliot  <sebastien@ximian.com>

* X509CertificateEx.cs: Used new features from Mono.Security.dll to
load certificates and private keys from PKCS#12.

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

19 years ago2005-04-26 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Tue, 26 Apr 2005 18:54:47 +0000 (18:54 -0000)]
2005-04-26  Sebastien Pouliot  <sebastien@ximian.com>

* AlgorithmIdentifierTest.cs: Complete some test cases. Updated to
NUnit 2.2 API.
* SignedCmsTest.cs: Added [Ignore] to 3 tests that now also fails
on beta2.

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

19 years ago2005-04-26 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Tue, 26 Apr 2005 18:52:43 +0000 (18:52 -0000)]
2005-04-26  Sebastien Pouliot  <sebastien@ximian.com>

* AlgorithmIdentifier.cs: Removed FIXME - seems "by design".
* ContentInfo.cs: Applied fix for ArgumentNullException (was fixed in
beta2).
* Pkcs9ContentType.cs: Added new override for CopyFrom.
* Pkcs9DocumentDescription.cs: Added new override for CopyFrom.
Applied fix for ArgumentNullException (was fixed in beta2).
* Pkcs9DocumentName.cs: Added new override for CopyFrom.
Applied fix for ArgumentNullException (was fixed in beta2).
* Pkcs9MessageDigest.cs: Added new override for CopyFrom.
* Pkcs9SigningTime.cs: Added new override for CopyFrom.

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

19 years ago2005-04-26 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Tue, 26 Apr 2005 18:35:13 +0000 (18:35 -0000)]
2005-04-26  Sebastien Pouliot  <sebastien@ximian.com>

* X509Certificate.cs: DSA and RSA properties are now cached. In 2.0
they also have a set accessor.
* PKCS12.cs: Modified code to allow providing the password as a byte
array (the new constructor is available in 2.0).

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

19 years ago2005-04-26 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Tue, 26 Apr 2005 18:34:48 +0000 (18:34 -0000)]
2005-04-26  Sebastien Pouliot  <sebastien@ximian.com>

* PKCS12Test.cs: Fix a test for 2.0 (where the constructor could be
ambiguous).

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

19 years ago2005-04-26 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Tue, 26 Apr 2005 18:24:00 +0000 (18:24 -0000)]
2005-04-26  Sebastien Pouliot  <sebastien@ximian.com>

* IBuiltInPermission.cs: Fixed index values for GacIdentityPermission
and KeyContainerPermission. Removed DataProtectionPermission.
* IsolatedStorageContainment.cs: Fixed ApplicationIsolationByUser
value to 0x15.
* UrlIdentityPermission.cs: Fixed differences between 1.x and 2.0.

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

19 years ago2005-04-26 Jordi Mas i Hernandez <jordi@ximian.com>
Jordi Mas i Hernandez [Tue, 26 Apr 2005 18:10:08 +0000 (18:10 -0000)]
2005-04-26  Jordi Mas i Hernandez <jordi@ximian.com>

* ComboBox.cs: Databinding support fixes, fire missing events
* ListControl.cs: implement missing methods and properties, fixes
* ThemeWin32Classic.cs: Databiding support on Drawing
* CheckedListBox.cs: Databinding support fixes, fire missing events
* ListBox.cs: Databinding support fixes, fire missing events

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

19 years ago2005-04-26 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 26 Apr 2005 18:09:26 +0000 (18:09 -0000)]
2005-04-26  Atsushi Enomoto  <atsushi@ximian.com>

*/Makefile :
  Fixed file sharing violation when built under net_2_0* profile
  on Windows.

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

19 years ago2005-04-26 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Tue, 26 Apr 2005 14:32:54 +0000 (14:32 -0000)]
2005-04-26  Sebastien Pouliot  <sebastien@ximian.com>

* KeyInfoX509DataTest.cs: Added new unit tests for NET_1_1 and updated
tests to work on NET_2_0.

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

19 years ago2005-04-26 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Tue, 26 Apr 2005 14:31:38 +0000 (14:31 -0000)]
2005-04-26  Sebastien Pouliot  <sebastien@ximian.com>

* KeyInfoX509Data.cs: Fixed to work biwht unit tests on both NET_1_1
and NET_2_0 (except for obvious beta2 bugs). ArraList are now only
created when required.

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

19 years ago2005-04-26 Dick Porter <dick@ximian.com>
Dick Porter [Tue, 26 Apr 2005 13:47:44 +0000 (13:47 -0000)]
2005-04-26  Dick Porter  <dick@ximian.com>

        * handles.c: Fix stupid thinko where if a new shared handle is
        created but a collection was needed to free some space, it
        returned an error anyway.  Should fix the messages shown in bug
        74659.

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

19 years agoMONO_DISABLE_SHM env var not used any more
Dick Porter [Tue, 26 Apr 2005 13:34:25 +0000 (13:34 -0000)]
MONO_DISABLE_SHM env var not used any more

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

19 years agoIn ilasm/parser:
Ankit Jain [Tue, 26 Apr 2005 13:13:23 +0000 (13:13 -0000)]
In ilasm/parser:
2005-04-26  Ankit Jain  <ankit@corewars.org>

* ILParser.jay (comp_name): Allow n.a.'b' .

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

19 years agoIn ilasm/scanner:
Ankit Jain [Tue, 26 Apr 2005 13:09:50 +0000 (13:09 -0000)]
In ilasm/scanner:
Parts of the patch from Harinath & Jackson.

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

19 years ago* ILTokenizer.cs (ILTokenizer.GetNextToken): Advance reader to look at
Ankit Jain [Tue, 26 Apr 2005 12:56:25 +0000 (12:56 -0000)]
* ILTokenizer.cs (ILTokenizer.GetNextToken): Advance reader to look at
char after a '.' .
(ILTokenizer.BuildId): Never end an id on a DOT.
Patch by Harinath.

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

19 years agoupdate
Raja R Harinath [Tue, 26 Apr 2005 12:49:08 +0000 (12:49 -0000)]
update

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

19 years agoA minor correction (By Sudharsan V)
Satya Sudha K [Tue, 26 Apr 2005 11:15:56 +0000 (11:15 -0000)]
A minor correction (By Sudharsan V)

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

19 years ago* rerrors_btest.dll.sources: Remove LateBinding10.vb and
Raja R Harinath [Tue, 26 Apr 2005 11:12:51 +0000 (11:12 -0000)]
* rerrors_btest.dll.sources: Remove LateBinding10.vb and
LateBinding11.vb so that it compiles.

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

19 years ago2005-04-26 Ritvik Mayank <mritvik@novell.com>
Ritvik Mayank [Tue, 26 Apr 2005 10:18:33 +0000 (10:18 -0000)]
2005-04-26  Ritvik Mayank  <mritvik@novell.com>

* System.Windows.Forms_test.dll.sources : Added LabelPropertyTest.cs for Label Test

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

19 years ago2005-04-26 Lluis Sanchez Gual <lluis@novell.com>
Lluis Sanchez [Tue, 26 Apr 2005 09:20:55 +0000 (09:20 -0000)]
2005-04-26  Lluis Sanchez Gual  <lluis@novell.com>

* XmlSerializerTests.cs:
* DeserializeTests.cs:
* XmlSerializerTestClasses.cs: Added tests for readonly properties and
elements with spaces on them.

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

19 years ago2005-04-26 Lluis Sanchez Gual <lluis@novell.com>
Lluis Sanchez [Tue, 26 Apr 2005 09:20:34 +0000 (09:20 -0000)]
2005-04-26  Lluis Sanchez Gual  <lluis@novell.com>

* XmlReflectionImporter.cs, SoapReflectionImporter.cs: ignore array
properties which are read only. Fixes bug #74723.

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

19 years ago2005-04-26 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Tue, 26 Apr 2005 07:33:40 +0000 (07:33 -0000)]
2005-04-26  Marek Safar <marek.safar@seznam.cz>

* cls-test-6.cs: Put in a new test.

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

19 years ago2005-04-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 26 Apr 2005 07:24:42 +0000 (07:24 -0000)]
2005-04-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* Calendar.cs: when the day is active, modify the text of the literal
control that holds the number, not the text of the TableCell. Also call
OnDayRender before updating that text. Fixes bug #74718.

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

19 years agonew tests + update
Marek Safar [Tue, 26 Apr 2005 07:10:37 +0000 (07:10 -0000)]
new tests + update

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

19 years ago2005-04-26 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Tue, 26 Apr 2005 06:58:26 +0000 (06:58 -0000)]
2005-04-26  Marek Safar  <marek.safar@seznam.cz>

* attribute.cs (AreOverloadedMethodParamsClsCompliant): Add array
of arrays detection.

* class.cs (Interface.VerifyClsCompliance): Add base interfaces
verification.
(Field.VerifyClsCompliance): Volatile fields are not compliant.

* decl.cs (MemberCache.VerifyClsParameterConflict): Add array of
arrays report.

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

19 years agoTestcases for Late Binding and typemembers
Satya Sudha K [Tue, 26 Apr 2005 06:36:57 +0000 (06:36 -0000)]
Testcases for Late Binding and typemembers

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

19 years agoAdded Makefiles to each sub-directories
Satya Sudha K [Tue, 26 Apr 2005 05:48:01 +0000 (05:48 -0000)]
Added Makefiles to each sub-directories

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

19 years agomissed the case when the expr. don't ends with whitespace
Gonzalo Paniagua Javier [Tue, 26 Apr 2005 04:21:23 +0000 (04:21 -0000)]
missed the case when the expr. don't ends with whitespace

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

19 years ago2005-04-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 26 Apr 2005 04:15:53 +0000 (04:15 -0000)]
2005-04-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* Tokenizer.cs: make it not rely in exceptions being thrown to know that
the array is entirely processed.

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

19 years ago "out" is not supported as Parameter Modifier in VB.NET
Manjula GHM [Tue, 26 Apr 2005 03:53:45 +0000 (03:53 -0000)]
 "out" is not supported as Parameter Modifier in VB.NET

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

19 years ago"out" is not supported as Parameter Modifier in VB.NET
Manjula GHM [Tue, 26 Apr 2005 03:42:32 +0000 (03:42 -0000)]
"out" is not supported as Parameter Modifier in VB.NET

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

19 years ago2005-04-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 26 Apr 2005 02:24:01 +0000 (02:24 -0000)]
2005-04-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* DefaultValueAttribute.cs: fixed the .ctor that takes a type and a
string. Previous implementation caused *lots* of exceptions being thrown
when processing WebControl types.

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

19 years ago2005-04-25 Ben Maurer <bmaurer@ximian.com>
Ben Maurer [Tue, 26 Apr 2005 01:34:49 +0000 (01:34 -0000)]
2005-04-25  Ben Maurer  <bmaurer@ximian.com>

* cs-parser.jay: Use the prefered version of -unsafe in error
message.

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

19 years agoRemove unrequired/duplicate files from build (wrt beta2)
Sebastien Pouliot [Tue, 26 Apr 2005 01:11:57 +0000 (01:11 -0000)]
Remove unrequired/duplicate files from build (wrt beta2)

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

19 years ago2005-04-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 26 Apr 2005 00:07:06 +0000 (00:07 -0000)]
2005-04-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* TemplateParser.cs:
* SimpleWebHandlerParser.cs: removed values assigned and neved used.

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

19 years ago2005-04-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 26 Apr 2005 00:05:03 +0000 (00:05 -0000)]
2005-04-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* System.Web.Configuration/CompilerCollection.cs: added CompareLanguages
method.
* System.Web.Compilation/AspGenerator.cs: when checking languages, try
to match other aliases too (ie, 'cs' == 'c#').

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

19 years ago2005-04-25 Peter Bartok <pbartok@novell.com>
Peter Dennis Bartok [Mon, 25 Apr 2005 22:37:58 +0000 (22:37 -0000)]
2005-04-25  Peter Bartok  <pbartok@novell.com>

* LinkLabel.cs: Length of LinkArea is not allowed to be negative

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

19 years ago2005-04-25 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Mon, 25 Apr 2005 20:54:27 +0000 (20:54 -0000)]
2005-04-25  Zoltan Varga  <vargaz@freemail.hu>

* class.c (mono_class_is_assignable_from): Call is_assignable_to for
dynamic types to prevent infinite loops. Fixes #74727.

* reflection.c (mono_reflection_call_is_assignable_from): Rename to
..._is_assignable_to.

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

19 years ago2005-04-25 Dick Porter <dick@ximian.com>
Dick Porter [Mon, 25 Apr 2005 20:43:08 +0000 (20:43 -0000)]
2005-04-25  Dick Porter  <dick@ximian.com>

        * handles.c (_wapi_handle_check_share): Only consider mono
        processes when looking to see if a file is still being held open,
        while checking share permissions.

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

19 years ago * TreeView.cs: Use the horizontal scrollbars height not width when
Jackson Harper [Mon, 25 Apr 2005 20:42:07 +0000 (20:42 -0000)]
* TreeView.cs: Use the horizontal scrollbars height not width when
determining how much of the client area is available.

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

19 years ago2005-04-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Mon, 25 Apr 2005 20:16:18 +0000 (20:16 -0000)]
2005-04-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* mkbundle.cs: GetReferencedAssemblies () will not report CodeBase, so
load the assembly and get it from there. Fixes bug #74695.

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

19 years agoMake it build
Miguel de Icaza [Mon, 25 Apr 2005 19:52:34 +0000 (19:52 -0000)]
Make it build

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

19 years ago2005-04-25 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Mon, 25 Apr 2005 19:27:27 +0000 (19:27 -0000)]
2005-04-25  Zoltan Varga  <vargaz@freemail.hu>

* iltests.il: Add test for #74726.

* mini-amd64.c: Fix saving of registers in mul.ovf.un. Fixes #74726.

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

19 years ago * Control.cs: Double buffering is handled differently now. As per
Jackson Harper [Mon, 25 Apr 2005 18:33:05 +0000 (18:33 -0000)]
* Control.cs: Double buffering is handled differently now. As per
the spec, the extra buffer is created in the WM_PAINT message and
passed down to the control's drawing code.
* GroupBox.cs:
* Label.cs:
* CheckBox.cs:
* ProgressBar.cs:
* RadioButton.cs:
* ColorDialog.cs:
* ComboBox.cs:
* PropertyGridView.cs:
* UpDownBase.cs:
* MessageBox.cs:
* MenuAPI.cs:
* ListView.cs:
* ButtonBase.cs:
* SizeGrip.cs:
* ScrollBar.cs:
* ListBox.cs:
* TrackBar.cs:
* ToolBar.cs:
* PictureBox.cs:
* DateTimePicker.cs:
* StatusBar.cs:
* TreeView.cs: Update to new double buffering system.
* MonthCalendar.cs: Uncomment block, as Capture is now
working. Update to new double buffering
* LinkLabel.cs: Lazy init the link collection. Update to new double buffering
* PaintEventArgs.cs: New internal method allows us to set the
graphics object. This is used for double buffering.
* ThemeWin32Classic.cs: Give the picture box drawing code a clip
rectangle. The internal paint_area var has been removed from
StatusBar. The clipping rect should be used instead.
* Theme.cs: Give the PictureBox drawing method a clipping rect.
* TabPage.cs: The RefreshTabs method was removed, so just call the
tab controls Refresh method now.
* TabControl.cs: Update to new double buffering. Make sure the
handle is created before sizing the tab pages, otherwise we will
get stuck in a loop.

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

19 years ago * System.Windows.Forms.dll.sources: Add CursorConvert.cs to the
Jackson Harper [Mon, 25 Apr 2005 18:18:25 +0000 (18:18 -0000)]
* System.Windows.Forms.dll.sources: Add CursorConvert.cs to the
build

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

19 years ago2005-04-25 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Mon, 25 Apr 2005 17:26:14 +0000 (17:26 -0000)]
2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>

* CryptoConfigTest.cs: Check that ArgumentNullException is throw in
EncodeOID for 2.0. Comment test for RSA OID (2.0).
* DESTest.cs: Check that null keys throws CryptographicException in
IsWeakKey and IsSemiWeakKey for 2.0.
* TripleDESTest.cs: Check that null keys throws CryptographicException
in IsWeakKey for 2.0.
* SymmetricAlgorithm2Test.cs: Check that a FeedbackSize of zero throws
a CryptographicException in 2.0.

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

19 years ago2005-04-25 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Mon, 25 Apr 2005 17:22:53 +0000 (17:22 -0000)]
2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>

* CryptoConfig.cs: Removed RSA OID and added null check in EncodeOID
in NET_2_0 to match beta2.
* DES.cs: Added null check for IsWeakKey and IsSemiWeakKey in NET_2_0
to match beta2.
* SymmetricAlgorithm.cs: Throw CryptographicException when feedback is
zero in NET_2_0 to match beta2
* TripleDES.cs: Added null check for IsWeakKey in NET_2_0 to match
beta2.

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

19 years ago2005-04-25 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Mon, 25 Apr 2005 17:08:17 +0000 (17:08 -0000)]
2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>

* HostSecurityManagerTest.cs: Renamed HostSecurityManagerFlags to
HostSecurityManagerOptions to match beta2.
* PermissionSetCollectionTest.cs: Removed "set" tests for the
PermissionSets property (removed in beta2).

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

19 years ago2005-04-25 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Mon, 25 Apr 2005 16:52:17 +0000 (16:52 -0000)]
2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>

* FileCodeGroupTest.cs: Revoved tests for Scope property (2.0).
* GacMembershipConditionTest.cs: Renamed Gac to GacInstalled (new name
* GacTest.cs: Renamed Gac to GacInstalled (new name in beta2).
in beta2).
* IBuiltInEvidenceTest.cs: Renamed Gac to GacInstalled (new name in
beta2).
* SiteTest.cs: Removed [Catogery("NotWorking")] from some 2.0 tests.
* UrlTest.cs: Removed [Catogery("NotWorking")] from some 2.0 tests.
* UrlMembershipConditionTest.cs: Removed [Catogery("NotWorking")] from
some 2.0 tests.

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

19 years agoUpdate HostSecurityManager and HostSecurityManagerOptions for beta2
Sebastien Pouliot [Mon, 25 Apr 2005 16:41:57 +0000 (16:41 -0000)]
Update HostSecurityManager and  HostSecurityManagerOptions for beta2

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

19 years ago2005-04-25 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Mon, 25 Apr 2005 16:25:03 +0000 (16:25 -0000)]
2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>

* AllMembershipCondition.cs: Added [ComVisible (true)] in NET_2_0 to
match beta2.
* ApplicationDirectory.cs: Added [ComVisible (true)] in NET_2_0 to
match beta2. Removed FIXME - confirmed as "by design" by MS.
* ApplicationDirectoryMembershipCondition.cs: Added [ComVisible (true)]
in NET_2_0 to match beta2.
* ApplicationSecurityInfo.cs: Updated to match beta2.
* ApplicationSecurityManager.cs: Updated to match beta2.
* ApplicationTrust.cs: Updated to match beta2.
* ApplicationTrustCollection.cs: Updated to match beta2.
* ApplicationTrustEnumerator.cs: Added [ComVisible (true)] to match
beta2.
* ApplicationVersionMatch.cs: Added [ComVisible (true)] to match beta2.
* CodeConnectAccess.cs: Added [ComVisible (true)] to match beta2.
* CodeGroup.cs: Added [ComVisible (true)] in NET_2_0 to match beta2.
Reworked Equals to avoid multiple typecast.
* Evidence.cs: Updated to match beta2. Now use internal method
Assembly.UnprotectedGetName during security manager initialization.
* FileCodeGroup.cs: Added [ComVisible (true)] in NET_2_0 to match
beta2. Removed Scope property (didn't survive beta2).
* FirstMatchCodeGroup.cs: Added [ComVisible (true)] in NET_2_0 to
match beta2.
* Gac.cs: Renamed class to GacInstalled. Added [ComVisible (true)] to
match beta2.
* GacMembershipCondition.cs: Added [ComVisible (true)] in NET_2_0 to
match beta2.
* Hash.cs: Added [ComVisible (true)] in NET_2_0 to match beta2.
* HashMembershipCondition.cs: Added [ComVisible (true)] in NET_2_0 to
match beta2. Reworked Equals to avoid multiple typecast.
* IApplicationTrustManager.cs: Added [ComVisible (true)] to match
beta2.
* IIdentityPermissionFactory.cs: Added [ComVisible (true)] in NET_2_0
to match beta2.
* IMembershipCondition.cs: Added [ComVisible (true)] in NET_2_0 to
match beta2.
* NetCodeGroup.cs: Added [ComVisible (true)] in NET_2_0 to match
beta2. Removed Scope property (didn't survive beta2).
* PermissionRequestEvidence.cs: Added [ComVisible (true)] in NET_2_0
to match beta2.
* PolicyException.cs: Added [ComVisible (true)] in NET_2_0 to match
beta2.
* PolicyLevel.cs: Added [ComVisible (true)] in NET_2_0 to match beta2.
* PolicyStatementAttribute.cs: Added [ComVisible (true)] in NET_2_0 to
match beta2.
* PolicyStatement.cs: Added [ComVisible (true)] in NET_2_0 to match
beta2.
* ProvideAssemblyEvidenceEventArgs.cs: Added [ComVisible (true)] to
match beta2.
* Publisher.cs: Added [ComVisible (true)] in NET_2_0 to match beta2.
Reworked Equals to avoid multiple typecast.
* PublisherMembershipCondition.cs: Added [ComVisible (true)] in
NET_2_0 to match beta2. Reworked Equals to avoid multiple typecast.
* Site.cs: Added [ComVisible (true)] in NET_2_0 to match beta2. Fixed
allowed characters accepted in site names (different in 2.0 from 1.x).
* SiteMembershipCondition.cs: Added [ComVisible (true)] in NET_2_0 to
match beta2.
* StrongName.cs: Added [ComVisible (true)] in NET_2_0 to match beta2.
* StrongNameMembershipCondition.cs: Added [ComVisible (true)] in
NET_2_0 to match beta2.
* TrustManagerContext.cs: Updated to match beta2.
* TrustManagerUIContext.cs: Added [ComVisible (true)] to match beta2.
* UnionCodeGroup.cs: Added [ComVisible (true)] in NET_2_0 to match
beta2.
* Url.cs: Added [ComVisible (true)] in NET_2_0 to match beta2. Fixed
the difference in Url matching between 1.x and 2.0. Reworked Equals to
avoid multiple typecast.
* UrlMembershipCondition.cs: Added [ComVisible (true)] in NET_2_0 to
match beta2. Fixed the difference in Url matching between 1.x and 2.0.
* Zone.cs: Added [ComVisible (true)] in NET_2_0 to match beta2.
Reworked Equals to avoid multiple typecast.
* ZoneMembershipCondition.cs: Added [ComVisible (true)] in NET_2_0 to
match beta2.

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

19 years ago2005-04-25 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Mon, 25 Apr 2005 16:24:47 +0000 (16:24 -0000)]
2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>

* ActivationContext.cs: Updated for beta2.
* AppDomainManager.cs: Updated for beta2.
* ApplicationId.cs: Updated for beta2.
* ApplicationIdentity.cs: Updated for beta2.
* Exception.cs: Now use Assembly.UnprotectedGetName () as Exception
doesn't leak the code base from the returned AssemblyName.

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