svn:eol-style native.
[mono.git] / mcs / ilasm / ChangeLog
index 96f78e20f3e326e29bc8e00a52a78ccb4e14b3bb..cb49f97ecbc24663b729fbc3c152365000df6ca9 100644 (file)
@@ -1,3 +1,47 @@
+2009-01-09  Miguel de Icaza  <miguel@novell.com>
+
+       * Add support for `strict' in .method declaration
+
+2008-02-21  Ankit Jain  <jankit@novell.com>
+
+       Fix bug #363587
+       * Driver.cs: Use Report.Message for emitting messages.
+       * Report.cs (AssembleFile): Honor 'quiet'.
+       Patch from Andrea Carlo Ornstein <andrea.ornstein@st.com>
+
+2008-02-07  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * Driver.cs: Removed crazy logic prevent debug symbol from being
+       created when /debug is set. 
+
+2008-02-06  Ankit Jain  <jankit@novell.com>
+
+       Fix bug #358496.
+       * ExternMethodRef.cs (ResolveVararg): Fix the check for sentinel.
+
+2007-12-31  Rodrigo Kumpera <rkumpera@novell.com>
+
+       * ilasm.exe.sources: added EmiteByteInst.cs.
+
+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.