2002-01-24 Miguel de Icaza <miguel@ximian.com>
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / ChangeLog
1 2002-01-24  Miguel de Icaza  <miguel@ximian.com>
2
3         * StructLayoutAttribute.cs: Flag attribute as targetting structs
4         or classes. 
5         
6         * InAttribute.cs: Flag attribute as targettting a paramter
7
8         * OutAttribute.cs: ditto.
9         
10         * DllImportAttribute.cs: Flag attribute as targetting methods.
11         
12         * MarshalAsAttribute.cs: Flag attribute as targetting fields,
13         parameters and returnvalues.
14
15 2002-01-23  Dick Porter  <dick@ximian.com>
16
17         * Marshal.cs: Added GetLastWin32Error()
18
19         * ExternalException.cs: Implemented
20
21 2002-01-17  Miguel de Icaza  <miguel@ximian.com>
22
23         * ExternalException.cs: Add ExternalException.
24
25 2002-01-05  Ravi Pratap  <ravi@ximian.com>
26
27         * OutAttribute.cs : Decorate with MonoTODO.
28         
29 Thu Dec 20 15:46:31 CET 2001 Paolo Molaro <lupus@ximian.com>
30
31         * FieldOffsetAttribute.cs, InAttribute.cs, MarshalAsAttribute.cs,
32         OptionalAttribute.cs, StructLayoutAttribute.cs, VarEnum.cs:
33         more stuff needed by the compiler.
34
35 Thu Dec 13 20:22:18 CET 2001 Paolo Molaro <lupus@ximian.com>
36
37         * DllImportAttribute.cs: added.
38         * MethodImplOptions.cs: removed: this is already in CompilerServices.
39
40 Wed Nov 14 17:02:57 CET 2001 Paolo Molaro <lupus@ximian.com>
41
42         * CallingConvention.cs: add missing Winapi.
43
44 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
45
46         * OutAttribute.cs: New file.
47
48 2001-07-18  Michael Lambert <michaellambert@email.com>
49
50         * CallingConvention.cs.cs, CharSet.cs, GCHandleType.cs, LayoutKind.cs: Add.