X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Filasm%2FChangeLog;h=a88b2359215a218c2f0a1c67c4db9e9236531ce6;hb=d97e2fe71d5adfb9e82cd183da03f2ff830b9982;hp=4a6daf067c2c18008978788cb33a15b7a1c4adbb;hpb=7cbea259db6644aa108f596d83e1524c85191d6f;p=mono.git diff --git a/mcs/ilasm/ChangeLog b/mcs/ilasm/ChangeLog index 4a6daf067c2..a88b2359215 100644 --- a/mcs/ilasm/ChangeLog +++ b/mcs/ilasm/ChangeLog @@ -1,3 +1,198 @@ +2005-05-12 Ankit Jain + + * Makefile (LOCAL_MCS_FLAGS): Use the in-tree PEAPI.dll as its public + interface has changed a bit, so avoid clash with older installed + dll. + +2005-04-21 Raja R Harinath + + * Makefile (PROGRAM): Make profile-specific. + +2004-12-08 Sebastien Pouliot + + * Driver.cs: Added support for /key option to strongname assemblies + produced by ilasm. Fix bug #69721. + * Makefile: Added dependency on Mono.Security.dll assembly to provide + strongnaming support. + +2004-12-02 Miguel de Icaza + + * CodeGen.cs: Correctly compute the name of a nested class, + currently it was ignoring anything above level 1. + +2004-07-27 Jackson Harper + + * Driver.cs: Make debug switch compatible with MS's add debug to + the usage. + +2004-07-27 Martin Baulig + + Added debugging support to ilasm :-) + + * Makefile: Depend on Mono.CSharp.Debugger.dll (this is only + exposed in DebuggingInfo.cs, so we can easily change that). + + * Driver.cs: Added --debug command line argument to create + debugging info; this'll create a .mdb symbol file. + +2004-06-26 Jackson Harper + + * Report.cs: Fix quiet. + +2004-06-24 Jackson Harper + + * Report.cs: Add new mehtod for displaying messages. + +2004-06-23 Jackson Harper + + * Driver.cs: Use the same success message as MS. + +2004-06-19 Jackson Harper + + * ilasm.exe.sources: Add MethodPointerTypeRef.cs to the build. + +2004-06-14 Jackson Harper + + * ilasm.exe.sources: Add FileRef.cs + +2004-06-10 Jackson Harper + + * Driver.cs: Handle tokenization errors with the correct error + message. + * Report.cs: Print error messages properly. Add an extra \n after + the assemble file message. + * ilasm.exe.sources: Add new exception, remove old one. + +2004-06-04 Jackson Harper + + * Driver.cs: Do everything using the invariant culture. + +2004-04-26 Jackson Harper + + * Makefile: Get libs from the default profile directory + +2004-04-05 Jackson Harper + + * Driver.cs: Accept output option. Usage shows /output instead of + /out like MS. + +2004-04-01 Jackson Harper + + * Driver.cs: The parser now needs to take a scanner object in its + constructor so it can set a flag when parsing byte arrays. + +2004-02-18 Jackson Harper + + * ilasm.exe.sources: Add ExternTypeRefInst to the build. + +2003-11-16 Jackson Harper + + * Driver.cs: Give the parser an instance of the stream reader so + it can get the streams encoding. + +2003-11-16 Jackson Harper + + * Driver.cs: If an arg isn't a switch and starts with a / add it + as a file to be compiled. This fixes bug #51041. + +2003-10-28 Jackson Harper + + * Driver.cs: Stub some command line args to maintain compatibility + with MS. + +2003-10-01 Jackson Harper + + * Driver.cs: Remove delete on error, add quiet option. + * Report.cs: Can be quiet + +2003-09-21 Jackson Harper + + * Driver.cs: Give codegen a report object + * Report.cs: Remove silly methods that wouldnt have worked. Errors + are just string messages. + +2003-08-14 Jackson Harper + + * Driver.cs: Report entry for each il file processed + * Report.cs: New file - All error/warning/progress reporting will + go through here. + * ilasm.exe.sources: Add report to build + +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.