2004-02-13 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / mbas / ChangeLog
1 2004-01-07  Nick Drochak <ndrochak@ieee.org>\r
2 \r
3         * genericparser.cs:\r
4         * mb-tokenizer.cs: \r
5         * row.cs: Eliminate warnings about unused variables.\r
6 \r
7 2004/01/06  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
8         * typemanager.cs :      correcting translation of System types to language types, 
9                         also temporarily circunventing a exception in ModuleBuilder.GetType inside LookupTypeReflection,
10                         corrected many ` characters to ' in error messages
11         * testmbas/WriteOK.vb : testing newly implemented IsNumeric global function\r
12
13 2004-01-04  David Sheldon <dave-mono@earth.li>
14
15   * expression.cs: Added matching ")" to error message for 
16   CS0077
17
18 2003/12/23  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
19         * driver.cs : added stubs for options "/netcf /sdkpath:path"\r
20         * namespace.cs, decl.cs, rootcontext.cs : use hashtable to avoid duplicate importation of namespaces \r
21           (especially between command-line option /imports and explicit Import clauses), what manifested itself as\r
22           error messages for ambiguous names that where in truth identical\r
23         * statement.cs : trying to fix the 'exit' statement DoEmit, for "Exit Sub"\r
24         * mb-parser.jay, mb-tokenizer.cs : initial support for type_characters (dim az$ = dim az as string)\r
25 \r
26 2003/12/18  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
27         * class.cs : case-sensitiveness when tracking the entry-point removed\r
28         * driver.cs : IsSWFApp would try to pass a null 'mainclass' to the hashtable indexer, throwing an exception\r
29                 (even for correct programs because of the bug above). Now this condition is tested before\r
30 \r
31 2003/12/06  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
32         * ecore.cs : problems trying to implicit convert OMITTED arguments, solved\r
33         * mb-tokenizer.cs, mb-parser.jay, typemanager.cs : support for the date primitive type and date literals\r
34         * testmbas/WriteOK.vb: testing date type and date literal\r
35 \r
36 2003/11/12  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
37         * driver.cs : /imports option now is implemented\r
38         * mb-parser.jay: support for pre-imported namespaces (the default Microsoft.VisualBasic and those from /imports)\r
39         \r
40 2003/11/12  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
41         * mb-tokenizer.cs : integer literal (Hex starts with &H not 0x), handle Octal literals (&O)\r
42         *       handle unicode specialized double-quotes in string literals     \r
43         *       corrected some mishandling of conversions in numeric literals\r
44         *       implemented support for char literals ("z"c)\r
45         * Makefile : verbose target uses verbose argument\r
46         * testmbas/WriteOK.vb: many tests for literals implemented\r
47         * literal.cs: correcting lack of a ShortLiteral class\r
48         * mb-parser.jay: removed support for unsigned int literals, added support for short int literals\r
49         \r
50 2003/11/10  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
51         * *.cs, mb-parser.jay: Switched all from defining/using namespace Mono.CSharp to Mono.MonoBASIC \r
52         * location.cs: SymbolDocument now returns a SymbolDocumentWriter using the right (SymLanguageType.Basic) GUID\r
53         \r
54 2003/10/17  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
55         * genericparser.cs: \r
56             Don't print exception when a file is not found to be parsed\r
57                 File extensions not matched are now processed with the default parser\r
58                 Better handle file/directory not found exceptions, and use Report.Error in that case\r
59         * added defaultparserattribute.cs\r
60         * mb-parser.jay : Mono.MonoBASIC.Parser is now the [DefaultParser]\r
61         * location.cs version 1.4 recovered (Marco Ridoni had it overwritten with an older version)\r
62         * mb-tokenizer.cs, rootcontext.cs, tree.cs: Location constructor needs column number now\r
63 \r
64 2003/09/17  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
65         * .cvsignore: WHOOPS\r
66 \r
67 2003/09/17  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
68         * .cvsignore: some more files to ignore\r
69 \r
70 2003/09/17  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
71         * mb-tokenizer.cs, driver.cs: Back to Linux line-endings, SORRY\r
72 \r
73 2003/09/16  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
74         * Makefile: corrected testing in Windows/Cygwin (from mbas.exe to ./mbas.exe), because it was getting the installed compiler instead of the compiled one\r
75         * mb-tokenizer.cs: Redoing: Preprocessor directives must be case-insensitive (many .ToLower() used)\r
76         * driver.cs: No more 'linkpaths' option, use 'libpath' instead\r
77 \r
78 2003/09/15  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
79         * driver.cs: Corrected handling of FileNotFoundException in LoadAssembly(), according to Bernie Solomon's patch\r
80 \r
81 2003/08/13  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
82         * mb-parser.jay: ReDim statement parses many variables now (but initializers aren't allowed)\r
83                                          Erase statement implemented\r
84                                          Lots of garbage (never reduced rules) deleted\r
85                                          Reduce/Reduce problems eliminated (where due to having opt_modifiers duplicated inside property_declaration rule)\r
86         * statement.cs : class Redim is prepared to have ReDim Preserve copying code called,\r
87                                          but we need to check if that code is lying in Microsoft.VisualBasic.dll\r
88                                          New class Erase\r
89 \r
90 2003-07-26  Ben Maurer  <bmaurer@users.sourceforge.net>\r
91         \r
92         * statement.cs: Make Math.XXX System.Math.XXX, to fix the build.\r
93         \r
94 2003-07-20  Peter Williams  <peter@newton.cx>\r
95 \r
96         * Makefile: Remove the test target which conflicted with\r
97         the global target. (Change confirmed with Rafael.)\r
98 \r
99 2003-04-02  Duncan Mak  <duncan@ximian.com>\r
100 \r
101         * mb-parser.jay: Temporarily remove the references to\r
102         Class.MustOverride to fix the build.\r
103 \r
104 2003/03/29  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
105         * mb-parser.jay: corrected some module related rules\r
106         * location.cs : now handles column information\r
107         \r
108 2003/03/11  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
109         * makefile.gnu : use $RUNTIME for all targets\r
110                                          actually run the compiled program on 'test-gtk' target \r
111         * mb-tokenizer.cs : no escaping of chars allowed in VB.NET (old mcs code removed)\r
112                                                 handle doubled-doublequotes (VB idiom to escape a doublequote) \r
113         \r
114 2003/03/04  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
115         * mb-parser.jay: added rule for Imports with alias\r
116         * mb-parser.jay: Friend (internal) modifier was missing,\r
117                                          Shared modifier was expecting Static token erroneously\r
118                                          Modules must accept only a static constructor rule added\r
119                                          Constant declaration rule added\r
120         * makefile & makefile.gnu : actually run the compiled program on test target \r
121 \r
122 2003/03/03  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
123         * mb-tokenizer.cs : new semi-keywords: Compare, Explicit, Strict, On, Off, Binary, Text\r
124         * mb-parser.jay: tokens for above semi-keywords, and rules for option directives\r
125         * driver.cs: integrates command line options with parser flags for option directives\r
126         * makefile & makefile.gnu : added 'verbose' target that uses --verbose switch to compile \r
127           the test source and pipes it through 'less', also added a Extended Syntax source\r
128 \r
129 2003/02/22  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
130         * class.cs : As, per vbc, there is a rootnamespace now, --main wasn't working anymore, \r
131                                  because it was expecting a fully qualified class name. \r
132                                  We now also test the name passed prepended by the rootnamespace.\r
133         * class.cs : Corrected warning "The keyword new is required on `Mono.CSharp.Property.Emit'\r
134                                  because it hides inherited member `PropertyBase.Emit'", by making it virtual\r
135                                  in PropertyBase and override in Property.\r
136         * makefile.gnu : test and test-gtk targets now depend on mbas.exe\r
137                                  \r
138 \r
139 2003/02/19  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
140         * mb-parser.jay : eliminated reduce/reduce conflict on duplicated rank_specifier rule\r
141           by renaming the one using brackets to bracketed_rank_specifier\r
142 \r
143 2003/02/12  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
144         * added argument.cs (extracted from expression.cs) makefiles corrected\r
145         * mb-parser.jay : eliminated reduce/reduce conflict on opt_argument_list rule, \r
146           by putting and if to make a argument list with just an empty argument list become an empty list\r
147 \r
148 2003/02/03  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
149         * rootcontext.cs : added RootNamespace member\r
150         * mb-parser.jay : use RootContext.RootNamespace to initialize outermost namespace\r
151         * driver.cs : \r
152                 - implement rootnamespace parameter, and defaults it to the output file name\r
153                 - like vbc if no source file name is provided just show help\r
154 \r
155 2003/01/22  Nick Drochak <ndrochak@gol.com>\r
156         * makefile: Use csc compiler in here. makefile.gnu assumes mono/mcs\r
157 \r
158 2003-01-13  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
159         * added cleanup method to tokenizer as needed but modifications made in jay\r
160 \r
161 2003-01-12  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
162         * changed test target in makefile work\r
163         * corrected authors list to include Marco\r
164 \r
165 2002-10-23  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
166         * merged many sources from mcs/mcs, to resync\r
167 \r
168 2002-10-20  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
169         * using Mono.GetOptions preliminar support for response files, \r
170           changed the makefile target 'test' for use o response file testmbas/filelist\r
171 \r
172 2002-10-20  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
173         * merged many sources from mcs/mcs, to resync\r
174 \r
175 2002-10-05  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
176         * merged many sources from mcs/mcs, to resync\r
177 \r
178 2002-08-31  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
179         * merged many sources from mcs/mcs, to resync\r
180 \r
181 2002-09-03  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
182         * integrated new version of Mono.GetOptions (reflection/attributes-based)\r
183 \r
184 2002-08-31  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
185         * merged expression.cs from mcs/mcs, to resync\r
186 \r
187 2002-08-29  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
188         * merged assign.cs, attribute.cs, class.cs, codegen.cs, const.cs, decl.cs, delegate.cs, ecore.cs, enum.cs,\r
189         expression.cs, interface.cs, pending.cs, report.cs, rootcontext.cs, statement.cs, support.cs and \r
190         typemanager.cs from mcs/mcs, to resync\r
191 \r
192 2002-08-06  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
193         * added "test" target to makefile\r
194         * merged assign.cs, attribute.cs, cfold.cs, class.cs, codegen.cs, const.cs, constant.cs, \r
195           decl.cs, delegate.cs, ecore.cs, enum.cs, expression.cs, interface.cs, modifiers.cs, parameter.cs, \r
196           pending.cs, report.cs, rootcontext.cs, statement.cs, support.cs and typemanager.cs from mcs/mcs, to resync\r
197 \r
198 2002-07-14  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
199         * merged assign.cs, class.cs, ecore.cs, expression.cs, statement.cs and typemanager from mcs/mcs, to resync\r
200 \r
201 2002-07-09  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
202         * merged attribute.cs, ecore.cs, namespace.cs and statement.cs from mcs/mcs, to resync\r
203 \r
204 2002-07-06  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
205         * merged attribute.cs, class.cs, codegen.cs, ecore.cs, expression.cs, \r
206           modifiers.cs, namespace.cs, report.cs, rootcontext.cs, statement.cs and typemanager.cs from mcs/mcs, to resync\r
207         * changed driver.cs to follow mcs lead on error/warning counting and reporting\r
208 \r
209 2002-06-23  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
210         * merged attribute.cs, class.cs, ecore.cs, rootcontext.cs, support.cs and typemanager.cs from mcs/mcs, to resync\r
211         * makefile makes csc reference a copy of Mono.GetOptions.dll (mbas.sln now compiles to mbas dir instead of mbas/bin/Debug)\r
212 \r
213 2002-06-21  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
214         * merged attribute.cs, class.cs, interface.cs, expression.cs, ecore.cs, \r
215           modifiers.cs, rootcontext.cs, statement.cs and typemanager.cs from mcs/mcs, to resync\r
216         * added pending.cs from mcs/mcs, to resync\r
217 \r
218 2002-06-15  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
219         * merged assign.cs, attribute.cs, enum.cs and namespace.cs from mcs/mcs, to resync\r
220         * namespace.cs needed some fixing, because CSharpParser isn?t available\r
221 \r
222 2002-06-15  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
223         * merged delegate.cs, ecore.cs, typemanager.cs and rootcontext.cs from mcs/mcs, to resolve expression.cs blues\r
224 \r
225 2002-06-15  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
226         * oops merged expression.cs from mcs/mcs is breaking my make\r
227         * driver.cs, assemblyinfo.cs wasn?t ready for prime time (offending lines were commented out)\r
228 \r
229 2002-06-15  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
230         * merged expression.cs from mcs/mcs\r
231 \r
232 2002-06-12  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
233         * corrected Module.TypeAttr property getter in module.cs\r
234         \r
235 2002-06-12  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
236         * merged typemanager.cs from mcs/mcs\r
237 \r
238 2002-06-10  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
239         * merged expression.cs and interface.cs from mcs/mcs\r
240 \r
241 2002-06-09  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
242         * merged const.cs, enum.cs, expression.cs and typemanager.cs from mcs/mcs\r
243     * comments on module.cs\r
244 \r
245 2002-06-07  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
246         * merged class.cs, attribute.cs from mcs/mcs\r
247 \r
248 2002-06-07  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
249         * merged class.cs, enum.cs, expression.cs, interface.cs, rootcontext.cs and typemanager.cs from mcs/mcs\r
250         * added module.cs (class Mono.MonoBASIC.Module - derived from Mono.CSharp.Class)\r
251         * added System.XML and Microsoft.VisualBasic to the default config (driver.cs)\r
252         \r
253 2002-06-07  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
254         * merged class.cs and ecore.cs from mcs/mcs\r
255 \r
256 2002-06-02  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
257         * copied methods MakeName and CheckDef from mcs\cs-parser.jay to GenericParser.cs \r
258           where they are inherited by mb-parser.jay/cs\r
259         * put some code on the Module rule in mb-parser.jay to at least generate a class in the assembly,\r
260           if I jump over the entry-point check code, while debugging\r
261         \r
262 2002-05-31  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
263         * class Mono.MonoBASIC.Tokenizer now handles \r
264                 - all valid line-terminators (CR, LF, CRLF, LS and PS)\r
265                 - escaped identifiers (like [Integer])\r
266                 - old-fashioned comments syntax (REM Blah-Blah)\r
267 \r
268 2002-05-31  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
269         * modified mbas.ico to be a small version of mono?s logo (see mcs\MonoIcon.png)\r
270 \r
271 2002-05-31  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
272         * squashed some reduce/reduce conflicts out of mb-parser.jay\r
273 \r
274 2002-05-31  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
275         * merged codegen.cs from mcs\r
276         * altered Driver.cs to work with new codegen.cs\r
277 \r
278 2002-05-27  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
279 \r
280         * merged all I could from mcs source files into mbas\r
281         * added VS.NET Solution and Project Files for mbas\r
282         * added icon file and a vb-sources-filled testmbas directory\r
283         * started this ChangeLog