ChangeLog 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. 2004-08-22 Cesar Lopez Nataren <[email protected]>
  2. * Microsoft.JScript.dll.sources: added In.cs, Token.cs,
  3. TokenStream.cs and Parser.cs to the build. Don't build
  4. JScriptLexer.cs and JScriptParser.cs
  5. 2004-04-28 Sebastien Pouliot <[email protected]>
  6. * Microsoft.JScript.dll.sources: Added Assembly/AssemblyInfo.cs and
  7. Locale.cs to the build.
  8. 2004-01-16 Cesar Lopez Nataren <[email protected]>
  9. * Microsoft.JScript.dll.sources: added VsaScriptScope to the build.
  10. 2003-11-10 <[email protected]>
  11. * Microsoft.JScript.dll.sources: don't build Visitor.cs.
  12. 2003-11-03 <[email protected]>
  13. * Microsoft.JScript.dll.sources: Added IdentificationTable.cs,
  14. SemanticAnalizer.cs and SymbolTable.cs to the build.
  15. 2003-09-29 <[email protected]>
  16. * Makefile: Set TEST_MCS_FLAGS.
  17. * Microsoft.JScript_test.dll.sources: deleted the building of my
  18. local test BaseVsaEngineTest.
  19. * Added Microsoft.JScript_test.dll.sources
  20. * Makefile: allow test build.
  21. * Microsoft.JScript.dll.sources: Added VsaItem.cs, VsaItems.cs,
  22. VsaGlobalItem.cs, VsaReferenceItem.cs , VsaCodeItem.cs to the build.
  23. 2003-09-24 <[email protected]>
  24. * Microsoft.JScript/: Deleted VsaEngine.cs and BaseVsaEngine.cs
  25. * Microsoft.JScript.dll.sources: Changed the namespaces for VsaEngine and BaseVsaEngine.
  26. 2003-07-22 Cesar Lopez Nataren <[email protected]>
  27. * Added the new files to the build.
  28. 2003-06-09 Cesar Octavio Lopez Nataren <[email protected]>
  29. * Added FormalParameterList, Statement, VariableDeclaration,
  30. VariableStatement and Visitor files to the unix.args.
  31. 2003-04-21 Cesar Octavio Lopez Nataren <[email protected]>
  32. * Added Antlr.Runtime, it contains the files needed for compiling
  33. the files generated by antlr.
  34. * Added Antlr.Runtime/antlr, Antlr.Runtime/antlr.collections,
  35. Antlr.Runtime/antlr.collections.impl, Antlr.Runtime/antlr.debug,
  36. Antlr.Runtime/antlr.debug.misc.
  37. * makefile.gnu: Added some more references to the compilation.
  38. * unix.args: Erased some newlines and tabs that were confusing
  39. mcs.
  40. * ScriptObject.cs: Commented "public Object this [params ...]" temp.
  41. 2003-04-20 Cesar Octavio Lopez Nataren <[email protected]>
  42. * ChangeLog: Added this file.
  43. * Added makefile.gnu and unix.args.