* MethodTable.cs: Add method to Check if all methods have been defined, set reference...
[mono.git] / mcs / ilasm / ChangeLog
index 050f993c69a0e884d62238f6956774a2bc4a4cbc..3ea2c4df5e7f1db1fd527b0055f7da9a1481d5cb 100644 (file)
@@ -1,3 +1,42 @@
+2003-03-16 Jackson Harper <jackson@latitudegeo.com>
+
+       * Driver.cs: Add switch to display method definitions and references.
+
+2003-03-16 Jackson Harper <jackson@latitudegeo.com>
+
+       * Driver.cs: Add switch to display tokens as they are generated.
+
+2003-03-15 Jackson Harper <jackson@latitudegeo.com>
+
+       * makefile, makefile.gnu: Add FieldTable to build
+       
+Fri Mar 14 10:06:49 CET 2003 Paolo Molaro <lupus@ximian.com>
+
+       * codegen/InstrTable.cs: fix break instruction name.
+       * codegen/Method.cs: use ArgumentNullException.
+       * parser/ILParser.jay: handle stdcall convention.
+
+2003-03-08 Jackson Harper <jackson@latitudegeo.com>
+
+       * makefile, makefile.gnu: Add InstrTable to build
+
+2003-03-08 Jackson Harper <jackson@latitudegeo.com>
+
+       * makefile, makefile.gnu: Add MethodTable and TypeRef to build.
+
+2003-03-08 Jackson Harper <jackson@latitudegeo.com>
+
+       * makefile, makefile.gnu: Add ExternTable to build
+
+2003-03-08 Jackson Harper <jackson@latitudegeo.com>
+
+       * Driver.cs: If a file does not exist print an error and exit.
+
+2003-03-07 Alp Toker <alp@atoker.com>
+
+       * makefile, makefile.gnu: reference PEAPI.dll instead of including
+       PEAPI.cs
+
 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
 
        * AssemblyInfo.cs: Bump up version number, this new version is a major