* TypeRef.cs: Return FieldDef when adding a field def to a class
[mono.git] / mcs / ilasm / codegen / ChangeLog
index a370f3f2e5fdbc00307d3dda3af09e21a9be216a..97370d3fe7554bb1980af9312d48707e7e6060e7 100644 (file)
@@ -1,3 +1,28 @@
+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