ChangeLog 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. 2003-07-07 Andreas Nahr <[email protected]>
  2. * CodeDomProvider.cs: Removed unneccesary attribute according to corecompare
  3. * Executor.cs: Fixed signature with ref calls according to corecompare and made neccessary changes
  4. 2003-06-20 Andreas Nahr <[email protected]>
  5. * CodeCompiler.cs: Nearly completely implemented
  6. * CodeDomProvider.cs: Added missing Attribute, restyled according to style guidelines
  7. * CodeGenerator.cs: Fixed visibilies, added missing members, implemented members, stubbed out missing member, restyled according to style guidelines
  8. * CodeParser.cs: Added and implemented (ok no real implementation needed ;)
  9. * CompilerErrorCollection.cs: Removed unneeded MonoTODOs, restyled according to style guidelines
  10. * CompilerParameters.cs: Fixed wrong properties, Added Initializers, restyled according to style guidelines
  11. * CompilerResults.cs: Added Evidence property, added initial values
  12. * Executor.cs: Added and partially implemented (should probably be used by CodeCompiler)
  13. * CompilerOptions.cs: Deleted this file (such a class does not exist)
  14. 2003-05-16 Dick Porter <[email protected]>
  15. * TempFileCollection.cs: Implement
  16. 2003-04-28 Gonzalo Paniagua Javier <[email protected]>
  17. * CodeGenerator.cs:
  18. (GenerateSnippetStatement): use WriteLine instead of Write.
  19. 2003-04-25 Gonzalo Paniagua Javier <[email protected]>
  20. * CodeGenerator.cs:
  21. (GenerateCodePrimitive): special case strings and chars (bool was
  22. already a special case). Throw an exception if the type is not a
  23. primitive type.
  24. 2003-04-24 Gonzalo Paniagua Javier <[email protected]>
  25. * CodeGenerator.cs: more fixes and sorted the output.
  26. * IndentedTextWriter.cs: don't output tabs in WriteLine ().
  27. 2003-04-23 Gonzalo Paniagua Javier <[email protected]>
  28. * CodeGenerator.cs:
  29. (GenerateCompileUnitStart):
  30. (GenerateCompileUnitEnd): removed debug output.
  31. (GeneratePrimitiveExpression): handle null and bool as special cases.
  32. (GenerateType): added type constructor and constructor calls.
  33. 2003-02-20 Alfonso Ali <[email protected]>
  34. * CodeGenerator.cs: Generates the entry point method.
  35. 2003-01-10 Duncan Mak <[email protected]>
  36. * CompilerErrorCollection.cs:
  37. * CompilerParameters.cs: Patch from Sean Kasun
  38. <[email protected]> implementing most of the MonoTODOs in
  39. CompilerErrorCollection and the CompilerParameters overloads in CompilerParameters.cs.
  40. 2002-11-30 Jackson Harper <[email protected]>
  41. * CodeCompiler.cs: Removed TODO attribute from abstract members
  42. 2002-11-30 Jackson Harper <[email protected]>
  43. * CodeCompiler.cs: Added stub
  44. 2002-09-11 Gonzalo Paniagua Javier <[email protected]>
  45. * CodeDomProvider.cs:
  46. * IndentedTextWriter.cs: misc. fixes.
  47. 2002-08-23 Gonzalo Paniagua Javier <[email protected]>
  48. * CompilerError.cs: implemented.
  49. * CompilerErrorCollection.cs: stubbed out and fix inheritance.
  50. * GeneratorSupport.cs: fixed values.
  51. 2002-05-28 Daniel Stodden <[email protected]>
  52. * CodeDomProvider.cs: added, incomplete
  53. * CodeGeneratorOptions.cs: added, complete
  54. * CompilerErrorCollection.cs: added, stub
  55. * CompilerOptions.cs: added, stub
  56. * CompilerResults.cs: added, complete
  57. * GeneratorSupport.cs: added, complete
  58. * ICodeCompiler.cs: added, complete
  59. * ICodeParser.cs: added, complete
  60. * IndentedTextWriter.cs: added, complete
  61. * LanguageOptions.cs: added, complete
  62. * TempFileCollection.cs: added, stub
  63. * ICodeGenerator.cs: added, complete
  64. 2002-01-05 Ravi Pratap <[email protected]>
  65. * CodeGenerator.cs : Mark bits with MonoTODO.
  66. 2001-07-15 Sean MacIsaac <[email protected]>
  67. * CodeGenerator.cs: moved using statement out of namespace
  68. declaration.