2005-11-17 Zoltan Varga * DefaultParameterValueAttribute.cs: New file. 2005-10-28 Sebastien Pouliot * Marshal.cs: Added null check in SecureStringTo* methods and make them throw a NotSupportedException otherwise (as existing code must deal with this anyway). Fixed Uni -> Unicode method name changes. 2005-09-25 Sebastien Pouliot * UCOMIBindCtx.cs, UCOMIConnectionPoint.cs, UCOMIConnectionPointContainer.cs, UCOMIEnumConnectionPoints.cs, UCOMIEnumConnections.cs, UCOMIEnumMoniker.cs, UCOMIEnumString.cs, UCOMIEnumVARIANT.cs, UCOMIMoniker.cs, UCOMIPersistFile.cs, UCOMIRunningObjectTable.cs, UCOMIStream.cs, UCOMITypeComp.cs, UCOMITypeInfo.cs, UCOMITypeLib.cs: Remove [ComImport] from the default profile (this is new in 2.0) and reduce corcompare extras by 15. 2005-09-21 Kornél Pál * UCOMIEnumConnections.cs, UCOMIEnumMoniker.cs, UCOMIEnumString.cs, UCOMIStream.cs, UCOMITypeInfo.cs, UCOMITypeLib.cs, UnmanagedType.cs: Removed UnmanagedType_80 that was required because mcs bug #75945 was not discovered. 2005-08-12 Gert Driesen * SetWin32ContextInIDispatchAttribute.cs: Make this attribute also available in 1.0 profile (.NET 1.1). * VariantWrapper.cs: Class is also exposed in .NET 1.1. Only serializable in 2.0 profile. 2005-08-10 Zoltan Varga * SafeHandle.cs: New file. 2005-08-06 Gert Driesen * _Activator.cs: ComVisible should only be set in 2.0 profile. Added TypeLibImportClass attribute. * _Assembly.cs: ComVisible should only be set in 2.0 profile. Added TypeLibImportClass attribute. Fixes InterfaceType to match MS.NET. * _AssemblyBuilder.cs: ComVisible should only be set in 2.0 profile. Added TypeLibImportClass attribute. * _AssemblyName.cs: ComVisible should only be set in 2.0 profile. Added TypeLibImportClass attribute. * _Attribute.cs: ComVisible should only be set in 2.0 profile. Added TypeLibImportClass attribute. * _ConstructorBuilder.cs: ComVisible should only be set in 2.0 profile. Added TypeLibImportClass attribute. * _ConstructorInfo.cs: Fixed InterfaceType to match MS.NET. Added TypeLibImportClass attribute. Added missing methods. * _CustomAttributeBuilder.cs: ComVisible should only be set in 2.0 profile. Added TypeLibImportClass attribute. * _EnumBuilder.cs: ComVisible should only be set in 2.0 profile. Added TypeLibImportClass attribute. * _EventBuilder.cs: ComVisible should only be set in 2.0 profile. Added TypeLibImportClass attribute. * _EventInfo.cs: Fixed InterfaceType to match MS.NET. Added TypeLibImportClass attribute. Added missing methods. * _FieldBuilder.cs: ComVisible should only be set in 2.0 profile. Added TypeLibImportClass attribute. * _FieldInfo.cs: Fixed InterfaceType to match MS.NET. Added TypeLibImportClass attribute. Added missing methods. * _ILGenerator.cs: ComVisible should only be set in 2.0 profile. Added TypeLibImportClass attribute. * _LocalBuilder.cs: ComVisible should only be set in 2.0 profile. Added TypeLibImportClass attribute. * _MemberInfo.cs: Fixed InterfaceType to match MS.NET. Added TypeLibImportClass attribute. Added missing methods. * _MethodBase.cs: Fixed InterfaceType to match MS.NET. Added TypeLibImportClass attribute. Added missing methods. * _MethodInfo.cs: Fixed InterfaceType to match MS.NET. Added TypeLibImportClass attribute. Added missing methods. * _MethodBuilder.cs: ComVisible should only be set in 2.0 profile. Added TypeLibImportClass attribute. * _MethodRental.cs: ComVisible should only be set in 2.0 profile. Added TypeLibImportClass attribute. * _Module.cs: ComVisible should only be set in 2.0 profile. Added TypeLibImportClass attribute. * _ModuleBuilder.cs: ComVisible should only be set in 2.0 profile. Added TypeLibImportClass attribute. * _ParameterBuilder.cs: ComVisible should only be set in 2.0 profile. Added TypeLibImportClass attribute. * _ParameterInfo.cs: ComVisible should only be set in 2.0 profile. Added TypeLibImportClass attribute. * _PropertyBuilder.cs: ComVisible should only be setin 2.0 profile. Added TypeLibImportClass attribute. * _PropertyInfo.cs: Fixed InterfaceType to match MS.NET. Added TypeLibImportClass attribute. Added missing methods. * _SignatureHelper.cs: ComVisible should only be set in 2.0 profile. Added TypeLibImportClass attribute. * _Type.cs: Added TypeLibImportClass attribute. Fixed InterfaceType to match MS.NET. Added missing method to match MS.NET. * _Thread.cs: ComVisible should only be set in 2.0 profile. Added TypeLibImportClass attribute. * _TypeBuilder:cs: ComVisible should only be set in 2.0 profile. Added TypeLibImportClass attribute. * Marshal.cs: Removed MarshalAs attribute from parameter to fix API compatibility with MS.NET. * TypeLibImportClassAttribute.cs: Added. 2005-07-06 Zoltan Varga * GCHandle.cs: Add 2.0 FromIntPtr/ToIntPtr methods. 2005-06-08 Sebastien Pouliot * RuntimeEnvironment.cs: I get better results when calling Demand. 2005-06-07 Sebastien Pouliot * RuntimeEnvironment.cs: Implemented TODO. Added security for CAS. 2005-06-06 Sebastien Pouliot * _Exception.cs: That one wasn't backported to 1.1 SP1 by MS. This should fix a lot of extra reported in the API status pages. 2005-06-06 Zoltan Varga * Marshal.cs: Add some missing 2.0 attributes. 2005-05-15 Andreas Nahr * _Attribute.cs * _ConstructorInfo.cs * _EventInfo.cs * _Exception.cs * _FieldInfo.cs * _MemberInfo.cs * _MethodBase.cs * _MethodInfo.cs * _PropertyInfo.cs * _Type.cs: Chance to .Net 1.1 * _Activator.cs * _Assembly.cs * _AssemblyBuilder.cs * _AssemblyName.cs * _ConstructorBuilder.cs * _CustomAttributeBuilder.cs * _EnumBuilder.cs * _EventBuilder.cs * _FieldBuilder.cs * _ILGenerator.cs * _LocalBuilder.cs * _MethodBuilder.cs * _MethodRental.cs * _Module.cs * _ModuleBuilder.cs * _ParameterBuilder.cs * _ParameterInfo.cs * _PropertyBuilder.cs * _SignatureHelper.cs * _Thread.cs * _TypeBuilder.cs: Added 2005-04-22 Sebastien Pouliot * _Attribute.cs: New. Interface for attributes in 2.0. 2005-04-13 Marek Safar * DefaultCharSetAttribute.cs: Removed useless using. 2005-03-31 Alp Toker * GCHandle.cs: Clearer ArgumentException text in the case of a null-valued IntPtr argument. 2005-03-04 Kazuki Oikawa * _Exception.cs * BIND_OPTS.cs * BINDPTR.cs * CALLCONV.cs * ComDefaultInterfaceAttribute.cs * ComObjectInUseException.cs * ComSourceInterfacesAttribute.cs * CONNECTDATA.cs * CriticalHandle.cs * DefaultCharSetAttribute.cs * DESCKIND.cs * DISPPARAMS.cs * ELEMDESC.cs * EXCEPINFO.cs * ExposeAsClassToComAttribute.cs * FILETIME.cs * FUNCDESC.cs * FUNCFLAGS.cs * FUNCKIND.cs * GCHandle.cs * ICustomAdapter.cs * IDLDESC.cs * IDLFLAG.cs * IMPLTYPEFLAGS.cs * INVOKEKIND.cs * ITypeLibConverter.cs * ITypeLibExporterNameProvider.cs * ITypeLibExporterNotifySink.cs * LIBFLAGS.cs * PARAMDESC.cs * PARAMFLAG.cs * PrimaryInteropAssemblyAttribute.cs * STATSTG.cs * SYSKIND.cs * TYPEATTR.cs * TYPEDESC.cs * TYPEFLAGS.cs * TYPEKIND.cs * TYPELIBATTR.cs * TypeLibExporterFlags.cs * TypeLibImporterFlags.cs * UCOMIBindCtx.cs * UCOMIConnectionPoint.cs * UCOMIConnectionPointContainer.cs * UCOMIEnumConnectionPoints.cs * UCOMIEnumConnections.cs * UCOMIEnumMoniker.cs * UCOMIEnumString.cs * UCOMIEnumVARIANT.cs * UCOMIMoniker.cs * UCOMIPersistFile.cs * UCOMIRunningObjectTable.cs * UCOMIStream.cs * UCOMITypeComp.cs * UCOMITypeInfo.cs * UCOMITypeLib.cs * UnmanagedFunctionPointerAttribute.cs * VARDESC.cs * VARFLAGS.cs * VariantWrapper.cs: Added missing attributes. 2005-03-03 Kazuki Oikawa * _ConstructorInfo.cs * _EventInfo.cs * _FieldInfo.cs * _MemberInfo.cs * _MethodBase.cs * _MethodInfo.cs * _PropertyInfo.cs * _Type.cs * BStrWrapper.cs * ComDefaultInterfaceAttribute.cs * ComObjectInUseException.cs * CriticalHandle.cs * DefaultCharSetAttribute.cs * ExposeAsClassToComAttribute.cs * RegistrationClassContext.cs * RegistrationConnectionType.cs: Add 2005-02-21 Zoltan Varga * UnmanagedFunctionPointerAttribute.cs: Add #region directives. 2005-02-21 Kazuki Oikawa * BIND_OPTS.cs, CONNECTEDATA.cs, DISPPARAMS.cs, ELEMDESC.cs, EXCEPINFO.cs, FILETIME.cs, FUNCDESC.cs, STATSTG.cs, TYPEATTR.cs, TYPELIBATTR.cs, UCOMIBindCtx.cs, UCOMIConnectionPoint.cs, UCOMIEnumConnectionPoints.cs, UCOMIEnumConnections.cs, UCOMIEnumMoniker.cs, UCOMIEnumString.cs, UCOMIEnumVARIANT.cs, UCOMIMoniker.cs, UCOMIPersistFile.cs, UCOMIRunningObjectTable.cs, UCOMIStream.cs, UCOMITypeInfo.cs, UCOMITypeLib.cs, VARDESC.cs: Corrected the order of the fields and the methods. * BIND_OPTS.cs, CALLCONV.cs, FILETIME.cs, FUNCDESC.cs, FUNCFLAGS.cs, FUNCKIND.cs, IDLFLAG.cs, IMPLTYPEFLAGS.cs, LIBFLAGS.cs, PARAMFLAG.cs, STATSTG.cs, SYSKIND.cs, TYPEFLAGS.cs, VarEnum.cs, VARFLAGS.cs: Added missing attributes. Wed Feb 16 16:20:56 CET 2005 Paolo Molaro * GCHandle.cs: check the domain of an handle target is correct. Make the unallocated value 0, since that is the default value for valuetypes. 2005-02-10 Marek Safar * TypeLibVarAttribute.cs, * TypeLibTypeAttribute.cs, * ComSourceInterfacesAttribute.cs: Fix AttributeUsage flags. Sat Jan 29 12:48:03 CET 2005 Paolo Molaro * GCHandle.cs: update for runtime changes: the unallocated handle is -1, now. 2004-11-25 Raja R Harinath * UnmanagedType.cs (mono_bootstrap_NativeTypeMax): Rename from __mono_bootstrap_NativeTypeMax. CSC doesn't like [CLSCompliant(false)] on enum member. 2004-09-30 Zoltan Varga * Marshal.cs: Implement GetDelegateForFunctionPointer. 2004-09-29 Zoltan Varga * UnmanagedFunctionPointerAttribute.cs: New file. * Marshal.cs: Make GetFunctionPointerForDelegate icall private. * MarshalAsAttribute.cs: Add 2.0 IidParamIndex field. 2004-09-28 Zoltan Varga * Marshal.cs: Add some ReliabilityContractAttributes. * Marshal.cs (GetFunctionPointerForDelegate): Implement. * Marshal.cs: Add stubs for missing 2.0 methods. 2004-09-24 Zoltan Varga * DllImportAttribute.cs: Reorder fields and mark this class as visible to the runtime. 2004-09-08 Marek Safar * Marshal.cs: Class is static in NET_2_0. 2004-07-29 Lluis Sanchez Gual * RuntimeEnvironment.cs: Implemented SystemConfigurationFile and GetSystemVersion(). Wed Jul 14 19:28:57 CEST 2004 Paolo Molaro * GCHandle.cs: throw exception if the result from AddrOfPinnedObject() is -1 (special value returned by the runtime). 2004-07-07 Sebastien Pouliot * _Exception.cs: New interface in Fx 2.0 to preserve member's order for COM interop. 2004-06-22 Raja R Harinath Fix bootstrap with mcs 0.31. * UnmanagedType.cs (UnmanagedType.__mono_bootstrap_NativeTypeMax): New bootstrap-only constant. 2004-06-18 Raja R Harinath Fix breaking build (see tests/test-272.cs). Since corlib is a bootstrap library, we have to keep this fix even if the in-tree mcs compiler is fixed. * UCOMIEnumConnections.cs: Replace '(UnmanagedType) 80' in attribute field initialization with Consts.UnmanagedType_80. * UCOMIEnumMoniker.cs: Likewise. * UCOMIEnumString.cs: Likewise. * UCOMIStream.cs: Likewise. * UCOMITypeInfo.cs: Likewise. * UCOMITypeLib.cs: Likewise. 2004-06-18 Gert Driesen * BINDPTR.cs: have layout and charset match MS.NET * CONNECTDATA.cs: have layout and charset match MS.NET * DISPPARAMS.cs: have layout and charset match MS.NET * ELEMDESC.cs: have layout and charset match MS.NET * EXCEPINFO.cs: have layout and charset match MS.NET * IDLDESC.cs: have layout and charset match MS.NET * PARAMDESC.cs: have layout and charset match MS.NET * STATSTG.cs: have layout and charset match MS.NET * TYPEATTR.cs: have layout and charset match MS.NET * TYPEDESC.cs: have layout and charset match MS.NET * TYPELIBATTR.cs: have layout and charset match MS.NET * VARDESC.cs: have layout and charset match MS.NET 2004-06-18 Gert Driesen * ArrayWithOffset.cs: fixed GetOffset to return int instead of object * CONNECTDATA.cs: added missing MarshalAs attribute * EXCEPINFO.cs: added missing MarshalAs attributes * ITypeLibConverter.cs: added missing MarshalAs attributes * ITypeLibImporterNotifySink.cs: added missing MarshalAs attributes * Marshal.cs: added missing MarshalAs attributues, and missing Out attributes * TypeLibConverter.cs: added missing MarshalAs attributes * UCOMIBindCtx.cs: added missing MarshalAs attributes * UCOMIConnectionPoint.cs: added missing MarshalAs attributes * UCOMIEnumConnectionPoints.cs: added missing MarshalAs attributes * UCOMIEnumConnections.cs: added missing PreserveSig attributes, added missing MarshalAs attributes * UCOMIEnumMoniker.cs: added missing PreserveSig attributes, added missing MarshalAs attributes * UCOMIEnumString.cs: added missing PreserveSig attributes, added missing MarshalAs attributes * UCOMIMoniker.cs: added missing MarshalAs attributes * UCOMIPersistFile.cs: added missing PreserveSig attribute, added missing MarshalAs attributes * UCOMIRunningObjectTable.cs: added missing MarshalAs attributes * UCOMIStream.cs: added missing MarshalAs attributes * UCOMITypeComp.cs: added missing MarshalAs attributes * UCOMITypeInfo.cs: added missing MarshalAs attributes * UCOMITypeLib.cs: added missing PreserveSig attributes, added missing MarshalAs attributes 2004-06-17 Gert Driesen * MarshalDirectiveException.cs: marked serializable to match MS.NET * SafeArrayRankMismatchException.cs: marked serializable to match MS.NET * SafeArrayTypeMismatchException.cs: marked serializable to match MS.NET 2004-06-17 Gert Driesen * InvalidComObjectException.cs: marked serializable to match MS.NET * InvalidOleVarianTypeException.cs: marked serializable to match MS.NET 2004-06-17 Gert Driesen * BestFitMappingAttribute.cs: removed serializable attribute to match MS.NET 2004-05-30 Gert Driesen (drieseng@users.sourceforge.net) * SetWin32ContextInIDispatchAttribute.cs: only build for NET_2_0 profile * VariantWrapper.cs: only build for NET_2_0 profile 2004-05-29 Gert Driesen (drieseng@users.sourceforge.net) * SetWin32ContextInIDispatchAttribute.cs: added * VariantWrapper.cs: added 2004-05-19 Gert Driesen (drieseng@users.sourceforge.net) * AutomationProxyAttribute.cs * BestFitMappingAttribute.cs * ClassInterfaceAttribute.cs * CoClassAttribute.cs * ComAliasNameAttribute.cs * ComCompatibleVersionAttribute.cs * ComConversionLossAttribute.cs * ComEventInterfaceAttribute.cs * ComImportAttribute.cs * ComRegisterFunctionAttribute.cs * ComSourceInterfaceAttribute.cs * ComUnregisterFunctionAttribute.cs * Comvisible.cs * DispIdAttribute.cs * DllImportAttribute.cs * FieldOffsetAttribute.cs * GuidAttribute.cs * IDispatchImplAttribute.cs * ImportedFromTypeLibAttribute.cs * InAttribute.cs * InterfaceTypeAttribute.cs * LCIDConversionAttribute.cs * MarshalAsAttribute.cs * OptionalAttribute.cs * OutAttribute.cs * PreserveSigAttribute.cs * PrimaryInteropAssemblyAttribute.cs * ProgIdAttribute.cs * StructLayoutAttribute.cs * TypeLibFuncAttribute.Cs * TypeLibTypeAttribute.cs * TypeLibVarAttribute.cs * TypeLibVersionAttribute.cs now that Inherited is false by default on AttributeUsageAttribute (as it should be) we need to explicitly set Inherited to false for those attributes should where it should be false. 2004-05-06 Mike Shaver * Marshal.cs: Implement StringToCoTaskMem{Ansi,Uni} 2004-05-05 Zoltan Varga * Marshal.cs: Applied patch from vladimir@pobox.com (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement. 2004-01-30 Zoltan Varga * Marshal.cs: Implement AllocCoTaskMem and FreeCoTaskMem. 2003-11-26 Andreas Nahr * DispatchWrapper.cs: Added and implemented * ErrorWrapper.cs: Fixed bug * Marshal.cs: Added missing members 2003-11-18 Jackson Harper * CurrencyWrapper.cs: Fix file name. 2003-11-18 Andreas Nahr * BestFitMappingAttribute.cs: Signature fix * Marshal.cs: Add attribute, fix signatures * MarshalAsAttribute.cs: Add head, add entry * DllImportAttribute.cs: Added v1.1 entries * TypeLibConverter.cs: Added, stubbed * RegistrationServices.cs: Added, stubbed * ExtensibleClassFactory.cs: Added, stubbed * ErrorWrapper.cs: Added, implemented * CurrencyWrapper.cs: Added, implemented 2003-11-13 Andreas Nahr * IRegistrationServices.cs: * ITypeLibConverter.cs: * ITypeLibExporterNameProvider.cs: * ITypeLibExporterNotifySink.cs: * ITypeLibImporterNotifySink.cs: Added missing attribute * UCOMIBindCtx.cs: Added missing attribute, fixed in attribute * UCOMIConnectionPoint.cs: * UCOMIConnectionPointContainer.cs: * UCOMIEnumConnectionPoints.cs: * UCOMIEnumConnections.cs: * UCOMIEnumMoniker.cs: * UCOMIEnumString.cs: * UCOMIEnumVARIANT.cs: * UCOMIMoniker.cs: * UCOMIPersistFile.cs: * UCOMIRunningObjectTable.cs: * UCOMIStream.cs: * UCOMITypeComp.cs: * UCOMITypeInfo.cs: * UCOMITypeLib.cs: Added missing attribute 2003-08-06 Andreas Nahr * UCOMIBindCtx.cs: Added and implemented * UCOMIConnectionPoint.cs: Added and implemented * UCOMIConnectionPointContainer.cs: Added and implemented * UCOMIEnumConnectionPoints.cs: Added and implemented * UCOMIEnumConnections.cs: Added and implemented * UCOMIEnumMoniker.cs: Added and implemented * UCOMIEnumString.cs: Added and implemented * UCOMIEnumVARIANT.cs: Added and implemented * UCOMIMoniker.cs: Added and implemented * UCOMIPersistFile.cs: Added and implemented * UCOMIRunningObjectTable.cs: Added and implemented * UCOMIStream.cs: Added and implemented * UCOMTypeComp.cs: renamed * UCOMTypeInfo.cs: renamed * UCOMTypeLib.cs: renamed * ITypeLibConverter.cs: Fixed interface signature * ComSourceInterfacesAttribute.cs: Added and implemented * IDispatchImplAttribute.cs: Added and implemented * InvalidComObjectException.cs: Added and implemented * InvalidOleVariantTypeException.cs: Added and implemented * MarshalDirectiveException.cs: Added and implemented * SafeArrayRankMismatchException.cs: Added and implemented * SafeArrayTypeMismatchException.cs: Added and implemented * SEHException.cs: Added attribute * UnknownWrapper.cs: Added and implemented * BIND_OPTS.cs: * CONNECTDATA.cs: * ELEMDESC.cs: * FILETIME.cs: * FUNCDESC.cs: * IDLDESC.cs: * PARAMDESC.cs: * STATSTG.cs: * TYPEATTR.cs: * TYPEDESC.cs: * TYPELIBATTR.cs: * VARDESC.cs: Added and implemented * CALLCONV.cs: * FUNCFLAGS.cs: * FUNCKIND.cs: * IDispatchImplType.cs: * IDLFLAG.cs: * IMPLTYPEFLAGS.cs: * LIBFLAGS.cs: * PARAMFLAG.cs: * SYSKIND.cs: * TYPEFLAGS.cs: * TypeLibImporterFlags.cs: * VARFLAGS.cs: Added and implemented 2003-07-12 Andreas Nahr * ComCompatibleVersionAttribute.cs: Added and implemented * TypeLibVersionAttribute.cs: Added and implemented Wed Jun 18 12:49:54 CEST 2003 Paolo Molaro * Marshal.cs: implemented Prelink with icalls. 2003-04-26 Gonzalo Paniagua Javier * RuntimeEnvironment.cs: New file. Stubbed by Dominik Fretz (roboto@gmx.net). 2003-03-31 Gonzalo Paniagua Javier * ExternalException.cs: doesn't need a field to keep the result code. * SEHException.cs: implemented. 2003-03-03 Tim Coleman * HandleRef.cs: Add this struct 2003-01-05 Sebastien Pouliot * COMException.cs: New. Minimal (incomplete - i'm not using COM) implementation because this is thrown when dealing with Software Publisher Certificates (SPC) in X509Certificate. 2002-08-22 Nick Drochak * OutAttribute.cs: TypeID isn't overriden from Attribute here. * PInvokeMap.cs: Non-existent enum. Must be from beta days. 2002-06-24 root * Marshal.cs: impl. Copy() Fri Jun 14 16:18:50 CEST 2002 Paolo Molaro * UnmanagedType.cs, Marshal.cs: minor fixes. Wed Jun 12 16:32:13 CEST 2002 Paolo Molaro * Marshal.c: stubbed out all the methods and filled in some implementation. * BINDPTR.cs, ComMemberType.cs, DESCKIND.cs, DISPPARAMS.cs, EXCEPINFO.cs, INVOKEKIND.cs, TYPEKIND.cs, UCOMTypeInfo.cs, UCOMTypeLib.cs: enums, interfaces and structs needed in Marshal class. Tue Jun 4 18:05:30 CEST 2002 Paolo Molaro * GCHandle.cs: changed to fit spec and implementation needs. Tue May 14 16:35:13 CEST 2002 Paolo Molaro * CharSet.cs: added missing None enum item. 2002-04-26 Joe Shaw * Marshal.cs (StructureToPtr): stub this out. 2002-04-23 Joe Shaw * Marshal.cs: Stub out a few functions to get gtk# to build. 2002-04-22 Duncan Mak * ImporterEventKind.cs: * TypeLibFuncFlags.cs: * TypeLibTypeFlags.cs: * TypeLibVarFlags.cs: Fixed various typos and added missing elements. * ComConventionLossAttribute.cs: Removed, there's a typo. * ComConversionLossAttribute.cs: Same attribute, slight change of name. * PreserveSigAttribute.cs: * ImportedFromTypeLibAttribute.cs: Added missing AttributeUsage attribute. * TypeLibFuncAttribute.cs: * TypeLibTypeAttribute.cs: * TypeLibVarAttribute.cs: Added missing constructors. 2002-04-22 Duncan Mak * AutomationProxyAttribute.cs: * CoClassAttribute.cs: * ComAliasNameAttribute.cs: * ComConventionLossAttribute.cs: * ComEventInterfaceAttribute.cs: * ComImportAttribute.cs: * ComRegisterFunctionAttribute.cs: * ComUnregisterFunctionAttribute.cs: * DispIdAttribute.cs: * ImportedFromTypeLibAttribute.cs: * LCIDConversionAttribute.cs: * PreserveSigAttribute.cs: * PrimaryInteropAssemblyAttribute.cs: * ProgIdAttribute.cs: * TypeLibFuncAttribute.cs: * TypeLibFuncFlags.cs: * TypeLibTypeAttribute.cs: * TypeLibTypeFlags.cs: * TypeLibVarAttribute.cs: * TypeLibVarFlags.cs: Added to CVS. 2002-04-08 Nick Drochak * Marshal.cs: Make class public. * ComVisible.cs: New File. 2002-03-24 Nick Drochak * ClassInterfaceAttribute.cs: * ClassInterfaceType.cs: New Files. 2002-02-27 Duncan Mak * ExporterEventKind.cs: * ITypeLibConverter.cs: * ITypeLibImporterNotifySink.cs: Added to CVS for Kevin Winchester . 2002-02-26 Duncan Mak * ComInterfaceType.cs: Added to CVS. * AssemblyRegistrationFlags.cs: * GuidAttribute.cs: * ICustomAdapter.cs: * ICustomFactory.cs: * ICustomMarshaler.cs: * IRegistrationServices.cs: * ITypeLibExporterNameProvider.cs: * ITypeLibImporterNotifySink.cs: * InterfaceTypeAttribute.cs: * TypeLibExporterFlags.cs: Committed for Kevin Winchester . * GCHandle.cs: Added to CVS. Patch from Ajay kumar Dwivedi. * GCHandleType.cs: Committed patch from Ajay. * ImporterEventKind.cs: Added to CVS. 2002-01-24 Miguel de Icaza * StructLayoutAttribute.cs: Flag attribute as targetting structs or classes. * InAttribute.cs: Flag attribute as targettting a paramter * OutAttribute.cs: ditto. * DllImportAttribute.cs: Flag attribute as targetting methods. * MarshalAsAttribute.cs: Flag attribute as targetting fields, parameters and returnvalues. 2002-01-23 Dick Porter * Marshal.cs: Added GetLastWin32Error() * ExternalException.cs: Implemented 2002-01-17 Miguel de Icaza * ExternalException.cs: Add ExternalException. 2002-01-05 Ravi Pratap * OutAttribute.cs : Decorate with MonoTODO. Thu Dec 20 15:46:31 CET 2001 Paolo Molaro * FieldOffsetAttribute.cs, InAttribute.cs, MarshalAsAttribute.cs, OptionalAttribute.cs, StructLayoutAttribute.cs, VarEnum.cs: more stuff needed by the compiler. Thu Dec 13 20:22:18 CET 2001 Paolo Molaro * DllImportAttribute.cs: added. * MethodImplOptions.cs: removed: this is already in CompilerServices. Wed Nov 14 17:02:57 CET 2001 Paolo Molaro * CallingConvention.cs: add missing Winapi. 2001-07-20 Miguel de Icaza * OutAttribute.cs: New file. 2001-07-18 Michael Lambert * CallingConvention.cs.cs, CharSet.cs, GCHandleType.cs, LayoutKind.cs: Add.