2005-08-28 Gert Driesen * System_test.dll.sources: Added DateTimeConverterTests.cs. 2005-08-23 Raja R Harinath * System.dll.sources: Update. 2005-08-18 Gert Driesen * System_test.dll.sources: Added DecimalConverterTests.cs, DoubleConverterTests.cs, Int64ConverterTests.cs, SByteConverterTests.cs SingleConverterTests.cs, UInt16ConverterTests.cs, UInt32ConverterTests.cs, UInt64ConverterTests.cs. 2005-08-16 Gert Driesen * System_test.dll.sources: Added ByteConverterTests.cs, Int16ConverterTests.cs and Int32ConverterTests.cs. * Makefile: We also need to reference System.Drawing assembly to build test assembly. 2005-08-16 Gert Driesen * System_test.dll.sources: Added ToolboxItemAttributeTests.cs from System.ComponentModel. >>>>>>> .r48427 2005-07-24 Gert Driesen * System_test.dll.sources: Added CodeTypeDelegateTest.cs from System.CodeDom. 2005-07-21 Gert Driesen * System_test.dll.sources: Added CodeGeneratorTest.cs from System.CodeDom.Compiler. 2005-07-21 Gert Driesen * System_test.dll.sources: Added CodeGeneratorFromTypeTestBase.cs and CodeGeneratorTestBase.cs from System.CodeDom.Compiler. 2005-06-28 Gert Driesen * System_test.dll.sources: Added CodeTypeReferenceTest.cs from System.CodeDom. 2005-06-27 Gert Driesen * System_test.dll.sources: Added CodeGeneratorFromExpressionTest.cs from Microsoft.VisualBasic. 2005-06-27 Gert Driesen * System_test.dll.sources: Added CodeMemberPropertyTest.cs from System.CodeDom. 2005-06-25 Gert Driesen * System_test.dll.sources: Added CodeMemberFieldTest.cs from System.CodeDom. 2005-06-25 Gert Driesen * System_test.dll.sources: Added CodeGeneratorFromTypeTest.cs from Microsoft.VisualBasic. 2005-06-25 Gert Driesen * System_test.dll.sources: Added CodeGeneratorTestBase.cs and CodeGeneratorFromCompileUnitTest.cs from Microsoft.VisualBasic. 2005-06-22 Gonzalo Paniagua Javier * Makefile: added reference to Mono.Security.dll when building the tests. 2005-06-22 Sebastien Pouliot * Makefile: Removed LIB_MCS_FLAGS for referencing corlib and added the __SECURITY_BOOTSTRAP_DB export. This will allow the work on #74975 to continue and shouldn't cause any harm to Linux or Cygwin builds. 2005-06-15 Lluis Sanchez Gual * System.dll.sources: Added ProviderBase.cs. 2005-06-14 Lluis Sanchez Gual * System.dll.sources: Removed some files that have been moved to the new System.Configuration assembly. * Makefile: Handle the cyclic dependency with the new System.Configuration assembly. 2005-05-30 Gert Driesen * System_test.dll.sources: Added CSharpCodeProviderTest.cs 2005-05-28 Kornél Pál * System_test.dll.sources: Added TimerTest.cs. 2005-05-20 Sebastien Pouliot * System_test.dll.sources: Added new CAS unit tests for NetworkStream, Socket and TcpClient to the build (stack propagation in async calls). 2005-05-20 Raja R Harinath * System_test.dll.sources: Add System.Text.RegularExpressions/RegexReplace.cs. * System.dll.sources: Update to reflect split-up of System.Text.RegularExpressions/match.cs. 2005-05-19 Sebastien Pouliot * Makefile: Do not report Obsolete warnings when compiling unit tests. * System_test.dll.sources: Added new CAS unit tests to the build. 2005-05-13 Atsushi Enomoto * System_test.dll.sources, System.dll.sources: generic Queue.cs and Stack.cs are now in System. 2005-03-14 Raja R Harinath * Makefile (NO_INSTALL): Define during the first pass. 2005-03-04 Lluis Sanchez Gual * System.dll.sources: Added OrderedDictionary.cs. 2005-02-22 Sureshkumar T * System.dll.sources: Added files. System.Configuration/ConnectionStringSettingsCollection.cs System.Configuration/ConnectionStringSettings.cs 2005-02-17 Gonzalo Paniagua Javier * System.dll.sources: added CodeDomConfigurationHandler. 2005-02-03 Raja R Harinath * Makefile (TEST_RESOURCES): New. (EXTRA_DISTFILES): Distribute them. 2005-02-02 Ben Maurer * Makefile: Embed the uri stuff as a resource. 2005-01-24 Raja R Harinath Add circular dependency on System.Security.dll. * Makefile (XML_DEP, XML_DEP_FILE): Rename from CYCLIC_DEP and CYCLIC_DEP_FILE. (SECURITY_DEP, SECURITY_DEP_FILE): Parallel defines for expressing cyclic dependency on System.Security.dll. Defined only in NET2.0 related profiles. (CYCLIC_DEPS, CYCLIC_DEP_FILES): New. Used to detect which of the dependencies are present. (echo-warning, LIB_MCS_FLAGS): Update to reflect new circular dependencies. 2005-01-20 Miguel de Icaza * Add a couple more -nowarns when compiling tests. 2005-01-17 Raja R Harinath * Makefile ($(test_lib).config): New. Create it when test library is built. (CLEAN_FILES): Remove it. (test-recursive,clean-recursive): Delete. 2005-01-14 Jonathan Pryor (jonpryor@vt.edu) * Makefile: Add test-recursive and clean-recursive targets. Test-recursive creates a Syste_test_PROFILE.dll.config file, required for the Switch regression tests, and clean-recursive cleans up this file. * System_test_default.dll.config, System_test.dll.config: Delete. These are no longer necessary as the appropriate file is generated in test-recursive. 2005-01-10 Lluis Sanchez Gual * System.dll.sources: Added new file: System.ComponentModel/BindingDirection.cs 2004-12-26 Zoltan Varga * System.IO.Ports/ChangeLog: New file. 2004-12-21 Chris Toshok * System.dll.sources: add System.IO.Ports/*. * System.IO.Ports/SerialPort.cs, System.IO.Ports/SerialReceivedEventArgs.cs, System.IO.Ports/SerialPinChangedEventArgs.cs, System.IO.Ports/SerialErrorEventArgs.cs: initial import of the System.IO.Ports stuff. 2004-12-01 Gonzalo Paniagua Javier * System_test.dll.sources: added CookieContainerTest.cs. 2004-11-19 Raja R Harinath * Makefile (USE_BOOT_COMPILE): Re-organize to use BOOT_COMPILE during the first pass. (BOOTSTRAP_MCS): Use mscorlib.dll from the net_2_0 profile. 2004-11-18 Lluis Sanchez Gual * System.dll.sources: Added new files: System.Configuration/ProviderSettings.cs System.Configuration/ProviderSettingsCollection.cs System.Configuration.Provider/ProviderBase.cs 2004-11-15 Lluis Sanchez Gual * System.dll.sources: Added new files: System.Configuration/TimeSpanConfigurationProperty.cs System.Configuration/TimeSpanPropertyFlags.cs System.Configuration/TimeSpanSerializedFormat.cs 2004-11-09 Lluis Sanchez Gual * System.dll.sources: Added new files: System.Configuration/NonEmptyStringConfigurationProperty.cs System.Configuration/NonEmptyStringFlags.cs 2004-11-04 Lluis Sanchez Gual * System.dll.sources: Added new files: System.Configuration/ConfigInfo.cs System.Configuration/IntegerConfigurationProperty.cs System.Configuration/RuntimeOnlySection.cs System.Configuration/SectionInfo.cs System.Configuration/SectionGroupInfo.cs 2004-09-21 Raja R Harinath * Makefile (lib_file) [PROFILE=net_2_0]: New test. Use net_2_0_bootstrap libraries if necessary. ($(the_lib)): Don't depend on a phony target. Move 'echo-warning' ... (all-local): ... here. Will now warn unnecessarily, but is better than rebuilding the library each time. 2004-09-20 Gert Driesen * System.dll.sources: Moved ReadOnlyCollection.cs and Collection.cs from corlib to System.Collections.Generic in System assembly 2004-09-13 Tim Coleman * System.dll.sources: Add new classes in System.Net.Security and System.Security.Authentication for Fx 2.0 2004-09-12 Gert Driesen * System.dll.sources: removed duplicate entry for System.Net. Configuration.WebRequestModuleHandler 2004-09-11 Sebastien Pouliot * System_test.dll.sources: Added unit tests for System.Diagnostics. EventLogPermission and PerformanceCounterPermission. 2004-09-10 Sebastien Pouliot * System_test.dll.sources: Added PermissionHelper to the build. * System_test.dll.sources: Added unit tests for System.Security. Permissions.ResourcePermissionBase and ResourcePermissionBaseEntry, System.Web.AspNetHostingPermission and AspNetHostingPermissionAttribute. 2004-09-10 Tim Coleman * System.dll.sources: Add System.Net.Cache, System.Net.Configuration, System.Net.Mail, System.Configuration classes 2004-09-09 Tim Coleman * System.dll.sources: Add new System.Net.Mail classes 2004-09-04 Tim Coleman * System.dll.sources: Add System.Net.Mail and System.Net.Mime classes. 2004-09-03 Tim Coleman * System.dll.sources: Add new class in System.Net 2004-08-16 Duncan Mak * System.dll.sources: Added new classes in System.Configuration. 2004-07-14 Atsushi Enomoto * System.dll.sources: Added IChangeTracking.cs and IRevertibleChangeTracking.cs 2004-07-09 LLuis Sanchez Gual * System.dll.sources: Added files System.ComponentModel/AsyncCompletedEventArgs.cs System.ComponentModel/AsyncCompletedEventHandler.cs 2004-07-02 Raja R Harinath * Makefile (LIBRARY_USE_INTERMEDIATE_FILE): Define. 2004-06-13 Gert Driesen * System_test.dll.sources: Added IndentedTextWriterTest to unit tests 2004-06-10 Raja R Harinath * Makefile (LIBRARY_COMPILE): Define only if 'USE_BOOT_COMPILE' is defined. Don't conflate building a non-Xml temporary System.dll with building System.dll for bootstrapping mcs. 2004-06-09 Raja R Harinath * Makefile (CYCLIC_DEP_FILE): New. Used to detect if System.Xml.dll is present. (SECOND_PASS): Remove. 2004-06-05 Sebastien Pouliot * System_test.dll.sources: Added X509CertificateCollectionTest to the unit tests. 2004-06-03 Atsushi Enomoto * Makefile : add run-test-ondotnet target support. 2004-05-24 Raja R Harinath * Makefile (EXTRA_FLAGS): Remove. (LIBRARY_COMPILE) [!HAVE_SYSTEM_XML]: Use $(BOOT_COMPILE) for non-Xml first build. (all-local) [!SECOND_PASS]: Simplify. 2004-05-10 Raja R Harinath * Makefile (install-local,test-local,run-test-local,clean-local): Make cyclic-dependency safe. 2004-05-07 Raja R Harinath * Makefile (all-local) [SECOND_PASS]: Rewrite to use 'make' itself to determine out-of-date-ness. (This fixes an unlogged change.) (install-local,test-local,run-test-local,clean-local): Collapse near-identical rules. 2004-05-07 Raja R Harinath * Makefile (all-local): Built first pass with BOOT_COMPILE. 2004-04-26 Jackson Harper * Makefile: Use new $(PROFILE) directory to search for cyclical dependancy. 2004-04-16 Lluis Sanchez Gual * System_test.dll.sources: Added System.ComponentModel/TypeDescriptorTests.cs. 2004-04-14 Lluis Sanchez Gual * System.dll.sources: Added System.ComponentModel/ReflectionEventDescriptor.cs, System.ComponentModel/ReflectionPropertyDescriptor.cs. 2004-03-17 Ivan Hamilton * System.dll.sources: Added System/System.ComponentModel.Design /RuntimeLicenseContext.cs * System_test.dll.sources : Added System.ComponentModel /LicenseManagerTests.cs 2004-03-11 Zoltan Varga * Makefile (all-local): Fix for non-bash shells. 2004-02-26 Sebastien Pouliot * System.dll.sources: Added System.Net/DefaultCertificatePolicy.cs to the build. 2004-02-04 Marek Safar * Makefile: Build System.dll in two steps. Because of the circular dependency with System.XML.dll. 2004-01-21 Atsushi Enomoto * System_test.dll.sources : Added CodeGeneratorIdentifierTest.cs 2004-01-16 Gonzalo Paniagua Javier * System.dll.sources: added new files. * System_test.dll.sources: added new test. 2004-01-01 Nick Drochak * Makefile: Suppress warnings about multiple Regex defs and obsolete calls in the test assembly. 2003-05-29 Nick Drochak * System_test.dll.config: Nunit loads configs with the same name as the test assembly. This is for the Swithes test. 2003-12-08 Atsushi Enomoto * System_test.dll.sources : Added UriTest2.cs 2003-11-18 Todd Berman * System.dll.sources: Added IOrderedDictionary.cs 2003-11-12 Andreas Nahr * System.dll.sources: Added some new class files 2003-09-04 Duncan Mak * System_test.dll.sources: Add new test, ListDictionaryTest.cs. 2003-08-31 Alexandre Pigolkine * System_test.dll.sources new test added 2003-07-27 Andreas Nahr * System.dll.sources: SRDescriptionAttribute.cs moved 2003-07-21 Andreas Nahr * README: removed (contained only obsolete build instructions) 2003-07-21 Andreas Nahr * System.dll.sources: EventLogImpl.cs added 2003-07-18 Andreas Nahr * System.dll.sources: AlphabeticalEnumConverter.cs, SRDescriptionAttribute.cs added 2003-07-18 Andreas Nahr * System.dll.sources: Assembly/Locale.cs added, Globalization.Locale.cs removed 2003-07-18 Peter Williams * Makefile (EXTRA_DISTFILES): Oops, NUnit.Prefs is not a distable file. (EXTRA_DISTFILES): A few more. 2003-07-17 Andreas Nahr * System.dll.sources: Assembly/Consts.cs added 2003-07-16 Peter Williams * Makefile (SCARY_LIB): Flip around since what was bootstrap is now default. 2003-07-14 Jerome Laban * System.dll.sources: Added NetConfigurationHandler.cs, NetConfig.cs, IPv6MulticastOption.cs 2003-07-10 Andreas Nahr * list.unix: Added AssemblyInfo.cs 2003-07-10 Andreas Nahr * list.unix: Removed System.Net/ProxyUseType.cs, System.Net/WebStatus.cs 2003-07-06 Andreas Nahr * list.unix: Add VBCodeGenerator.cs, VBCodeProvider.cs 2003-07-05 Andreas Nahr * list.unix: Add CodeParser.cs, Executor.cs, removed CompilerOptions.cs 2003-07-05 Andreas Nahr * list.unix: Add WebPermission.cs, WebPermissionAttribute.cs 2003-05-29 Nick Drochak * makefile.gnu: turn on debug since it works again. 2003-05-21 Ben Maurer * StringWriter.cs: Fixed bug #43379 "Missing WebException.Response property." 2003-03-30 Martin Willemoes Hansen * Stubed rest of System.ComponentModel 2003-03-29 Martin Willemoes Hansen * System.ComponentModel.Design.Serialization Removed references to System.Web namespaces 2003-03-29 Martin Willemoes Hansen * Stubed System.ComponentModel/LicenseContext.cs * Stubed System.ComponentModel/LicenseUsageMode.cs * Stubed rest of System.ComponentModel.Design 2003-03-29 Martin Willemoes Hansen * Stubed System.ComponentModel/InheritanceAttribute.cs * Stubed System.ComponentModel/InheritanceLevel.cs * Stubed System.ComponentModel.Design/IDesignerFilter.cs * Stubed System.ComponentModel.Design/IInheritanceService.cs 2003-03-27 Martin Willemoes Hansen * Stubed rest of System.ComponentModel.Design.Serialization 2003-03-04 Gonzalo Paniagua Javier * list.unix: added RunInstallerAttribute.cs 2003-02-18 Alan Tam * list.unix (): Add DesignerCategoryAttribute.cs 2003-01-10 Duncan Mak * list.unix (CSharpCodeCompiler): Add Microsoft.Charp.CSharpCodeCompiler for Sean Kasun. 2002-12-10 Jeroen Janssen * updated .build file(s) to correctly contain required buildfile attribute for nant 2002-12-07 Jackson Harper * list list.unix: Put CSharpCodeGenerator.cs back in build 2002-12-07 Jackson Harper * list list.unix: Removed Compiler classes that are being moved to their own assembly 2002-12-05 Alejandro Sánchez Acosta * list.unix: updated. 2002-11-30 Alejandro Sánchez Acosta * list.unix: Changed. * System.ComponentModel.Design: Added 2002-11-11 Tim Coleman * list.unix: * list: * System.ComponentModel/DesignTimeVisibleAttribute.cs: Add new class 2002-11-06 Jackson Harper * list.unix: Added Microsoft.CSharp/Compiler.cs to build 2002-11-04 Gonzalo Paniagua Javier * list.unix: added new files. 2002-11-04 Tim Coleman * System.ComponentModel/RefreshProperties.cs: * System.ComponentModel/RefreshPropertiesAttribute.cs: Add new classes 2002-11-02 Duncan Mak * list.unix: Added InvalidEnumArgumentException. 2002-10-31 Dick Porter * list.unix: Added MonoIO and MonoIOError to the build 2002-10-29 Daniel Morgan * System.ComponentModel/PropertyDescriptor.cs: added missing abstract methods and properties * System.ComponentModel/DerivedPropertyDescriptor.cs: implemented SetValue and added stubs for missing methods and properties 2002-10-03 Gonzalo Paniagua Javier * list.unix: added new files in System.Configuration. 2002-10-02 Gonzalo Paniagua Javier * list.unix: added new files. 2002-08-28 Gonzalo Paniagua Javier * System.ComponentModel/Component.cs: * System.ComponentModel/ComponentCollection.cs: * System.ComponentModel/Container.cs: * System.ComponentModel/MarshalByValueComponent.cs: * System.Diagnostics/Process.cs: * System.Diagnostics/TextWriterTraceListener.cs: * System.IO/FileSystemWatcher.cs: IDisposable fixes. 2002-08-15 Tim Coleman * list.unix: Added System.IO files. 2002-07-29 Gonzalo Paniagua Javier * list: * list.unix: added EnumConverter.cs 2002-07-28 Gonzalo Paniagua Javier * list: * list.unix: added DerivedPropertyDescriptor.cs 2002-07-22 Tim Coleman * list.unix: Added new file System.ComponentModel.RecommendedAsConfigurableAttribute.cs to build on unix. 2002-07-22 Tim Coleman * list.unix: Added files to the build for linux System.ComponentModel.BindableAttribute.cs, System.ComponentModel.BindableSupport.cs, System.ComponentModel.ExpandableObjectConverter.cs, System.ComponentModel.NotifyParentPropertyAttribute.cs, System.ComponentModel.ToolboxItemAttribute.cs, 2002-07-22 Tim Coleman * list.unix: Added System.ComponentModel/DefaultEventAttribute.cs and System.ComponentModel.DefaultProperty.cs to build 2002-06-20 Gonzalo Paniagua Javier * System.build: removed System.Drawing.dll dependency. 2002-06-15 Gonzalo Paniagua Javier * System.build: referenced System.Drawing.dll. 2002-05-12 Lawrence Pit * System.Security.Cryptography.X509Certificates: directory added 2002-05-09 Rodrigo Moya * System.build: don't exclude anymore excluded files in System.ComponentModel. They compile on Linux, so they might also on Windows. 2002-05-05 Gonzalo Paniagua Javier * System.build: excluded EventDescriptor.cs, EventDescriptorCollection.cs and ICustomTypeDescriptor.cs. 2002-04-08 Nick Drochak * System.build: Build System.dll with mono's corlib.dll and System.Xml.dll. 2002-01-23 Dick Porter * System.build: Start build System.Net.Sockets.Socket.cs, TcpClient.cs and TcpListener.cs 2001-12-07 Nick Drochak * ChangeLog: Add the change log to this directory * System.build: Add dependancy on linux target to test target. Need to have the dll before we can test it, right? Plus it encourages others to try 'make test'.