* MethodTable.cs: Add method to Check if all methods have been defined, set reference...
[mono.git] / mcs / ilasm / ChangeLog
index 02e856646a2df6ca69027c3a390af60fc857c39f..3ea2c4df5e7f1db1fd527b0055f7da9a1481d5cb 100644 (file)
@@ -1,4 +1,67 @@
-2003-02-27 Jackson Harper <jackson@latitudegeo.com>
+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 
+       structural change, PEAPI is now being used for code emission.
+       * makefile, makefile.gnu: Add AssemblyInfo.cs to build
+       
+2003-03-06 Jackson Harper <jackson@latitudegeo.com>
+
+       * Driver.cs: Check that all types are defined before writing pe file
+       
+2003-03-06 Jackson Harper <jackson@latitudegeo.com>
+
+       * makefile, makefile.gnu: Include PEAPI.cs instead of linking to it, this fixes build but is not ideal.
+
+2003-03-06 Jackson Harper <jackson@latitudegeo.com>
+
+       * Driver.cs: Change a few calls to match new CodeGen
+       * makefile: Build with PEAPI
+       * makefile.gnu: Build with PEAPI
+
+2003-02-22 Jackson Harper <jackson@latitudegeo.com>
+
+       * Driver.cs: Add version option, fix bug that allowed -- switches to be invoked with /-
+
+2003-02-21 Jackson Harper <jackson@latitudegeo.com>
 
        * AssemblyInfo.cs: Add file
        * makefile: Add AssemblyInfo to build