[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System / System.CodeDom.Compiler / ChangeLog
index fe573217eabd5dd9da3c183115843a8d4eb05f10..add3550eda216214b5056138759faed01b7d685a 100644 (file)
@@ -1,3 +1,15 @@
+2010-04-13  Jonathan Pryor  <jpryor@novell.com>
+
+       * CodeGenerator.cs: Clear out the current member when beginning Type
+         generation.  This prevents "invalid" `#endregion`s; if the
+         CodeGenerator instance is reused for multiple types, the last member
+         of the first type has an EndDirective, then the EndDirectvies will
+         be generated before any members of the 2nd type.  Don't do that.
+
+2010-04-07  Jb Evain  <jbevain@novell.com>
+
+       * Executor.cs: make class static.
+
 2010-04-01  Jb Evain  <jbevain@novell.com>
 
        * CodeDomProvider.cs, CompilerInfo.cs: add .net 4.0 overloads.