ChangeLog 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. 2003-01-05 Sebastien Pouliot <[email protected]>
  2. * COMException.cs: New. Minimal (incomplete - i'm not using COM)
  3. implementation because this is thrown when dealing with Software
  4. Publisher Certificates (SPC) in X509Certificate.
  5. 2002-08-22 Nick Drochak <[email protected]>
  6. * OutAttribute.cs: TypeID isn't overriden from Attribute here.
  7. * PInvokeMap.cs: Non-existent enum. Must be from beta days.
  8. 2002-06-24 root <[email protected]>
  9. * Marshal.cs: impl. Copy()
  10. Fri Jun 14 16:18:50 CEST 2002 Paolo Molaro <[email protected]>
  11. * UnmanagedType.cs, Marshal.cs: minor fixes.
  12. Wed Jun 12 16:32:13 CEST 2002 Paolo Molaro <[email protected]>
  13. * Marshal.c: stubbed out all the methods and filled in some
  14. implementation.
  15. * BINDPTR.cs, ComMemberType.cs, DESCKIND.cs, DISPPARAMS.cs,
  16. EXCEPINFO.cs, INVOKEKIND.cs, TYPEKIND.cs, UCOMTypeInfo.cs,
  17. UCOMTypeLib.cs: enums, interfaces and structs needed in Marshal class.
  18. Tue Jun 4 18:05:30 CEST 2002 Paolo Molaro <[email protected]>
  19. * GCHandle.cs: changed to fit spec and implementation needs.
  20. Tue May 14 16:35:13 CEST 2002 Paolo Molaro <[email protected]>
  21. * CharSet.cs: added missing None enum item.
  22. 2002-04-26 Joe Shaw <[email protected]>
  23. * Marshal.cs (StructureToPtr): stub this out.
  24. 2002-04-23 Joe Shaw <[email protected]>
  25. * Marshal.cs: Stub out a few functions to get gtk# to build.
  26. 2002-04-22 Duncan Mak <[email protected]>
  27. * ImporterEventKind.cs:
  28. * TypeLibFuncFlags.cs:
  29. * TypeLibTypeFlags.cs:
  30. * TypeLibVarFlags.cs: Fixed various typos and added missing elements.
  31. * ComConventionLossAttribute.cs: Removed, there's a typo.
  32. * ComConversionLossAttribute.cs: Same attribute, slight change of name.
  33. * PreserveSigAttribute.cs:
  34. * ImportedFromTypeLibAttribute.cs: Added missing AttributeUsage
  35. attribute.
  36. * TypeLibFuncAttribute.cs:
  37. * TypeLibTypeAttribute.cs:
  38. * TypeLibVarAttribute.cs: Added missing constructors.
  39. 2002-04-22 Duncan Mak <[email protected]>
  40. * AutomationProxyAttribute.cs:
  41. * CoClassAttribute.cs:
  42. * ComAliasNameAttribute.cs:
  43. * ComConventionLossAttribute.cs:
  44. * ComEventInterfaceAttribute.cs:
  45. * ComImportAttribute.cs:
  46. * ComRegisterFunctionAttribute.cs:
  47. * ComUnregisterFunctionAttribute.cs:
  48. * DispIdAttribute.cs:
  49. * ImportedFromTypeLibAttribute.cs:
  50. * LCIDConversionAttribute.cs:
  51. * PreserveSigAttribute.cs:
  52. * PrimaryInteropAssemblyAttribute.cs:
  53. * ProgIdAttribute.cs:
  54. * TypeLibFuncAttribute.cs:
  55. * TypeLibFuncFlags.cs:
  56. * TypeLibTypeAttribute.cs:
  57. * TypeLibTypeFlags.cs:
  58. * TypeLibVarAttribute.cs:
  59. * TypeLibVarFlags.cs: Added to CVS.
  60. 2002-04-08 Nick Drochak <[email protected]>
  61. * Marshal.cs: Make class public.
  62. * ComVisible.cs: New File.
  63. 2002-03-24 Nick Drochak <[email protected]>
  64. * ClassInterfaceAttribute.cs:
  65. * ClassInterfaceType.cs: New Files.
  66. 2002-02-27 Duncan Mak <[email protected]>
  67. * ExporterEventKind.cs:
  68. * ITypeLibConverter.cs:
  69. * ITypeLibImporterNotifySink.cs: Added to CVS for Kevin Winchester <[email protected]>.
  70. 2002-02-26 Duncan Mak <[email protected]>
  71. * ComInterfaceType.cs: Added to CVS.
  72. * AssemblyRegistrationFlags.cs:
  73. * GuidAttribute.cs:
  74. * ICustomAdapter.cs:
  75. * ICustomFactory.cs:
  76. * ICustomMarshaler.cs:
  77. * IRegistrationServices.cs:
  78. * ITypeLibExporterNameProvider.cs:
  79. * ITypeLibImporterNotifySink.cs:
  80. * InterfaceTypeAttribute.cs:
  81. * TypeLibExporterFlags.cs: Committed for Kevin Winchester <[email protected]>.
  82. * GCHandle.cs: Added to CVS. Patch from Ajay kumar Dwivedi.
  83. * GCHandleType.cs: Committed patch from Ajay.
  84. * ImporterEventKind.cs: Added to CVS.
  85. 2002-01-24 Miguel de Icaza <[email protected]>
  86. * StructLayoutAttribute.cs: Flag attribute as targetting structs
  87. or classes.
  88. * InAttribute.cs: Flag attribute as targettting a paramter
  89. * OutAttribute.cs: ditto.
  90. * DllImportAttribute.cs: Flag attribute as targetting methods.
  91. * MarshalAsAttribute.cs: Flag attribute as targetting fields,
  92. parameters and returnvalues.
  93. 2002-01-23 Dick Porter <[email protected]>
  94. * Marshal.cs: Added GetLastWin32Error()
  95. * ExternalException.cs: Implemented
  96. 2002-01-17 Miguel de Icaza <[email protected]>
  97. * ExternalException.cs: Add ExternalException.
  98. 2002-01-05 Ravi Pratap <[email protected]>
  99. * OutAttribute.cs : Decorate with MonoTODO.
  100. Thu Dec 20 15:46:31 CET 2001 Paolo Molaro <[email protected]>
  101. * FieldOffsetAttribute.cs, InAttribute.cs, MarshalAsAttribute.cs,
  102. OptionalAttribute.cs, StructLayoutAttribute.cs, VarEnum.cs:
  103. more stuff needed by the compiler.
  104. Thu Dec 13 20:22:18 CET 2001 Paolo Molaro <[email protected]>
  105. * DllImportAttribute.cs: added.
  106. * MethodImplOptions.cs: removed: this is already in CompilerServices.
  107. Wed Nov 14 17:02:57 CET 2001 Paolo Molaro <[email protected]>
  108. * CallingConvention.cs: add missing Winapi.
  109. 2001-07-20 Miguel de Icaza <[email protected]>
  110. * OutAttribute.cs: New file.
  111. 2001-07-18 Michael Lambert <[email protected]>
  112. * CallingConvention.cs.cs, CharSet.cs, GCHandleType.cs, LayoutKind.cs: Add.