2003-08-12 Jackson Harper * AssemblyInfo.cs: Bump up the vizzity-version number. 2003-07-30 Jackson Harper * Driver.cs: Throw compile errors for now 2003-07-30 Jackson Harper * Driver.cs: Add some basic line number feedback when an error occurs 2003-07-17 Jackson Harper * ilasm.exe.sources: Add corlib/GenericTypeRef.cs to build 2003-07-15 Jackson Harper * Driver.cs: Use WriteLine for 'compilation succeeded' message. 2003-07-16 Peter Williams * Makefile (ILParser.cs): Move this from parser/ so we avoid slash direction issues on the Windows build. * .cvsignore: Add ILParser.cs here. 2003-07-14 Jackson Harper * Makefile: Add the class/lib directory to the lib path so the newest PEAPI is allways loaded. 2003-06-08 Jackson Harper * AssemblyInfo.cs: Bump version number up (way up) lots of features have been implemented since last version. 2003-05-19 Jackson Harper * Driver.cs: Exit with 1 return code when no arguments are supplied. 2003-05-19 Jackson Harper * Driver.cs: Add command switch to delete output files created if there is an error. 2003-05-19 Jackson Harper * Driver.cs: Print error exception when compilation fails. 2003-05-18 Jackson Harper * Driver.cs: Return an error code if any errors occur during compiling. Also print a success or error message. 2003-05-02 Jackson Harper * AssemblyInfo.cs: Bump up version number 2003-04-30 Jackson Harper * makefile: Add instructions to build * makefile.gnu: Add instructions to build 2003-04-20 Jackson Harper * makefile: Add DataDef to build * makefile.gnu: Add DataDef to build 2003-04-17 Jackson Harper * makefile: Add new types to build * makefile.gnu: Add new types to build 2003-04-17 Jackson Harper * AssemblyInfo.cs: Increase version number. 2003-04-17 Jackson Harper * Driver.cs: Call new codegen methods. * makefile: Add new types to build * makefile.gnu: Add new types to build 2003-03-31 Jackson Harper * Driver.cs: de-tabbify 2003-03-29 Jackson Harper * Driver.cs: Add switch to display parser debugging information. 2003-03-16 Jackson Harper * Driver.cs: Add switch to display method definitions and references. 2003-03-16 Jackson Harper * Driver.cs: Add switch to display tokens as they are generated. 2003-03-15 Jackson Harper * makefile, makefile.gnu: Add FieldTable to build Fri Mar 14 10:06:49 CET 2003 Paolo Molaro * codegen/InstrTable.cs: fix break instruction name. * codegen/Method.cs: use ArgumentNullException. * parser/ILParser.jay: handle stdcall convention. 2003-03-08 Jackson Harper * makefile, makefile.gnu: Add InstrTable to build 2003-03-08 Jackson Harper * makefile, makefile.gnu: Add MethodTable and TypeRef to build. 2003-03-08 Jackson Harper * makefile, makefile.gnu: Add ExternTable to build 2003-03-08 Jackson Harper * Driver.cs: If a file does not exist print an error and exit. 2003-03-07 Alp Toker * makefile, makefile.gnu: reference PEAPI.dll instead of including PEAPI.cs 2003-03-06 Jackson Harper * 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 * Driver.cs: Check that all types are defined before writing pe file 2003-03-06 Jackson Harper * makefile, makefile.gnu: Include PEAPI.cs instead of linking to it, this fixes build but is not ideal. 2003-03-06 Jackson Harper * Driver.cs: Change a few calls to match new CodeGen * makefile: Build with PEAPI * makefile.gnu: Build with PEAPI 2003-02-22 Jackson Harper * Driver.cs: Add version option, fix bug that allowed -- switches to be invoked with /- 2003-02-21 Jackson Harper * AssemblyInfo.cs: Add file * makefile: Add AssemblyInfo to build * makefile.gnu: Add AssemblyInfo to build 2003-02-08 Jackson Harper * makefile: Add TypeManager.cs to build * makefile.gnu: Add TypeManager.cs to build 2003-02-03 Jackson Harper * Driver.cs: Remove some debugging info. 2003-02-02 Jackson Harper * makefile.gnu: Use new Driver.cs instead of Main.cs 2003-02-02 Jackson Harper * Driver.cs: Add new Driver * tests: Add new tests directory * makefile: Use new Driver.cs instead of Main.cs