ChangeLog 1.9 KB

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