Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System/System.CodeDom.Compiler/ChangeLog')
-rwxr-xr-xmcs/class/System/System.CodeDom.Compiler/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/mcs/class/System/System.CodeDom.Compiler/ChangeLog b/mcs/class/System/System.CodeDom.Compiler/ChangeLog
index a91f5c6b3f9..a2f6ee391a4 100755
--- a/mcs/class/System/System.CodeDom.Compiler/ChangeLog
+++ b/mcs/class/System/System.CodeDom.Compiler/ChangeLog
@@ -1,3 +1,14 @@
+2004-08-09 Atsushi Enomoto <atsushi@ximian.com>
+
+ * CodeGenerator.cs :
+ Don't initialize output more than once. TextWriter is wrapped twice.
+
+2004-07-15 Peter Williams <peter@newton.cx>
+
+ * CodeGenerator.cs: Have the basic generator create line pragmas
+ for NamespaceImports, SnippetCompileUnits, and TypeMembers, all of
+ which had LinePragma members which were going unused.
+
2004-06-17 Jackson Harper <jackson@ximian.com>
* CompilerError.cs: