ChangeLog 2.4 KB

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