* TypeRef.cs: Return FieldDef when adding a field def to a class
[mono.git] / mcs / ilasm / codegen / ChangeLog
index 393b7b998effecb029edef50d0b73e8fd38136fe..97370d3fe7554bb1980af9312d48707e7e6060e7 100644 (file)
@@ -1,3 +1,37 @@
+2003-04-07 Jackson Harper <jackson@latitudegeo.com>
+
+       * TypeRef.cs: Return FieldDef when adding a field def to a class
+               
+2003-04-01 Jackson Harper <jackson@latitudegeo.com>
+
+       * TypeRef.cs: Add flag for making types pinned
+       
+2003-04-01 Jackson Harper <jackson@latitudegeo.com>
+
+       * ClassTable.cs: Do not append a . to names that are not in a
+       namespace
+       * CodeGen.cs: Handle nested classes
+               
+2003-03-30 Jackson Harper <jackson@latitudegeo.com>
+
+       * ExternTable.cs: Remove some unsed fields.
+       
+2003-03-30 Jackson Harper <jackson@latitudegeo.com>
+
+       * ExternTable.cs: Add method to lookup classes with a full name,
+       instead of having to have namespace and name seperate.
+       * ClassTable.cs: Make method that seprates full names into
+       name/namespaces public.
+               
+2003-03-30 Jackson Harper <jackson@latitudegeo.com>
+
+       * InstrTable.cs: Add Calli, detabify
+               
+2003-03-29 Jackson Harper <jackson@latitudegeo.com>
+
+       * InstrTable.cs: Add branch ops switch, and lc.r*, also fix some
+       typos for other ops.
+
 2003-03-17 Jackson Harper <jackson@latitudegeo.com>
 
        * ClassTable.cs: Set defined flag and type attributes for referenced