2006-06-05 Rodrigo Kumpera <kumpera@gmail.com>
[mono.git] / mcs / ilasm / ChangeLog
index 1ea6e3b504af54e7be59f830fda87eef1265bb13..cc71dc8c2465782424763c0fb087eb75caccd056 100644 (file)
@@ -1,3 +1,124 @@
+2006-06-07  Ankit Jain  <jankit@novell.com>
+
+       * Report.cs (Report.FilePath): New, static property.
+       (Report.Error): Remove overload with file_path param.
+       (Report.Warning): New.
+       * Driver.cs (DriverMain.Run): Set Report.FilePath .
+       (DriverMain.ProcessFile): Update use of Report.Error .
+       
+
+2006-05-26  Ankit Jain  <jankit@novell.com>
+
+       * ilasm.exe.sources: Add Assembly.cs
+       * Driver.cs: Update to use the new Assembly class.
+
+2006-05-26  Ankit Jain  <jankit@novell.com>
+
+       * ilasm.exe.sources: Add PermissionMember.cs, PermissionSet.cs &
+       Permission.cs
+
+2006-05-11  Ankit Jain  <jankit@novell.com>
+
+       * Report.cs (Report.Error): Add 2 new overloads.
+       (ILAsmException.ctor): Add 2 new overloads, with location and file_path
+       params.
+       (ILAsmException.Location):
+       (ILAsmException.FilePath): New properties.
+       (ILAsmException.ToString): Return formatted error message.
+       * Driver.cs (DriverMain.ProcessFile): Improve error message display.
+       (DriverMain.Run): Use ILAsmException.ToString (). 
+
+2006-05-09  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Driver.cs: Move up the loading of the strongname key pair to allow
+       embedding the public part into the assembly. Also don't try to sign
+       netmodules.
+
+2006-04-24  Ankit Jain  <jankit@novell.com>
+
+       * Driver.cs (DriverMain.Run): Update use of CodeGen.ctor .
+
+2006-02-20  Ankit Jain  <jankit@novell.com>
+
+       * Report.cs (Report): Make all methods,fields static.
+       (Report.Error): Update to throw ILAsmException.
+       (ILAsmException): New.
+       (InternalErrorException): New. Derive from ILAsmException.
+       * Driver.cs (Driver.Run): Catch ILAsmException and PEFileException and
+       print error messages instead of dumping the stack trace, and delete the
+       output file if CodeGen.Write() fails.
+       Move the check for entrypoint from CodeGen.Write to here.
+
+2006-01-19  Ankit Jain  <jankit@novell.com>
+
+       * ilasm.exe.sources: Add Module.cs to the build.
+
+2006-01-13  Ankit Jain  <jankit@novell.com>
+
+       * ilasm.exe.sources: Replace IMethodRef.cs with BaseMethodRef.cs
+
+2006-01-09  Ankit Jain  <jankit@novell.com>
+
+        * ilasm.exe.sources: Replace GenericTypeRef.cs with GenericParamRef.cs
+
+2006-01-07  Ankit Jain  <jankit@novell.com>
+
+       * ilasm.exe.sources: Add GenericParameters.cs to the build.
+
+2006-01-06  Ankit Jain  <jankit@novell.com>
+
+       * ilasm.exe.sources: Remove ExternTypeRefInst from build.
+
+2005-12-21  Ankit Jain  <jankit@novell.com>
+
+       * ilasm.exe.sources: Add GenericArguments.cs to the build.
+
+2005-08-26  Kornél Pál  <kornelpal@hotmail.com>
+
+       * AssemblyInfo.cs: Using Consts.MonoVersion instead of MonoVersion.cs.
+       * ilasm.exe.sources: Using Consts.MonoVersion instead of MonoVersion.cs.
+
+2005-08-05  Ankit Jain  <jankit@novell.com>
+
+       * ilasm.exe.sources: Add DeclSecurity.cs to the build.
+
+2005-05-12  Ankit Jain  <ankit@corewars.org>
+
+       * 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  <rharinath@novell.com>
+
+       * Makefile (PROGRAM): Make profile-specific.
+
+2004-12-08  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * 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  <miguel@ximian.com>
+
+       * CodeGen.cs: Correctly compute the name of a nested class,
+       currently it was ignoring anything above level 1.
+
+2004-07-27  Jackson Harper  <jackson@ximian.com>
+
+       * Driver.cs: Make debug switch compatible with MS's add debug to
+       the usage.
+
+2004-07-27  Martin Baulig  <martin@ximian.com>
+
+       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  <jackson@ximian.com>
 
        * Report.cs: Fix quiet.