| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- 2003-04-28 Gonzalo Paniagua Javier <[email protected]>
- * CodeGenerator.cs:
- (GenerateSnippetStatement): use WriteLine instead of Write.
- 2003-04-25 Gonzalo Paniagua Javier <[email protected]>
- * 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 <[email protected]>
- * CodeGenerator.cs: more fixes and sorted the output.
-
- * IndentedTextWriter.cs: don't output tabs in WriteLine ().
- 2003-04-23 Gonzalo Paniagua Javier <[email protected]>
- * 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 <[email protected]>
- * CodeGenerator.cs: Generates the entry point method.
- 2003-01-10 Duncan Mak <[email protected]>
- * CompilerErrorCollection.cs:
- * CompilerParameters.cs: Patch from Sean Kasun
- <[email protected]> implementing most of the MonoTODOs in
- CompilerErrorCollection and the CompilerParameters overloads in CompilerParameters.cs.
- 2002-11-30 Jackson Harper <[email protected]>
- * CodeCompiler.cs: Removed TODO attribute from abstract members
- 2002-11-30 Jackson Harper <[email protected]>
- * CodeCompiler.cs: Added stub
- 2002-09-11 Gonzalo Paniagua Javier <[email protected]>
- * CodeDomProvider.cs:
- * IndentedTextWriter.cs: misc. fixes.
- 2002-08-23 Gonzalo Paniagua Javier <[email protected]>
- * CompilerError.cs: implemented.
- * CompilerErrorCollection.cs: stubbed out and fix inheritance.
- * GeneratorSupport.cs: fixed values.
- 2002-05-28 Daniel Stodden <[email protected]>
- * 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 <[email protected]>
- * CodeGenerator.cs : Mark bits with MonoTODO.
- 2001-07-15 Sean MacIsaac <[email protected]>
- * CodeGenerator.cs: moved using statement out of namespace
- declaration.
|