2004-06-13 Gert Driesen * IndentedTextWriter.cs: have DefaultTabString correspond with MS.NET (meaning four spaces) 2004-05-14 Gonzalo Paniagua Javier * TempFileCollection.cs: don't create a Random object on every call to BasePath. 2004-04-26 Atsushi Enomoto * CodeGenerator.cs : delegate was output as usual class. 2004-03-29 Lluis Sanchez Gual * Executor.cs: Implemented. 2004-02-17 Gonzalo Paniagua Javier * TempFileCollection.cs: fixed typo in Delete. Closes bug #54443. 2004-02-10 Jackson Harper * CompilerParameters.cs: TempFiles should never return null. 2004-02-04 Jackson Harper * CodeGenerator.cs (GenerateExpression): Don't allow null expressions. Throw ArgumentException if the expression type is not handled. * CodeGenerator.cs (GenerateStatement): Add line pragmas if they are set. Throw ArgumentException if the expression type is not handled. 2003-12-12 Gonzalo Paniagua Javier * TempFileCollection.cs: fixed temp path in BaseDir. 2003-11-21 Gonzalo Paniagua Javier * CodeGenerator.cs: fixed assembly level attribute generation. 2003-08-08 Lluis Sanchez Gual * CodeGenerator.cs: When sorting the members of a type, keep the relative order of the members of the same kind. 2003-08-05 Lluis Sanchez Gual * CodeGenerator.cs: Generate comments for properties and fields. Write a line separator between type declarations. 2003-07-10 Andreas Nahr * Executor.cs: Changed abstract to sealed 2003-07-07 Andreas Nahr * CodeDomProvider.cs: Removed unneccesary attribute according to corecompare * Executor.cs: Fixed signature with ref calls according to corecompare and made neccessary changes 2003-06-20 Andreas Nahr * CodeCompiler.cs: Nearly completely implemented * CodeDomProvider.cs: Added missing Attribute, restyled according to style guidelines * CodeGenerator.cs: Fixed visibilies, added missing members, implemented members, stubbed out missing member, restyled according to style guidelines * CodeParser.cs: Added and implemented (ok no real implementation needed ;) * CompilerErrorCollection.cs: Removed unneeded MonoTODOs, restyled according to style guidelines * CompilerParameters.cs: Fixed wrong properties, Added Initializers, restyled according to style guidelines * CompilerResults.cs: Added Evidence property, added initial values * Executor.cs: Added and partially implemented (should probably be used by CodeCompiler) * CompilerOptions.cs: Deleted this file (such a class does not exist) 2003-05-16 Dick Porter * TempFileCollection.cs: Implement 2003-04-28 Gonzalo Paniagua Javier * CodeGenerator.cs: (GenerateSnippetStatement): use WriteLine instead of Write. 2003-04-25 Gonzalo Paniagua Javier * CodeGenerator.cs: (GenerateCodePrimitive): special case strings and chars (bool was already a special case). Throw an exception if the type is not a primitive type. 2003-04-24 Gonzalo Paniagua Javier * CodeGenerator.cs: more fixes and sorted the output. * IndentedTextWriter.cs: don't output tabs in WriteLine (). 2003-04-23 Gonzalo Paniagua Javier * CodeGenerator.cs: (GenerateCompileUnitStart): (GenerateCompileUnitEnd): removed debug output. (GeneratePrimitiveExpression): handle null and bool as special cases. (GenerateType): added type constructor and constructor calls. 2003-02-20 Alfonso Ali * CodeGenerator.cs: Generates the entry point method. 2003-01-10 Duncan Mak * CompilerErrorCollection.cs: * CompilerParameters.cs: Patch from Sean Kasun implementing most of the MonoTODOs in CompilerErrorCollection and the CompilerParameters overloads in CompilerParameters.cs. 2002-11-30 Jackson Harper * CodeCompiler.cs: Removed TODO attribute from abstract members 2002-11-30 Jackson Harper * CodeCompiler.cs: Added stub 2002-09-11 Gonzalo Paniagua Javier * CodeDomProvider.cs: * IndentedTextWriter.cs: misc. fixes. 2002-08-23 Gonzalo Paniagua Javier * CompilerError.cs: implemented. * CompilerErrorCollection.cs: stubbed out and fix inheritance. * GeneratorSupport.cs: fixed values. 2002-05-28 Daniel Stodden * CodeDomProvider.cs: added, incomplete * CodeGeneratorOptions.cs: added, complete * CompilerErrorCollection.cs: added, stub * CompilerOptions.cs: added, stub * CompilerResults.cs: added, complete * GeneratorSupport.cs: added, complete * ICodeCompiler.cs: added, complete * ICodeParser.cs: added, complete * IndentedTextWriter.cs: added, complete * LanguageOptions.cs: added, complete * TempFileCollection.cs: added, stub * ICodeGenerator.cs: added, complete 2002-01-05 Ravi Pratap * CodeGenerator.cs : Mark bits with MonoTODO. 2001-07-15 Sean MacIsaac * CodeGenerator.cs: moved using statement out of namespace declaration.