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: 3eab4fba987a44c24f914e1056109bc2b36f8656 (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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
2004-06-22  Raja R Harinath  <rharinath@novell.com>

	Fix bootstrap with mcs 0.31.
	* UnmanagedType.cs (UnmanagedType.__mono_bootstrap_NativeTypeMax): 
	New bootstrap-only constant.

2004-06-18  Raja R Harinath  <rharinath@novell.com>

	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 <drieseng@users.sourceforge.net>

	* 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 <drieseng@users.sourceforge.net>

	* 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 <drieseng@users.sourceforge.net>

	* 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 <drieseng@users.sourceforge.net>

	* InvalidComObjectException.cs: marked serializable to match MS.NET
	* InvalidOleVarianTypeException.cs: marked serializable to match
	MS.NET

2004-06-17  Gert Driesen <drieseng@users.sourceforge.net>

	* 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  <shaver@off.net>
	* Marshal.cs: Implement StringToCoTaskMem{Ansi,Uni}

2004-05-05  Zoltan Varga  <vargaz@freemail.hu>

	* Marshal.cs: Applied patch from vladimir@pobox.com (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.

2004-01-30  Zoltan Varga  <vargaz@freemail.hu>

	* Marshal.cs: Implement AllocCoTaskMem and FreeCoTaskMem.

2003-11-26  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

	* DispatchWrapper.cs: Added and implemented
	* ErrorWrapper.cs: Fixed bug
	* Marshal.cs: Added missing members

2003-11-18  Jackson Harper <jackson@ximian.com>

	* CurrencyWrapper.cs: Fix file name.
	
2003-11-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

	* 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 <ClassDevelopment@A-SoftTech.com>

	* 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 <ClassDevelopment@A-SoftTech.com>

	* 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 <ClassDevelopment@A-SoftTech.com>

	* ComCompatibleVersionAttribute.cs: Added and implemented
	* TypeLibVersionAttribute.cs: Added and implemented

Wed Jun 18 12:49:54 CEST 2003 Paolo Molaro <lupus@ximian.com>

	* Marshal.cs: implemented Prelink with icalls.

2003-04-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* RuntimeEnvironment.cs: New file. Stubbed by Dominik Fretz
	(roboto@gmx.net).

2003-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* ExternalException.cs: doesn't need a field to keep the result code.
	* SEHException.cs: implemented.

2003-03-03  Tim Coleman <tim@timcoleman.com>
	* HandleRef.cs: Add this struct

2003-01-05  Sebastien Pouliot <spouliot@videotron.ca>

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

	* OutAttribute.cs: TypeID isn't overriden from Attribute here.
	* PInvokeMap.cs: Non-existent enum.  Must be from beta days.

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.