Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « System.Runtime.InteropServices « corlib « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d9ff64e40738bdb85ae7982d92c8e48ae30414ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
2002-06-24  root  <dietmar@ximian.com>

	* Marshal.cs: impl. Copy()

Fri Jun 14 16:18:50 CEST 2002 Paolo Molaro <lupus@ximian.com>

	* UnmanagedType.cs, Marshal.cs: minor fixes.

Wed Jun 12 16:32:13 CEST 2002 Paolo Molaro <lupus@ximian.com>

	* 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 <lupus@ximian.com>

	* GCHandle.cs: changed to fit spec and implementation needs.

Tue May 14 16:35:13 CEST 2002 Paolo Molaro <lupus@ximian.com>

	* CharSet.cs: added missing None enum item.

2002-04-26  Joe Shaw  <joe@ximian.com>

	* Marshal.cs (StructureToPtr): stub this out.

2002-04-23  Joe Shaw  <joe@ximian.com>

	* Marshal.cs: Stub out a few functions to get gtk# to build.

2002-04-22  Duncan Mak  <duncan@ximian.com>

	* 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  <duncan@ximian.com>

	* 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  <ndrochak@gol.com>

	* Marshal.cs: Make class public.
	* ComVisible.cs: New File.

2002-03-24  Nick Drochak  <ndrochak@gol.com>

	* ClassInterfaceAttribute.cs:
	* ClassInterfaceType.cs: New Files.

2002-02-27  Duncan Mak  <duncan@ximian.com>

	* ExporterEventKind.cs:
	* ITypeLibConverter.cs:
	* ITypeLibImporterNotifySink.cs: Added to CVS for Kevin Winchester <kwin@ns.sympatico.ca>.

2002-02-26  Duncan Mak  <duncan@ximian.com>

	* 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 <kwin@ns.sympatico.ca>.
	
	* 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  <miguel@ximian.com>

	* 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  <dick@ximian.com>

	* Marshal.cs: Added GetLastWin32Error()

	* ExternalException.cs: Implemented

2002-01-17  Miguel de Icaza  <miguel@ximian.com>

	* ExternalException.cs: Add ExternalException.

2002-01-05  Ravi Pratap  <ravi@ximian.com>

	* OutAttribute.cs : Decorate with MonoTODO.
	
Thu Dec 20 15:46:31 CET 2001 Paolo Molaro <lupus@ximian.com>

	* 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 <lupus@ximian.com>

	* DllImportAttribute.cs: added.
	* MethodImplOptions.cs: removed: this is already in CompilerServices.

Wed Nov 14 17:02:57 CET 2001 Paolo Molaro <lupus@ximian.com>

	* CallingConvention.cs: add missing Winapi.

2001-07-20  Miguel de Icaza  <miguel@ximian.com>

	* OutAttribute.cs: New file.

2001-07-18  Michael Lambert <michaellambert@email.com>

	* CallingConvention.cs.cs, CharSet.cs, GCHandleType.cs, LayoutKind.cs: Add.