2003-04-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / System / System.CodeDom.Compiler / ChangeLog
1 2003-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2
3         * CodeGenerator.cs:
4         (GenerateSnippetStatement): use WriteLine instead of Write.
5
6 2003-04-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7
8         * CodeGenerator.cs:
9         (GenerateCodePrimitive): special case strings and chars (bool was
10         already a special case). Throw an exception if the type is not a
11         primitive type.
12
13 2003-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14
15         * CodeGenerator.cs: more fixes and sorted the output.
16         
17         * IndentedTextWriter.cs: don't output tabs in WriteLine ().
18
19 2003-04-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20
21         * CodeGenerator.cs:
22         (GenerateCompileUnitStart):
23         (GenerateCompileUnitEnd): removed debug output.
24         (GeneratePrimitiveExpression): handle null and bool as special cases.
25         (GenerateType): added type constructor and constructor calls.
26
27 2003-02-20  Alfonso Ali <isa@infomed.sld.cu>
28
29         * CodeGenerator.cs: Generates the entry point method.
30
31 2003-01-10  Duncan Mak  <duncan@ximian.com>
32
33         * CompilerErrorCollection.cs: 
34         * CompilerParameters.cs: Patch from Sean Kasun
35         <skasun@azstarnet.com> implementing most of the MonoTODOs in
36         CompilerErrorCollection and the CompilerParameters overloads in CompilerParameters.cs.
37
38 2002-11-30 Jackson Harper <jackson@latitudegeo.com>
39
40         * CodeCompiler.cs: Removed TODO attribute from abstract members
41
42 2002-11-30 Jackson Harper <jackson@latitudegeo.com>
43
44         * CodeCompiler.cs: Added stub
45
46 2002-09-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
47
48         * CodeDomProvider.cs:
49         * IndentedTextWriter.cs: misc. fixes.
50
51 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
52
53         * CompilerError.cs: implemented.
54         * CompilerErrorCollection.cs: stubbed out and fix inheritance.
55         * GeneratorSupport.cs: fixed values.
56
57 2002-05-28  Daniel Stodden <stodden@in.tum.de>
58
59         * CodeDomProvider.cs: added, incomplete
60
61         * CodeGeneratorOptions.cs: added, complete
62
63         * CompilerErrorCollection.cs: added, stub
64
65         * CompilerOptions.cs: added, stub
66
67         * CompilerResults.cs: added, complete
68
69         * GeneratorSupport.cs: added, complete
70
71         * ICodeCompiler.cs: added, complete
72
73         * ICodeParser.cs: added, complete
74
75         * IndentedTextWriter.cs: added, complete
76
77         * LanguageOptions.cs: added, complete
78
79         * TempFileCollection.cs: added, stub
80         
81         * ICodeGenerator.cs: added, complete
82
83 2002-01-05  Ravi Pratap  <ravi@ximian.com>
84
85         * CodeGenerator.cs : Mark bits with MonoTODO.
86
87 2001-07-15  Sean MacIsaac  <macisaac@ximian.com>
88
89         * CodeGenerator.cs: moved using statement out of namespace
90         declaration.
91