[Mono-devel-list] Finished stubing System.ComponentModel

Martin Willemoes Hansen mwh at sysrq.dk
Sun Mar 30 16:27:03 EST 2003


Hi!

Just finished making stubs for the System.ComponentModel namespace.

I have no trouble compiling this on Linux, but some people are having
difficulties building on windows for some of the last stubs I made,
therefore please test this and see if they run on windows.

Ill commit tomorrow if nobody objects.

-- 
Martin Willemoes Hansen

--------------------------------------------------------
E-Mail	mwh at sysrq.dk	Website	mwh.sysrq.dk
IRC     MWH, freenode.net	
--------------------------------------------------------               
-------------- next part --------------
A non-text attachment was scrubbed...
Name: System.ComponentModel.tar.gz
Type: application/x-gzip
Size: 30065 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20030330/19027013/attachment.gz 
-------------- next part --------------
Index: ChangeLog
===================================================================
RCS file: /cvs/public/mcs/class/System/ChangeLog,v
retrieving revision 1.38
diff -u -r1.38 ChangeLog
--- ChangeLog	29 Mar 2003 18:43:37 -0000	1.38
+++ ChangeLog	30 Mar 2003 21:28:49 -0000
@@ -1,3 +1,7 @@
+2003-03-30  Martin Willemoes Hansen <mwh at sysrq.dk>
+
+	* Stubed rest of System.ComponentModel
+
 2003-03-29  Martin Willemoes Hansen <mwh at sysrq.dk>
 
 	* System.ComponentModel.Design.Serialization
Index: list.unix
===================================================================
RCS file: /cvs/public/mcs/class/System/list.unix,v
retrieving revision 1.38
diff -u -r1.38 list.unix
--- list.unix	29 Mar 2003 17:37:14 -0000	1.38
+++ list.unix	30 Mar 2003 21:28:49 -0000
@@ -200,6 +200,43 @@
 System.ComponentModel/Win32Exception.cs
 System.ComponentModel/InheritanceAttribute.cs
 System.ComponentModel/InheritanceLevel.cs
+System.ComponentModel/AmbientValueAttribute.cs
+System.ComponentModel/ArrayConverter.cs
+System.ComponentModel/BooleanConverter.cs
+System.ComponentModel/ByteConverter.cs
+System.ComponentModel/CharConverter.cs
+System.ComponentModel/CollectionConverter.cs
+System.ComponentModel/ComponentConverter.cs
+System.ComponentModel/ComponentEditor.cs
+System.ComponentModel/CultureInfoConverter.cs
+System.ComponentModel/DateTimeConverter.cs
+System.ComponentModel/DecimalConverter.cs
+System.ComponentModel/DoubleConverter.cs
+System.ComponentModel/GuidConverter.cs
+System.ComponentModel/ImmutableObjectAttribute.cs
+System.ComponentModel/InstallerTypeAttribute.cs
+System.ComponentModel/Int16Converter.cs
+System.ComponentModel/Int64Converter.cs
+System.ComponentModel/License.cs
+System.ComponentModel/LicenseException.cs
+System.ComponentModel/LicenseManager.cs
+System.ComponentModel/LicenseProviderAttribute.cs
+System.ComponentModel/LicenseProvider.cs
+System.ComponentModel/LicFileLicenseProvider.cs
+System.ComponentModel/MergablePropertyAttribute.cs
+System.ComponentModel/ParenthesizePropertyNameAttribute.cs
+System.ComponentModel/PropertyTabAttribute.cs
+System.ComponentModel/ProvidePropertyAttribute.cs
+System.ComponentModel/ReferenceConverter.cs
+System.ComponentModel/SByteConverter.cs
+System.ComponentModel/SingleConverter.cs
+System.ComponentModel/TimeSpanConverter.cs
+System.ComponentModel/ToolboxItemFilterAttribute.cs
+System.ComponentModel/ToolboxItemFilterType.cs
+System.ComponentModel/TypeListConverter.cs
+System.ComponentModel/UInt16Converter.cs
+System.ComponentModel/UInt32Converter.cs
+System.ComponentModel/UInt64Converter.cs
 System.ComponentModel.Design/ActiveDesignerEventArgs.cs
 System.ComponentModel.Design/ActiveDesignerEventHandler.cs
 System.ComponentModel.Design/CheckoutException.cs


More information about the Mono-devel-list mailing list