* CodeGen.cs: Add method to add data
[mono.git] / mcs / ilasm / codegen / ChangeLog
index bf2aa09d71fe64d65c49df6efb945f349a5a6d32..6c36a9bdcbc2b4fefaa9e3af4a23d2103f38578e 100644 (file)
@@ -1,3 +1,34 @@
+2003-04-20 Jackson Harper <jackson@latitudegeo.com>
+
+       * CodeGen.cs: Add method to add data
+       * FieldDef.cs: Add method to set a fields value
+       * TypeDef.cs: Add method to add data
+       * DataDef.cs: New file - Definition of a data constant
+               
+2003-04-18 Jackson Harper <jackson@latitudegeo.com>
+
+       * FieldDef.cs: Change peapi fielddef name.
+       * MethodDef.cs: Change peapi methoddef name.
+               
+2003-04-17 Jackson Harper <jackson@latitudegeo.com>
+
+       * MethodDef.cs: New file - definition of a method.
+       * ParamDef.cs: New file - definition of a parameter to a method
+       * TypeDef.cs: Add method definitions, set intransit flag to false
+       before defining members, so a false circular reference is not
+       created.
+       * CodeGen.cs: Add methods to add method definitions
+
+2003-04-17 Jackson Harper <jackson@latitudegeo.com>
+
+       * ExternTypeRef.cs: external types are classrefs
+               
+2003-04-17 Jackson Harper <jackson@latitudegeo.com>
+
+       * PeapiTypeRef.cs: New file - base wrapper for type refs that are
+       just peapi types.
+       * PrimitiveTypeRef.cs: New file - A primitive type (char, int, string)
+               
 2003-04-17 Jackson Harper <jackson@latitudegeo.com>
 
        * TypeRef.cs: Rewrite - Typerefs are now resolved after parsing.