* Import.cs (Resolve): Update to changes in GMCS.
[mono.git] / mcs / class / Microsoft.JScript / ChangeLog
1 2005-10-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2
3         * SemanticAnalizer.cs, Import.cs: Update calls to the
4         latest changes in namespace.cs. Keep the old calls for
5         2.0 profile, and update them as soon as these changes are
6         merged to gmcs.
7         
8 2005-09-15  Raja R Harinath  <rharinath@novell.com>
9
10         * Makefile (COMPILER): New.  Points to mcs.exe or gmcs.exe
11         depending on the profile.
12         (LIB_MCS_FLAGS): Pick the profile dependent compiler.
13
14 2005-09-14  Ritvik Mayank  <mritvik@novell.com>
15         
16         * Makefile : Added mcs.exe path
17
18 2005-08-08  Florian Gross  <flgr@ccan.de>
19
20         * Imported Test/Mozilla
21
22 2005-05-18  Marek Safar  <marek.safar@seznam.cz>
23
24         * Microsoft.JScript.dll.sources: Added JScriptCodeGenerator.cs
25
26 2005-05-07  Cesar Lopez Nataren  <cnataren@novell.com>
27
28         * COMFieldInfo.cs, COMMethodInfo.cs, JSMethod.cs: added to the
29         build.
30
31 2005-05-06  Cesar Lopez Nataren  <cnataren@novell.com>
32
33         * Add ArgumentsObject.cs to the build is used on code generated
34         when the implicit arguments object is used inside a method.
35
36 2005-05-03  Cesar Lopez Nataren  <cnataren@novell.com>
37
38         * Microsoft.JScript.dll.sources: IWrappedMember.cs,
39         IVsaScriptCodeItem.cs, IDebugType.cs, IDefineEvent.cs,
40         IEngine2.cs, IMethodsCompletionInfo.cs, INeedEngine.cs,
41         IObjectCompletionInfo.cs, ISite2.cs, MemberInfoInitializer.cs, VSAITEMTYPE2.cs
42         added to the build.
43
44 2005-05-02  Cesar Lopez Nataren  <cnataren@novell.com>
45
46         * Microsoft.JScript.dll.sources: COMMemberInfo.cs,
47         IAuthorServices.cs, IColorizeText.cs, IDebugConvert.cs,
48         IDebuggerObject.cs, IDebugScriptScope.cs, IErrorHandler.cs,
49         IParseText.cs, ITokenColorInfo.cs, ITokenEnumerator.cs,
50         IVsaFullErrorInfo.cs, SourceState.cs, TokenColor.cs added to the
51         build. These are missing interfaces for COM interop.
52
53 2005-02-05  Cesar Lopez Nataren  <cnataren@novell.com>
54
55         * Microsoft.JScript.dll.sources: Nuke SymbolTable.cs
56
57 2004-12-10  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>
58
59         * Microsoft.JScript.dll.sources: add JSPropertyInfo.cs
60
61 2004-10-11  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>
62
63         * Microsoft.JScript.dll.sources: add TypeMananger.cs
64
65 2004-09-20  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>
66
67         * Antlr.Runtime/[antlr, antlr.collections, antlr.collections.impl,
68         antlr.debug, antlr.debug.misc]: Good bye antlr.
69         * Microsoft.JScript.dll.sources: dropped antlr dependency.
70         
71 2004-08-22  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>
72
73         * Microsoft.JScript.dll.sources: added In.cs, Token.cs,
74         TokenStream.cs and Parser.cs to the build. Don't build
75         JScriptLexer.cs and JScriptParser.cs
76
77 2004-04-28  Sebastien Pouliot  <sebastien@ximian.com>
78
79         * Microsoft.JScript.dll.sources: Added Assembly/AssemblyInfo.cs and
80         Locale.cs to the build.
81
82 2004-01-16  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>
83
84         * Microsoft.JScript.dll.sources: added VsaScriptScope to the build.
85         
86 2003-11-10    <cesar@ciencias.unam.mx>
87
88         * Microsoft.JScript.dll.sources: don't build Visitor.cs.
89
90 2003-11-03    <cesar@ciencias.unam.mx>
91
92         *  Microsoft.JScript.dll.sources: Added IdentificationTable.cs,
93         SemanticAnalizer.cs and SymbolTable.cs to the build.
94
95 2003-09-29    <cesar@ciencias.unam.mx>
96         
97         * Makefile: Set TEST_MCS_FLAGS.
98
99         * Microsoft.JScript_test.dll.sources: deleted the building of my
100         local test  BaseVsaEngineTest.
101         
102         * Added Microsoft.JScript_test.dll.sources
103
104         * Makefile: allow test build.
105
106         * Microsoft.JScript.dll.sources: Added VsaItem.cs, VsaItems.cs,
107         VsaGlobalItem.cs, VsaReferenceItem.cs , VsaCodeItem.cs to the build.
108
109 2003-09-24    <cesar@ciencias.unam.mx>
110
111         * Microsoft.JScript/: Deleted VsaEngine.cs and BaseVsaEngine.cs
112
113         * Microsoft.JScript.dll.sources: Changed the namespaces for VsaEngine and BaseVsaEngine.
114         
115
116 2003-07-22  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>
117
118         * Added the new files to the build.
119
120 2003-06-09  Cesar Octavio Lopez Nataren <cesar@ciencias.unam.mx>
121         * Added FormalParameterList, Statement, VariableDeclaration, 
122         VariableStatement and Visitor files to the unix.args.
123
124 2003-04-21  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
125
126         * Added Antlr.Runtime, it contains the files needed for compiling
127         the files generated by antlr.
128
129         * Added Antlr.Runtime/antlr, Antlr.Runtime/antlr.collections,
130         Antlr.Runtime/antlr.collections.impl, Antlr.Runtime/antlr.debug,
131         Antlr.Runtime/antlr.debug.misc. 
132
133         * makefile.gnu: Added some more references to the compilation.
134         * unix.args: Erased some newlines and tabs that were confusing
135         mcs.
136         * ScriptObject.cs: Commented "public Object this [params ...]" temp.
137
138 2003-04-20      Cesar Octavio Lopez Nataren <cesar@ciencias.unam.mx>
139
140         * ChangeLog: Added this file.
141         * Added makefile.gnu and unix.args.
142