Switch to compiler-tester
[mono.git] / mcs / class / System / Microsoft.CSharp / ChangeLog
index 21cddc1cd3825473aff8ea207bd3edd2d0354f07..25bfa9320770d486800672f86d747ad84623d240 100644 (file)
@@ -1,6 +1,48 @@
+2005-06-12  Gert Driesen <drieseng@users.sourceforge.net>
+
+       * CSharpCodeCompiler.cs: Temp source files should have extension
+       ".cs".
+
+2005-06-11  Gert Driesen <drieseng@users.sourceforge.net>
+
+       * CSharpCodeGenerator.cs: Win32 resources are supported. Fixes bug
+       #75218.
+       * CSharpCodeCompiler.cs: Clean up temporary files after compilation. 
+       Fixes bug #75221. Added support for Win32 resources. Fixes bug
+       #75218.
+
+2005-05-29  Gert Driesen <drieseng@users.sourceforge.net>
+
+       * CSharpCodeCompiler.cs: Load compiled assembly from byte array
+       if GenerateInMemory compiler parameter is set, set PathToAssembly
+       if compilation succeeded and GenerateInMemory is false.
+       Fixes bug #74959.
+
+2005-04-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * CSharpCodeCompiler.cs: fix problem with the output CS8028.
+
+2005-02-03  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CSharpCodeCompiler.cs : On windows, use gmcs under 2.0 profile too.
+
+2005-01-19  Jonathan Pryor  <jonpryor@vt.edu>
+
+       * CSharpCodeGenerator.cs: Remove extra ' ' emitted after class name in 
+         GenerateTypeStart().  This removes a regression test failure in
+         MonoTests.Microsoft.CSharp.CodeGeneratorFromTypeTest.DefaultTypeTest.
+
+2005-01-12  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * CSharpCodeGenerator.cs: Avoid keywords when writing enum members.
+       Removed the GetSafeTypeName method. It was a wrong bug fix. Type names
+       are expected to always use the full name form, never the alias.
+
 2004-12-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
        * CSharpCodeCompiler.cs: ignore the 'BETA SOFTWARE blah' from gmcs.
+       Use stderr to get the errors/warnings instead of stdout. Removed
+       obsolete lines from CreateErrorFromString.
 
 2004-10-02 Marek Safar <marek.safar@seznam.cz>