2002-04-08 Nick Drochak <ndrochak@gol.com>
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / ChangeLog
1 2002-04-08  Nick Drochak  <ndrochak@gol.com>
2
3         * Marshal.cs: Make class public.
4         * ComVisible.cs: New File.
5
6 2002-03-24  Nick Drochak  <ndrochak@gol.com>
7
8         * ClassInterfaceAttribute.cs:
9         * ClassInterfaceType.cs: New Files.
10
11 2002-02-27  Duncan Mak  <duncan@ximian.com>
12
13         * ExporterEventKind.cs:
14         * ITypeLibConverter.cs:
15         * ITypeLibImporterNotifySink.cs: Added to CVS for Kevin Winchester <kwin@ns.sympatico.ca>.
16
17 2002-02-26  Duncan Mak  <duncan@ximian.com>
18
19         * ComInterfaceType.cs: Added to CVS.
20
21         * AssemblyRegistrationFlags.cs:
22         * GuidAttribute.cs:
23         * ICustomAdapter.cs:
24         * ICustomFactory.cs:
25         * ICustomMarshaler.cs: 
26         * IRegistrationServices.cs:
27         * ITypeLibExporterNameProvider.cs:
28         * ITypeLibImporterNotifySink.cs:
29         * InterfaceTypeAttribute.cs:
30         * TypeLibExporterFlags.cs: Committed for Kevin Winchester <kwin@ns.sympatico.ca>.
31         
32         * GCHandle.cs: Added to CVS. Patch from Ajay kumar Dwivedi.
33
34         * GCHandleType.cs: Committed patch from Ajay.
35
36         * ImporterEventKind.cs: Added to CVS.
37
38 2002-01-24  Miguel de Icaza  <miguel@ximian.com>
39
40         * StructLayoutAttribute.cs: Flag attribute as targetting structs
41         or classes. 
42         
43         * InAttribute.cs: Flag attribute as targettting a paramter
44
45         * OutAttribute.cs: ditto.
46         
47         * DllImportAttribute.cs: Flag attribute as targetting methods.
48         
49         * MarshalAsAttribute.cs: Flag attribute as targetting fields,
50         parameters and returnvalues.
51
52 2002-01-23  Dick Porter  <dick@ximian.com>
53
54         * Marshal.cs: Added GetLastWin32Error()
55
56         * ExternalException.cs: Implemented
57
58 2002-01-17  Miguel de Icaza  <miguel@ximian.com>
59
60         * ExternalException.cs: Add ExternalException.
61
62 2002-01-05  Ravi Pratap  <ravi@ximian.com>
63
64         * OutAttribute.cs : Decorate with MonoTODO.
65         
66 Thu Dec 20 15:46:31 CET 2001 Paolo Molaro <lupus@ximian.com>
67
68         * FieldOffsetAttribute.cs, InAttribute.cs, MarshalAsAttribute.cs,
69         OptionalAttribute.cs, StructLayoutAttribute.cs, VarEnum.cs:
70         more stuff needed by the compiler.
71
72 Thu Dec 13 20:22:18 CET 2001 Paolo Molaro <lupus@ximian.com>
73
74         * DllImportAttribute.cs: added.
75         * MethodImplOptions.cs: removed: this is already in CompilerServices.
76
77 Wed Nov 14 17:02:57 CET 2001 Paolo Molaro <lupus@ximian.com>
78
79         * CallingConvention.cs: add missing Winapi.
80
81 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
82
83         * OutAttribute.cs: New file.
84
85 2001-07-18  Michael Lambert <michaellambert@email.com>
86
87         * CallingConvention.cs.cs, CharSet.cs, GCHandleType.cs, LayoutKind.cs: Add.