2004-07-28 Lluis Sanchez Gual * Makefile: Use the new FRAMEWORK_VERSION variable to build the destination path for mscorlib. 2004-07-27 Lluis Sanchez Gual * corlib.dll.sources: Added new files for NET_2_0 profile: System.Threading/ExecutionContext.cs System.Threading/ExecutionContextSwitcher.cs System.Threading/SynchronizationContext.cs System.Threading/SynchronizationContextSwitcher.cs 2004-07-14 Sebastien Pouliot * corlib.dll.sources: Added new files for NET_2_0 profile: System.Security/HostProtectionException.cs System.Security/HostSecurityManager.cs System.Security/HostSecurityManagerFlags.cs System.Security/SecurityContext.cs System.Security/SecurityContextSwitcher.cs System.Security.Permissions/HostProtectionResource.cs System.Threading/AsyncFlowControl.cs System.Threading/CompressedStackSwitcher.cs System.Threading/ContextCallback.cs 2004-07-13 Sebastien Pouliot * corlib.dll.sources: Added new files for NET_2_0 profile: System/ActivationContext.cs System/ApplicationIdentity.cs System/IApplicationDescription.cs System/IHostContext.cs System.Security.Policy/ApplicationDefaultCodeGroup.cs System.Security.Policy/ApplicationInstallScope.cs System.Security.Policy.Security.Policy/ApplicationTrust.cs System.Security.Policy/ApplicationVersionMatch.cs System.Security.Policy/CodeConnectAccess.cs System.Security.Policy/CodeGroupGrantScope.cs System.Security.Policy/IApplicationTrustManager.cs System.Security.Policy/ITrustLicenseIssuerCollection.cs System.Security.Policy/ITrustManager.cs System.Security.Policy/ITrustManagerConfig.cs System.Security.Policy/PromptingLevel.cs System.Security.Policy/ProvideAssemblyEvidenceEventArgs.cs System.Security.Policy/TrustLicenseIssuer.cs System.Security.Policy/TrustManagerContext.cs System.Security.Policy/TrustManagerUIContext.cs System.Security.Policy/TrustManagerZoneConfig.cs 2004-07-10 Lluis Sanchez Gual * corlib.dll.sources: Added System.Threading.SendOrPostCallback.cs. 2004-07-07 Sebastien Pouliot * 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 System.Security.AccessControl/AccessControlActions.cs System.Security.Cryptography.X509Certificates/X509ContentType.cs System.Security.Cryptography.X509Certificates/X509KeyStorageFlags.cs * corlib.dll.sources: Added new tests for CipherMode and CspProviderFlags. 2004-07-02 Raja R Harinath * Makefile (LIBRARY_USE_INTERMEDIATE_FILE): Define. 2004-07-02 Raja R Harinath * Makefile ($(net20bootstrap_makefrag)): Build from net_2_0 profile response file. (gmcs): Style update. 2004-06-14 Raja R Harinath * Makefile (net20bootstrap_response): Remove. This shouldn't differ from $(response). (post_process): Remove, now that PLATFORM_CHANGE_SEPARATOR_CMD is unconditional. ($(cmp_response),$(res_response)): Update. 2004-06-11 Raja R Harinath * Makefile (TEST_COMPILE): Use internal mcs to compile the platform testsuite too. 2004-06-11 Gert Driesen * corlib_test.dll.sources: added EnumBuilderTest and FieldBuilderTest to the build 2004-06-11 Raja R Harinath * corlib_plattest.dll.excludes: Remove contents. Any file listed here has also to be listed in corlib_test.dll.sources. * Makefile: Rewrite to use library.make. Do away with stampfiles. 2004-06-04 Atsushi Enomoto * Makefile : fixed incorrectly unified corlib-plattest in the previous fix. 2004-06-03 Atsushi Enomoto * Makefile : added run-test-ondotnet support. 2004-05-30 Martin Baulig * Makefile (net_2_0_dir): New variable; also use the correct directory here. 2004-05-29 Gert Driesen (drieseng@users.sourceforge.net) * corlib.dll.sources: added SetWin32ContextInIDispatchAttribute and VariantWrapper 2004-05-25 Sebastien Pouliot * Makefile: changed case on nunit.framework.dll (lowercase) 2004-05-22 Todd Berman * corlib.dll.sources: added Mono/Runtime.cs * Mono: added Mono directory back * Mono/Runtime.cs: add back Runtime.cs, marked as internal, gnome# needs it. 2004-05-22 Sebastien Pouliot * corlib_test.dll.sources: Added IntPtrTest and UIntPtrTest to the build. 2004-05-21 Sebastien Pouliot * corlib_test.dll.sources: Added SingleTest to the build. 2005-05-18 Gert Driesen (drieseng@users.sourceforge.net) * corlib_test.dll.sources: added PropertyInfoTest 2004-05-14 Gonzalo Paniagua Javier * corlib.dll.sources: removed obsolete Mono/Runtime.cs * corlib_test.dll.sources: added BinderTests * Mono: removed obsolete directory. * Mono/ChangeLog: Removed file. * Mono/Runtime.cs: Removed file. 2004-05-14 Gonzalo Paniagua Javier * Makefile: install-local is verbose now. 2004-05-14 Sebastien Pouliot * corlib.dll.sources: Added System/__ComObject.cs to the build. 2004-05-13 Gonzalo Paniagua Javier * corlib_test.dll.sources: added BinderTests.cs 2004-05-12 Zoltan Varga * corlib.dll.sources: Added System.Threading/CompressedStack.cs 2004-05-11 Jackson Harper * Makefile: Use snazzy new PLATFORM_PATH_SEPARATOR when setting the mono path, so it works on Windows. 2004-05-10 Raja R Harinath * Makefile (corlib_net_2_0_bootstrap): Remove extraneous copying. 2004-05-08 Gonzalo Paniagua Javier * Makefile: build NUnit if the dll is not found when running 'make test'. Use INTERNAL_MCS to build the tests as csc fails miserably to compile them. 2004-05-07 Raja R Harinath * Makefile (corlib_net_2_0_bootstrap): Copy System.dll and System.Xml.dll from 'default' profile build. ($(gmcs)): Always go to 'gmcs' directory. 2004-05-06 Sebastien Pouliot * corlib_test.dll.sources: Added SymmetricAlgorithm2Test, ToBaseTransformTest, TripleDESTest unit tests to the build. 2004-05-07 Nick Drochak * Makefile (plattest_flags): Add /unsafe. 2004-05-05 Sebastien Pouliot * corlib.dll.sources: Added Base64Constants to the build. Added SHAConstants to the build. 2004-05-05 Zoltan Varga * Makefile (test_flags): Add /unsafe. 2004-05-03 Lluis Sanches Gual * corlib.dll.sources: Added Assembly/Consts.cs. 2004-04-30 Jackson Harper * Makefile: Add dependancies. 2004-04-29 Jackson Harper * Makefile: net_2_0 corlib goes to a special place. 2004-04-28 Sebastien Pouliot * corlib.dll.sources: Added X509ChainStatusFlags, X509CRL, X509Store, X509StoreManager, X509Stores, BasicConstraintsExtension, KeyUsageExtension and SubjectKeyIdentifierExtension to the build. Removed ITrustAnchors.cs, TestAnchors.cs and TrustAnchors from the build. 2004-04-28 Sebastien Pouliot * corlib_test.dll.sources: Added DESCryptoServiceProviderTest.cs. 2004-04-28 Zoltan Varga * corlib.dll.sources: Added System.Reflection.Emit/MethodRental.cs. * corlib_test.dll.sources: Added Test/System.Reflection.Emit/MethodRentalTest.cs. 2004-04-27 Zoltan Varga * Makefile: Fix tests with new directory structure. 2004-04-26 Jackson Harper * Makefile: Use profile dependant directory. 2004-04-26 Sebastien Pouliot * corlib_test.dll.sources: Added DESTest.cs. 2004-04-22 Martin Baulig Use `#if NET_2_0 || BOOTSTRAP_2_0' for the generic reflection stuff. 2004-04-09 Zoltan Varga * corlib_test.dll.sources: Added System.Threading/TimerTest.cs. 2004-04-08 Bernie Solomon * corlib.dll.sources: Added Mono.Security/BitConverterLE.cs 2004-04-03 Lluis Sanches Gual * corlib_test.dll.sources: Added System.Threading/ReaderWriterLockTest.cs. 2004-04-02 Sebastien Pouliot * corlib_test.dll.sources: Added System/EnvironmentTest.cs. 2004-03-31 Sebastien Pouliot * corlib.dll.sources: Added Mono.Security/StrongNameManager.cs. 2004-03-11 Martin Baulig * corlib.dll.sources: Added System.Collections.Generic/Queue.cs and System.Collections.Generic.Stack.cs. 2004-03-11 Atsushi Enomoto * Makefile, corlib.dll.win32-excludes : now csc build includes SecurityPermissionAttribute.cs. 2004-03-09 Jackson Harper * corlib_test.dll.sources: Add new test cases to the build. 2004-03-03 Jackson Harper * corlib.dll.sources: Add new registry files to the build. 2004-02-20 Jackson Harper * corlib.dll.sources: Add LockQueue.cs to build. 2004-02-18 Atsushi Enomoto * corlib_test.dll.sources : Added CharCategoryTest.cs 2004-02-17 Lluis Sanches Gual * corlib.dll.sources: Added System.Runtime.Serialization.Formatter.Binary.CodeGenerator.cs 2004-02-10 Carlos Guzmán Álvarez * Mono.Security.Cryptography/PKCS1.cs: - Added little change for allow the class to be used with hash implementations that doesn't have an oid like the MD5SHA1 hash. 2004-02-06 Sebastien Pouliot * corlib.dll.sources: Moved SymmetricTransform class from System. Security.Cryptography (SymmetricAlgorithm) to Mono.Security. Cryptography. 2004-02-05 Sebastien Pouliot * corlib.dll.sources: Added KeyPairPersistance class, in Mono. Security.Cryptography namespace, to the build. * corlib_test.dll.sources: Added AppDomain unit tests in System. Some tests are currently ignored because they produce lots of GC Warning failures but they seems to work (nunit finishes). 2004-01-14 Sebastien Pouliot * corlib_test.dll.sources: Added Url and UrlMembershipCondition unit tests in System.Security.Policy namespace. 2004-01-06 Sebastien Pouliot * corlib_test.dll.sources: Added SecurityException unit tests in System.Security namespace. 2004-01-05 Sebastien Pouliot * corlib_test.dll.sources: Added CodeAccessPermission unit tests in System.Security namespace. Added CodeGroup related and PolicyLevel unit tests to System.Security.Policy. 2004-01-05 Zoltan Varga * corlib.dll.sources: Added System.Resources.Win32Resources.cs. 2004-01-03 Sebastien Pouliot * corlib_test.dll.sources: Added SecurityManager unit tests in in System.Security namespace. 2004-01-03 Sebastien Pouliot * corlib.dll.sources: Added SiteMembershipCondition to System.Security.Policy namespace. * corlib_test.dll.sources: Added Site and SiteMembershipCondition unit tests in System.Security.Policy namespace. 2004-01-02 Sebastien Pouliot * corlib.dll.sources: Added many (long time) missing classes in the System.Security.Policy namespace. 2004-01-01 Nick Drochak * corlib_test.dll.sources: Add PermissionRequestEvidenceTest.cs * corlib.dll.sources. Add PermissionRequestEvidence.cs 2003-12-29 Sebastien Pouliot * corlib_test.dll.sources: Added new unit tests to System.Security. Permissions and System.Security.Principal. 2003-12-25 Sebastien Pouliot * corlib.dll.sources: Added WindowsPrincipal to build. 2003-12-15 Sebastien Pouliot * corlib_test.dll.sources: Added unit tests PaddingMode and X509 using CryptoAPI. 2003-12-14 Pedro Martínez Juliá * DateTime.cs: Be sure that the array access is not out of range when looking for ArgumentOutOfRangeException in the year value. 2003-12-08 Peter Williams * Makefile: Use embedded tab instead of $(ECHO_ESCAPE). Fixes build on OS X. 2003-12-04 Martin Baulig * corlib.dll.sources: Added System.Collections.Generic. 2003-11-26 Andreas Nahr * corlib.dll.sources: Added file: System.Runtime.InteropServices.DispatchWrapper.cs 2003-11-26 Lluis Sanchez Gual * corlib.dll.sources: Added System.Runtime.Remoting.Services/EnterpriseServicesHelper.cs * corlib_test.dll.sources: Added System.Runtime.Remoting/SoapServicesTest.cs 2003-11-24 Zoltan Varga * corlib.dll.sources: Add System.Reflection.Emit/DynamicMethod.cs. 2003-11-19 Lluis Sanchez Gual * corlib_test.dll.sources: Added some test files: System.Runtime.Remoting/ContextTest.cs System.Runtime.Remoting/SynchronizationAttributeTest.cs 2003-11-18 Lluis Sanchez Gual * corlib.dll.sources: Added some files: System.Runtime.Remoting.Contexts/IContextPropertyActivator.cs System.Runtime.Remoting.Contexts/SynchronizationAttribute.cs System.Runtime.Remoting.Messaging/ISerializationRootObject.cs 2003-11-18 Andreas Nahr * corlib.dll.sources: Added already existing, but not added delegate Added various classes in System.InteropServices 2003-11-18 Andreas Nahr * corlib.dll.sources: Added some files: System.Runtime.Serialization.Formatter.cs System.Runtime.Serialization.Formatters/InternalRM.cs System.Runtime.Serialization.Formatters/InternalST.cs System.Runtime.Serialization.Formatters/TypeFilterLevel.cs 2003-11-17 Lluis Sanchez Gual * corlib.dll.sources: Added some files: System.Runtime.Remoting.Channels/AggregateDictionary.cs System.Runtime.Remoting.Metadata.W3cXsd2001/SoapHelper.cs 2003-11-16 Lluis Sanchez Gual * corlib.dll.sources: Add System.Runtime.Remoting/InternalRemotingServices.cs 2003-11-15 Zoltan Varga * corlib.dll.sources: Add System.Runtime.CompilerServices/IsVolatile.cs. 2003-11-12 Jackson Harper * Makefile: corlib is now named mscorlib. 2003-11-09 Sebastien Pouliot * corlib.dll.sources: Added new 1.2 classes for System.Security.Cryptography. * corlib_test.dll.sources: Added unit tests for some HMAC (new in 1.2). 2003-10-18 Sebastien Pouliot * corlib.dll.sources: Added classes StrongName to support StrongNames. 2003-10-17 Sebastien Pouliot * corlib.dll.sources: Added classes CryptoConvert to support StrongNames. 2003-10-12 Sebastien Pouliot * corlib.dll.sources: Added classes for Authenticode support. * corlib_test.dll.sources: Added unit test for SPC certificates. 2003-09-26 Pedro Martínez Julá * corlib_test.dll.sources: Remove tests that generate compile errors. The tests are still there but its name is rmoved here. 2003-09-24 * corlib.dll.sources: Added CompilerGlobalScopeAttribute.cs to the build 2003-08-20 Duncan Mak * corlib_test.dll.sources: Added DictionaryBaseTest.cs 2003-08-19 Nick Drochak * Makefile: Turn on debug for the corlib tests on .NET. 2003-08-06 Andreas Nahr * corlib.dll.sources: added quite some files 2003-08-06 Andreas Nahr * corlib.dll.sources: added/removed Locale.cs 2003-08-03 Sebastien Pouliot * corlib.dll.sources: Added IBuiltInPermission.cs to System.Security.Permissions 2003-07-31 Sebastien Pouliot * corlib_test.dll.sources: Added new CryptoStreamTest.cs 2003-07-24 Peter Williams * Makefile: Boo-yah! Add corlib_plattest.dll, which is a corlib test library built against the platform corlib. This lets us test our corlib tests. On a non-mono-native platform (Windows) we run those tests only; on a mono-native platform, we run the full corlib test suite on our own tests. (clean-local): Forgot $(plattestlib). * corlib_plattest.dll.excludes: Add this. (The result of 'grep Mono corlib_test.dll.sources') * corlib_test.dll.sources: Extraneous newline was messing things up. 2003-07-23 Ravi Pratap * Type.cs, TypeBuilder.cs, MonoType.cs: Fixes to IsArrayImpl from Paolo in response to bug #45993. 2003-07-23 Lluis Sanchez Gual * corlib_test.dll.sources: added System.Runtime.Serialization/SerializationTest.cs 2003-07-20 Peter Williams * Makefile: Add in corlib_res.dll, which we use as a basis for tests on non-linux platforms. Nearly identical rules to corlib_cmp: corlib - some files that cause the MS runtime to barf. * corlib_res.dll.excludes: Added. 2003-07-20 Peter Williams * Makefile: Don't use real_corlib; use $(PLATFORM_CORLIB). 2003-07-18 Peter Williams * Makefile (dist-local): The fancy shell script was neat, but ultimately unnecessary and counterproductive. Alas. 2003-07-17 Andreas Nahr * corlib.dll.sources: * unix.args: AssemblyInfo.cs added 2003-07-17 Peter Williams * Makefile ($(testlib)): Build with $(BOOT_COMPILE), not $(CSCOMPILE), which sort of makes sense and is needed on Windows too. ($(corlib)): same. $(cmplib): Don't include the makefrag to save the Windows build and some time. 2003-07-16 Peter Williams * Makefile ($(test_makefrag)): Use $(ECHO_ESCAPE) for HP/UX portability fixes. (all-local): Don't build $(cmplib) by default, it's not something most people need, and the build is broken on Windows right now anyway. 2003-07-13 Zoltan Varga * unix.args: Fix UNIX build. 2003-07-12 Andreas Nahr * unix.args: Added Runtime.InteropServices.ComCompatibleVersionAttribute.cs, Runtime.InteropServices.TypeLibVersionAttribute.cs 2003-07-05 Sebastien Pouliot * unix.args: Added SecurityParser.cs to Mono.Xml 2003-06-22 Sebastien Pouliot * unix.args: Added FileDialogPermission.cs, IsolatedStorageFilePermission.cs, PrincipalPermission.cs, PublisherIdentityPermissionAttribute.cs, RegistryPermission.cs, SiteIdentityPermission.cs, UIPermission.cs, UrlIdentityPermission.cs and ZoneIdentityPermission.cs. 2003-06-22 Lluis Sanchez Gual * unix.args: added System.Runtime.Remoting/SoapServices.cs 2003-06-11 Sebastien Pouliot * unix.args: added Mono.Security.Cryptography/DSAManaged.cs and RSAManaged.cs 2003-05-29 Nick Drochak * makefile.gnu: turn on debug since it works again. 2003-05-09 Sebastien Pouliot * unix.args: added System.Security/ AllowPartiallyTrustedCallersAttribute.cs 2003-04-05 Nick Drochak * makefile.gnu: revert. debugger support not installed by default in mcs 2003-04-05 Nick Drochak * makefile.gnu: compile with debug. 2003-03-31 Gonzalo Paniagua Javier * unix.args: added SEHException. 2003-03-25 Martin Willemoes Hansen * Stubed System.Runtime.Remoting.Metadata.W3cXsd2001 * Updated unix.args with the stubs 2003-03-21 Martin Willemoes Hansen * unix.args: Added System.Runtime.Remoting.Channels/IChannelReceiverHook.cs 2003-03-21 Lluis Sanchez Gual * unix.args: Added System.Runtime.Remoting.Activation/AppDomainLevelActivator.cs 2003-03-16 Pedro Martínez Juliá * unix.args: Added "System.FloatingPointFormatter.cs". 2003-03-15 Sebastien Pouliot * unix.args: Added Mono.Security.X509/*.cs and ASN1Convert.cs 2003-03-03 Tim Coleman * unix.args: Added System.Runtime.InteropServices/HandleRef.cs 2003-03-04 Pedro Martínez Juliá * unix.args: Added "DoubleFormatter.cs" and "SingleFormatter.cs" 2003-03-03 Lluis Sanchez Gual * unix.args: added ConstructionLevelActivator.cs, ContextLevelActivator.cs, RemoteActivationAttribute.cs, UrlAttribute.cs, ContextAttribute.cs, IContributeDynamicSink.cs, IContributeEnvoySink.cs, IContributeObjectSink.cs 2003-03-01 Gonzalo Paniagua Javier * unix.args: added ModuleResolveEventHandler.cs 2003-02-19 Lluis Sanchez Gual * unix.args: added System.Runtime.Remoting/EnvoyInfo.cs System.Runtime.Remoting.Activation/ActivationServices.cs System.Runtime.Remoting.Contexts/CrossContextChannel.cs System.Runtime.Remoting.Messaging/ClientContextTerminatorSink.cs System.Runtime.Remoting.Messaging/ConstructionCall.cs System.Runtime.Remoting.Messaging/ConstructionCallDictionary.cs System.Runtime.Remoting.Messaging/ConstructionResponse.cs System.Runtime.Remoting.Messaging/EnvoyTerminatorSink.cs System.Runtime.Remoting.Messaging/IInternalMessage.cs 2003-02-08 Zoltan Varga * unix.args: added MACAlgorithm and HMACAlgorithm. 2003-02-06 Sebastien Pouliot * unix.args: Move some class from System.Security.Cryptography into Mono.* for easier reuse. 2003-02-04 Lluis Sanchez Gual * unix.args: added ServerIdentity.cs, Lease.cs, LeaseManager.cs 2003-02-03 Patrik Torstensson * corlib.build: fixes so corlib_cmp and corlib_res builds, need to check if we need the libs and if they still are correct. 2003-02-03 Patrik Torstensson * unix.args: added CADMessages.cs 2003-01-26 Lluis Sanchez Gual * unix.args: added RemoteActivator.cs. 2003-01-26 Lluis Sanchez Gual * unix.args: added System.Runtime.Remoting.Messaging/ArgInfo.cs, System.Runtime.Remoting.Messaging/MethodCallDictionary.cs System.Runtime.Remoting.Messaging/MethodDictionary.cs System.Runtime.Remoting.Messaging/MethodReturnDictionary.cs 2003-01-24 Lluis Sanchez Gual * unix.args: added System.Runtime.Remoting/TypeInfo.cs and System.Runtime.Serialization.Formatters.Binary/MessageFormatter.cs 2003-01-18 Jonathan Pryor * unix.args: Added IsolatedStorageFile.cs and IsolatedStorageInfo.cs in System.IO.IsolatedStorage 2003-01-17 Lluis Sanchez Gual * unix.args: Added System/DelegateSerializationHolder.cs, System/UnitySerializationHolder.cs, System.Runtime.Serialization/ObjectManager.cs, System.Runtime.Serialization.Formatters.Binary/BinaryCommon.cs, System.Runtime.Serialization.Formatters.Binary/ObjectReader.cs and System.Runtime.Serialization.Formatters.Binary/ObjectWriter.cs 2003-01-05 Sebastien Pouliot * unix.args: added COMException.cs in System.Runtime.InteropServices 2003-01-01 Jaime Anguiano Olarra * unix.args: added System.Diagnostics.Process.cs 2002-12-28 Duncan Mak * unix.args (ASN1.cs): Sebastien forgot to include this file. 2002-12-27 Sebastien Pouliot * unix.args: added CryptoTools.cs file. 2002-12-16 Sebastien Pouliot * unix.args: added StrongName.cs, StrongNamePublicKeyBlob.cs and StrongNameIdentityPermission.cs files. 2002-12-15 Sebastien Pouliot * unix.args: added PublisherIdentityPermission.cs, Publisher.cs and PublisherMembershipCondition.cs 2002-12-10 Jeroen Janssen * updated .build file(s) to correctly contain required buildfile attribute for nant 2002-11-17 Sebastien Pouliot * unix.args: added missing files from System.Security.Cryptography namespace. 2002-10-28 Gonzalo Paniagua Javier * unix.args: added missing files from System.Security.Cryptography namespace. 2002-10-19 Sebastien Pouliot * corlib.build: Removed all excluded cryptographic source code as the cyclic dependency was removed (well commented) 2002-10-11 Duncan Mak * unix.args: Added System.Security.Cryptography.CryptoConfig. 2002-10-08 Miguel de Icaza * Mono/Runtime.cs: New file. 2002-10-05 Andrew Birkett * unix.args: Added System.Security.Cryptography.RC2 2002-09-12 Dick Porter * unix.args: Add System.Globalization.SortKey, System.Globalization.StringInfo and System.Globalizaton.TextElementEnumerator 2002-09-12 Dick Porter * unix.args: Add System.ArgIterator and System.TypedReference * corlib.build: Adding DecimalConstantAttribute to Decimal (which corcompare showed as missing) causes a SecurityException in corcompare, so exclude Decimal from the corlib_cmp build. 2002-08-26 Gonzalo Paniagua Javier * unix.args: added a couple of new files in System.Security.Principal. 2002-08-15 Tim Coleman * unix.args: Add System.Globalization/TextInfo.cs Add System.Runtime.Serialization/FormatterConverter.cs 2002-07-31 Rodrigo Moya * unix.args: added new files from System.Runtime.Remoting.Channels. 2002-07-31 Duncan Mak * unix.args: Added interfaces and enumerations from System.Runtime.Remoting.Channels. 2002-07-31 Duncan Mak * unix.args: Added new classes in System.Runtime.Remoting.Contexts. 2002-07-31 Duncan Mak * unix.args: Added new Exceptions, Interfaces and various TypeEntries from System.Runtime.Remoting. 2002-07-29 Martin Baulig * list: Removed, this isn't used anymore and people are already getting confused which file to use. 2002-07-24 Duncan Mak * unix.args: Added files from Remoting.Lifetime and Remoting.Metadata. * ChangeLog: Moved entries from System.Runtime.Remoting.Activation and System.Runtime.Remoting.Proxies to their own ChangeLog. 2002-07-23 Duncan Mak * list: * unix.args: Added new Attributes in System.Runtime.CompilerServices and System.Runtime.Remoting.Messaging. 2002-07-22 Tim Coleman * list: * unix.args: Added System.Security.Permission/ReflectionPermission.cs and System.Security.Permission/EnvironmentPermission.cs and 2002-07-10 Gonzalo Paniagua Javier * list: * unix.args: added IObjectHandle.cs. 2002-06-20 Martin Baulig * unix.args: New file. This is a mcs response file to compile corlib on GNU/Linux (which doesn't work yet). 2002-04-30 Daniel Stodden * System/Delegate.cs: Implemented Remove() * System/MulticastDelegate.cs: Implementation of RemoveImpl() done. Plus a fix for Equals(). * Test/System/MulticastDelegate.cs: Added. Should reflect above changes. 2002-04-27 Martin Baulig * corlib.build: Added new "mcs-build" target to compile corlib with mcs. This doesn't work yet - it's just to test mcs to find and fix the remaining bugs. 2002-03-27 Dan Lewis * corlib.build: removed seperate windows/linux builds. excluded wrapper and PAL classes from all builds. 2002-03-03 Nick Drochak * corlib.build: Exclude a bunch of interfaces from corlib_res.dll that were preventing the tests from running on Windows. 2002-01-25 Mark Crichton * System.Security.Cryptography/RijndaelManaged.cs: added * System.Security.Cryptography/Rijndael.cs: changed constructor to set default values. Hopefully I did it correctly. 2002-01-23 Miguel de Icaza * Unix/Errno.cs: Added * Unix/Wrapper.cs: Updated to new Wrapper 2002-01-19 Nick Drochak * corlib.build: exclude Delegate from corlib_cmp. 2002-01-09 Nick Drochak * corlib.build: Exclude Security Attribute classes that need mcs magic to get them to compile. 2002-01-06 Duco Fijma * corlib.build: Removed for System.Resources 2002-01-05 Nick Drochak * corlib.build: Have the clean target remove any .pdb files that might be around if we compiled with debug on. 2002-01-05 Nick Drochak * corlib.build: Make new build of corlib_cmp.dll. This is the same as corlib.dll without Object and ValueType. It is used by /mcs/tools/corcompare.exe to compare with mscorlib. 2002-01-03 Nick Drochak * corlib.build: Put the linux target at the top. I keep changing the build for windows 'cause it's at the top. Then when I do make, nothing changes. It seems like it always takes me half a day to remember that the linux target comes second. Old age I guess. * .cvsignore: ignore corlib.pdb for times when it's built with debug on. 2002-01-02 Nick Drochak * corlib.build: Removed "exclude CodeAccessPermission.cs" 2001-12-11 Duncan Mak * ChangeLog: Added "System.Resources" to the exclude list. 2001-12-05 Nick Drochak * ChangeLog: Add the change log to this directory * corlib.build: Add dependancy on linux target to test target. Need to have the dll before we can test it, right? Plus is encourages other to try 'make test'.