1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152
|
2006-07-26 César Octavio López Natarén <cesar.nataren@gmail.com>
* Microsoft.JScript.dll.sources: Added JScriptCodeCompiler.cs from
Akiramei (mei@work.email.ne.jp) to the build.
2006-01-08 Cesar Lopez Nataren <cnataren@novell.com>
* Makefile: No longer reference the C# compiler for namespace
lookup.
2005-10-21 Carlos Alberto Cortez <calberto.cortez@gmail.com>
* SemanticAnalizer.cs, Import.cs: Update calls to the
latest changes in namespace.cs. Keep the old calls for
2.0 profile, and update them as soon as these changes are
merged to gmcs.
2005-09-15 Raja R Harinath <rharinath@novell.com>
* Makefile (COMPILER): New. Points to mcs.exe or gmcs.exe
depending on the profile.
(LIB_MCS_FLAGS): Pick the profile dependent compiler.
2005-09-14 Ritvik Mayank <mritvik@novell.com>
* Makefile : Added mcs.exe path
2005-08-08 Florian Gross <flgr@ccan.de>
* Imported Test/Mozilla
2005-05-18 Marek Safar <marek.safar@seznam.cz>
* Microsoft.JScript.dll.sources: Added JScriptCodeGenerator.cs
2005-05-07 Cesar Lopez Nataren <cnataren@novell.com>
* COMFieldInfo.cs, COMMethodInfo.cs, JSMethod.cs: added to the
build.
2005-05-06 Cesar Lopez Nataren <cnataren@novell.com>
* Add ArgumentsObject.cs to the build is used on code generated
when the implicit arguments object is used inside a method.
2005-05-03 Cesar Lopez Nataren <cnataren@novell.com>
* Microsoft.JScript.dll.sources: IWrappedMember.cs,
IVsaScriptCodeItem.cs, IDebugType.cs, IDefineEvent.cs,
IEngine2.cs, IMethodsCompletionInfo.cs, INeedEngine.cs,
IObjectCompletionInfo.cs, ISite2.cs, MemberInfoInitializer.cs, VSAITEMTYPE2.cs
added to the build.
2005-05-02 Cesar Lopez Nataren <cnataren@novell.com>
* Microsoft.JScript.dll.sources: COMMemberInfo.cs,
IAuthorServices.cs, IColorizeText.cs, IDebugConvert.cs,
IDebuggerObject.cs, IDebugScriptScope.cs, IErrorHandler.cs,
IParseText.cs, ITokenColorInfo.cs, ITokenEnumerator.cs,
IVsaFullErrorInfo.cs, SourceState.cs, TokenColor.cs added to the
build. These are missing interfaces for COM interop.
2005-02-05 Cesar Lopez Nataren <cnataren@novell.com>
* Microsoft.JScript.dll.sources: Nuke SymbolTable.cs
2004-12-10 Cesar Lopez Nataren <cesar@ciencias.unam.mx>
* Microsoft.JScript.dll.sources: add JSPropertyInfo.cs
2004-10-11 Cesar Lopez Nataren <cesar@ciencias.unam.mx>
* Microsoft.JScript.dll.sources: add TypeMananger.cs
2004-09-20 Cesar Lopez Nataren <cesar@ciencias.unam.mx>
* Antlr.Runtime/[antlr, antlr.collections, antlr.collections.impl,
antlr.debug, antlr.debug.misc]: Good bye antlr.
* Microsoft.JScript.dll.sources: dropped antlr dependency.
2004-08-22 Cesar Lopez Nataren <cesar@ciencias.unam.mx>
* 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 <sebastien@ximian.com>
* Microsoft.JScript.dll.sources: Added Assembly/AssemblyInfo.cs and
Locale.cs to the build.
2004-01-16 Cesar Lopez Nataren <cesar@ciencias.unam.mx>
* Microsoft.JScript.dll.sources: added VsaScriptScope to the build.
2003-11-10 <cesar@ciencias.unam.mx>
* Microsoft.JScript.dll.sources: don't build Visitor.cs.
2003-11-03 <cesar@ciencias.unam.mx>
* Microsoft.JScript.dll.sources: Added IdentificationTable.cs,
SemanticAnalizer.cs and SymbolTable.cs to the build.
2003-09-29 <cesar@ciencias.unam.mx>
* 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 <cesar@ciencias.unam.mx>
* 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 <cesar@ciencias.unam.mx>
* Added the new files to the build.
2003-06-09 Cesar Octavio Lopez Nataren <cesar@ciencias.unam.mx>
* Added FormalParameterList, Statement, VariableDeclaration,
VariableStatement and Visitor files to the unix.args.
2003-04-21 Cesar Octavio Lopez Nataren <cesar@ciencias.unam.mx>
* 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 <cesar@ciencias.unam.mx>
* ChangeLog: Added this file.
* Added makefile.gnu and unix.args.
|