| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- 2004-08-22 Cesar Lopez Nataren <[email protected]>
- * Microsoft.JScript.dll.sources: added In.cs, Token.cs,
- TokenStream.cs and Parser.cs to the build. Don't build
- JScriptLexer.cs and JScriptParser.cs
- 2004-04-28 Sebastien Pouliot <[email protected]>
- * Microsoft.JScript.dll.sources: Added Assembly/AssemblyInfo.cs and
- Locale.cs to the build.
- 2004-01-16 Cesar Lopez Nataren <[email protected]>
- * Microsoft.JScript.dll.sources: added VsaScriptScope to the build.
-
- 2003-11-10 <[email protected]>
- * Microsoft.JScript.dll.sources: don't build Visitor.cs.
- 2003-11-03 <[email protected]>
- * Microsoft.JScript.dll.sources: Added IdentificationTable.cs,
- SemanticAnalizer.cs and SymbolTable.cs to the build.
- 2003-09-29 <[email protected]>
-
- * Makefile: Set TEST_MCS_FLAGS.
- * Microsoft.JScript_test.dll.sources: deleted the building of my
- local test BaseVsaEngineTest.
-
- * Added Microsoft.JScript_test.dll.sources
- * Makefile: allow test build.
- * Microsoft.JScript.dll.sources: Added VsaItem.cs, VsaItems.cs,
- VsaGlobalItem.cs, VsaReferenceItem.cs , VsaCodeItem.cs to the build.
- 2003-09-24 <[email protected]>
- * Microsoft.JScript/: Deleted VsaEngine.cs and BaseVsaEngine.cs
- * Microsoft.JScript.dll.sources: Changed the namespaces for VsaEngine and BaseVsaEngine.
-
- 2003-07-22 Cesar Lopez Nataren <[email protected]>
- * Added the new files to the build.
- 2003-06-09 Cesar Octavio Lopez Nataren <[email protected]>
- * Added FormalParameterList, Statement, VariableDeclaration,
- VariableStatement and Visitor files to the unix.args.
- 2003-04-21 Cesar Octavio Lopez Nataren <[email protected]>
- * Added Antlr.Runtime, it contains the files needed for compiling
- the files generated by antlr.
- * Added Antlr.Runtime/antlr, Antlr.Runtime/antlr.collections,
- Antlr.Runtime/antlr.collections.impl, Antlr.Runtime/antlr.debug,
- Antlr.Runtime/antlr.debug.misc.
- * makefile.gnu: Added some more references to the compilation.
- * unix.args: Erased some newlines and tabs that were confusing
- mcs.
- * ScriptObject.cs: Commented "public Object this [params ...]" temp.
- 2003-04-20 Cesar Octavio Lopez Nataren <[email protected]>
- * ChangeLog: Added this file.
- * Added makefile.gnu and unix.args.
|