ChangeLog 3.7 KB

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