|
|
@@ -1,36 +1,50 @@
|
|
|
+2002-01-24 Miguel de Icaza <[email protected]>
|
|
|
+
|
|
|
+ * 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 <[email protected]>
|
|
|
|
|
|
* Marshal.cs: Added GetLastWin32Error()
|
|
|
|
|
|
* ExternalException.cs: Implemented
|
|
|
|
|
|
-2002-01-17 Miguel de Icaza <[email protected]>
|
|
|
-
|
|
|
- * ExternalException.cs: Add ExternalException.
|
|
|
-
|
|
|
-2002-01-05 Ravi Pratap <[email protected]>
|
|
|
-
|
|
|
- * OutAttribute.cs : Decorate with MonoTODO.
|
|
|
-
|
|
|
-Thu Dec 20 15:46:31 CET 2001 Paolo Molaro <[email protected]>
|
|
|
-
|
|
|
- * 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 <[email protected]>
|
|
|
-
|
|
|
- * DllImportAttribute.cs: added.
|
|
|
- * MethodImplOptions.cs: removed: this is already in CompilerServices.
|
|
|
-
|
|
|
-Wed Nov 14 17:02:57 CET 2001 Paolo Molaro <[email protected]>
|
|
|
-
|
|
|
- * CallingConvention.cs: add missing Winapi.
|
|
|
-
|
|
|
-2001-07-20 Miguel de Icaza <[email protected]>
|
|
|
-
|
|
|
- * OutAttribute.cs: New file.
|
|
|
-
|
|
|
-2001-07-18 Michael Lambert <[email protected]>
|
|
|
-
|
|
|
- * CallingConvention.cs.cs, CharSet.cs, GCHandleType.cs, LayoutKind.cs: Add.
|
|
|
+2002-01-17 Miguel de Icaza <[email protected]>
|
|
|
+
|
|
|
+ * ExternalException.cs: Add ExternalException.
|
|
|
+
|
|
|
+2002-01-05 Ravi Pratap <[email protected]>
|
|
|
+
|
|
|
+ * OutAttribute.cs : Decorate with MonoTODO.
|
|
|
+
|
|
|
+Thu Dec 20 15:46:31 CET 2001 Paolo Molaro <[email protected]>
|
|
|
+
|
|
|
+ * 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 <[email protected]>
|
|
|
+
|
|
|
+ * DllImportAttribute.cs: added.
|
|
|
+ * MethodImplOptions.cs: removed: this is already in CompilerServices.
|
|
|
+
|
|
|
+Wed Nov 14 17:02:57 CET 2001 Paolo Molaro <[email protected]>
|
|
|
+
|
|
|
+ * CallingConvention.cs: add missing Winapi.
|
|
|
+
|
|
|
+2001-07-20 Miguel de Icaza <[email protected]>
|
|
|
+
|
|
|
+ * OutAttribute.cs: New file.
|
|
|
+
|
|
|
+2001-07-18 Michael Lambert <[email protected]>
|
|
|
+
|
|
|
+ * CallingConvention.cs.cs, CharSet.cs, GCHandleType.cs, LayoutKind.cs: Add.
|