2007-10-22 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System / Microsoft.CSharp / ChangeLog
index 378a2e3767740b9f7e65adf72c2e30f2b404853d..b24644f0a1b96e8519c610bb144b617afb7317a5 100644 (file)
@@ -1,3 +1,21 @@
+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