ChangeLog 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. 2003-04-24 Gonzalo Paniagua Javier <[email protected]>
  2. * CodeGenerator.cs: more fixes and sorted the output.
  3. * IndentedTextWriter.cs: don't output tabs in WriteLine ().
  4. 2003-04-23 Gonzalo Paniagua Javier <[email protected]>
  5. * CodeGenerator.cs:
  6. (GenerateCompileUnitStart):
  7. (GenerateCompileUnitEnd): removed debug output.
  8. (GeneratePrimitiveExpression): handle null and bool as special cases.
  9. (GenerateType): added type constructor and constructor calls.
  10. 2003-02-20 Alfonso Ali <[email protected]>
  11. * CodeGenerator.cs: Generates the entry point method.
  12. 2003-01-10 Duncan Mak <[email protected]>
  13. * CompilerErrorCollection.cs:
  14. * CompilerParameters.cs: Patch from Sean Kasun
  15. <[email protected]> implementing most of the MonoTODOs in
  16. CompilerErrorCollection and the CompilerParameters overloads in CompilerParameters.cs.
  17. 2002-11-30 Jackson Harper <[email protected]>
  18. * CodeCompiler.cs: Removed TODO attribute from abstract members
  19. 2002-11-30 Jackson Harper <[email protected]>
  20. * CodeCompiler.cs: Added stub
  21. 2002-09-11 Gonzalo Paniagua Javier <[email protected]>
  22. * CodeDomProvider.cs:
  23. * IndentedTextWriter.cs: misc. fixes.
  24. 2002-08-23 Gonzalo Paniagua Javier <[email protected]>
  25. * CompilerError.cs: implemented.
  26. * CompilerErrorCollection.cs: stubbed out and fix inheritance.
  27. * GeneratorSupport.cs: fixed values.
  28. 2002-05-28 Daniel Stodden <[email protected]>
  29. * CodeDomProvider.cs: added, incomplete
  30. * CodeGeneratorOptions.cs: added, complete
  31. * CompilerErrorCollection.cs: added, stub
  32. * CompilerOptions.cs: added, stub
  33. * CompilerResults.cs: added, complete
  34. * GeneratorSupport.cs: added, complete
  35. * ICodeCompiler.cs: added, complete
  36. * ICodeParser.cs: added, complete
  37. * IndentedTextWriter.cs: added, complete
  38. * LanguageOptions.cs: added, complete
  39. * TempFileCollection.cs: added, stub
  40. * ICodeGenerator.cs: added, complete
  41. 2002-01-05 Ravi Pratap <[email protected]>
  42. * CodeGenerator.cs : Mark bits with MonoTODO.
  43. 2001-07-15 Sean MacIsaac <[email protected]>
  44. * CodeGenerator.cs: moved using statement out of namespace
  45. declaration.