[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System / Microsoft.CSharp / ChangeLog
index 4bcf61e0136ae51c42e6207ce52895659c5fa673..eb1944db7588095df2ef27dbe582b98445e4944c 100644 (file)
@@ -1,3 +1,32 @@
+2010-04-12  Jonathan Pryor  <jpryor@novell.com>
+
+       * CSharpCodeGenerator.cs: Support generating default(T) expressions.
+
+2010-03-06  Marek Habersack  <mhabersack@novell.com>
+
+       * CSharpCodeCompiler.cs: in the 4.0 profile, the latest C#
+       standard is the default one.
+
+2009-12-02  Marek Habersack  <mhabersack@novell.com>
+
+       * CSharpCodeCompiler.cs: added support for dmcs
+
+2009-10-19  Michael Hutchinson <mhutchinson@novell.com>
+
+       * CSharpCodeGenerator.cs: Remove #if NET_2_0 as they're unneeded 
+         now, and this makes it easier to sync with MD's branched copy.
+
+2009-04-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * CSharpCodeCompiler.cs: better error when there's a problem running
+       the specified exec.
+
+2009-04-17  Marek Habersack  <mhabersack@novell.com>
+
+       * CSharpCodeCompiler.cs: pass current application's domain
+       PrivateBinPath to gmcs using its /lib parameter and put the same
+       value in the MONO_PATH environment variable. Fixes bug #493874
+
 2008-10-28  Atsushi Enomoto  <atsushi@ximian.com>
 
        * CSharpCodeGenerator.cs : escape #pragma checksum argument literal