2007-10-22 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System / Microsoft.CSharp / ChangeLog
index 3b0226c804ac1754fe30f21a2726ae4fc3c3906c..b24644f0a1b96e8519c610bb144b617afb7317a5 100644 (file)
@@ -1,4 +1,32 @@
-2006-04-30 Marek Safar <marek.safar@seznam.cz>
+2007-02-21  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * CSharpCodeCompiler.cs: Also generate temp filename for OutputAssembly
+       if its a zero-length string. Fixed bug #80920. Set extension to exe or
+       dll depending on whether we're generating an executable or not.
+
+2007-01-18  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CSharpCodeGenerator.cs : for GenericTypeParameter, GetTypeOutput()
+         should just print its name.
+         For generic type definition, print "<>". OutputTypeArguments() was
+         also causing IndexOutOfRangeException.
+
+2006-12-30  Marek Habersack  <grendello@gmail.com>
+
+       * CSharpCodeGenerator.cs: implement actual identifier syntax correctness
+       checking, as defined in the C# standard (almost).
+
+2006-08-08  Gert Driesen <drieseng@users.sourceforge.net>
+
+       * CSharpCodeCompiler.cs: Added support for embedded resources, fixes
+       bug #78384. Added support for linked resources. Removed unnecessary
+       null check for options.ReferencedAssemblies.
+
+2006-07-16  Andrew Skiba <andrews@mainsoft.com>
+
+       * CSharpCodeCompiler.cs: find mono.exe in mono/mini; fixes #78731
+
+2006-04-30  Marek Safar <marek.safar@seznam.cz>
 
        * CSharpCodeCompiler.cs: mcs does not like /r:"" syntax; fixes #78038.