* ILParser.jay: Define local variables
[mono.git] / mcs / ilasm / parser / ChangeLog
index ca12a3a79b6e4a5d0d4336b08d076f867330b85e..e9d4ff3976f385cb32570956961c620cbb2035bf 100644 (file)
@@ -1,3 +1,27 @@
+2003-03-15 Jackson Harper <jackson@latitudegeo.com>
+
+       * ILParser.jay: Define local variables
+
+2003-03-15 Jackson Harper <jackson@latitudegeo.com>
+
+       * ILParser.jay: Add param_list definition, use param_list for method refs
+
+2003-03-15 Jackson Harper <jackson@latitudegeo.com>
+
+       * ILParser.jay: de-bacwardificate values passed to add method, 
+       I was setting the return to the parent before, but the parent 
+       value was being set to the return type value so it all worked 
+       out but was very confusing.
+
+2003-03-15 Jackson Harper <jackson@latitudegeo.com>
+
+       * ILParser.jay: Add external field references
+
+2003-03-15 Jackson Harper <jackson@latitudegeo.com>
+
+       * ILParser.jay: Add fields to the field table, add field references,
+       emit instructions that take a field param
+
 2003-03-15 Jackson Harper <jackson@latitudegeo.com>
 
        * ILParser.jay: Emit ldstr instruction