X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Filasm%2FChangeLog;h=cb49f97ecbc24663b729fbc3c152365000df6ca9;hb=0900c61969ca862b0bcc967b4413e539acf07dbb;hp=cc71dc8c2465782424763c0fb087eb75caccd056;hpb=496dfbf9ec0fd3143e5dd560a863d916e56a52b8;p=mono.git diff --git a/mcs/ilasm/ChangeLog b/mcs/ilasm/ChangeLog index cc71dc8c246..cb49f97ecbc 100644 --- a/mcs/ilasm/ChangeLog +++ b/mcs/ilasm/ChangeLog @@ -1,3 +1,28 @@ +2009-01-09 Miguel de Icaza + + * Add support for `strict' in .method declaration + +2008-02-21 Ankit Jain + + Fix bug #363587 + * Driver.cs: Use Report.Message for emitting messages. + * Report.cs (AssembleFile): Honor 'quiet'. + Patch from Andrea Carlo Ornstein + +2008-02-07 Gert Driesen + + * Driver.cs: Removed crazy logic prevent debug symbol from being + created when /debug is set. + +2008-02-06 Ankit Jain + + Fix bug #358496. + * ExternMethodRef.cs (ResolveVararg): Fix the check for sentinel. + +2007-12-31 Rodrigo Kumpera + + * ilasm.exe.sources: added EmiteByteInst.cs. + 2006-06-07 Ankit Jain * Report.cs (Report.FilePath): New, static property.