2004-07-09 Anirban Bhattacharjee <banirban@novell.com>
[mono.git] / mcs / mbas / ChangeLog
1 2004-07-09 Anirban Bhattacharjee <banirban@novell.com>
2         * mb-parser.jay: Parentheses in method declarations made optional incase of empty parameter list. Thus, a method "Sub s()" can also be declared as "Sub s"
3
4 2004-07-07 Anirban Bhattacharjee <banirban@novell.com>
5         * expression.cs: bug fixed - 60399
6
7 2004-06-13 Anirban Bhattacharjee <banirban@novell.com>
8         * mb-parser.jay: Small correction in delegate declaration grammar
9
10 2004-06-13 Anirban Bhattacharjee <banirban@novell.com>
11         * mb-parser.jay: modified RemoveHandler function
12         * statement.cs: Added RemoveHandler statement class
13
14 2004-06-13 Anirban Bhattacharjee <banirban@novell.com>
15         * mb-parser.jay: Modified grammar for several syntax of AddressOf operator
16
17 2004/06/10  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
18         * typemanager.cs : GetPertinentStandardModules receives the array now with params modifier to help usage
19         * ecore.cs : correcting lookup of semi-qualified standard modules members - A little better but not there yet
20
21 2004-06-10 Anirban Bhattacharjee <banirban@novell.com>
22         * mb-parser.jay: Grammar added for RemoveHandler statement
23
24 2004-06-10 Anirban Bhattacharjee <banirban@novell.com>
25         * mb-parser.jay:
26         * expression.cs:
27                 Added support for statement like
28                         delgate_name = AddressOf sub_name
29
30 2004-06-09  Raja R Harinath  <rharinath@novell.com>
31
32         * Makefile (HAS_TEST): Remove.
33         (run-test-local): Move rule to and depend on ...
34         (run-mbas-test): ... this.
35
36 2004-06-08 Anirban Bhattacharjee <banirban@novell.com>
37         * mb-parser.jay:
38         * statement.cs:
39                 Few exception checks for Event
40
41 2004-06-07 Anirban Bhattacharjee <banirban@novell.com>
42         * mb-parser.jay: Resolved the problem in Sub statement with Handles cluse
43         * class.cs: Added a AddEventHandler function and a EventHandler readonly property. Also modified define of constructor to accommodate Handlers clause.          
44                     If one initialize a event handler as
45                         Sub Handler() Handles x.Event
46                     The handler will be initialized by the constructor of the corresponding class by calling AddHandler.
47
48 2004-06-04 Anirban Bhattacharjee <banirban@novell.com>
49         * mb-parser.jay: Modified WithEvents grammar    
50
51 2004-06-04 Anirban Bhattacharjee <banirban@novell.com>
52         * class.cs: - NotOverridable modifier support added to Property
53                     - Few overriding related checks put on Property
54  
55 2004-06-04 Anirban Bhattacharjee <banirban@novell.com>
56         * decl.cs: Check for duplicate member name within same container
57
58 2004-06-04 Anirban Bhattacharjee <banirban@novell.com>
59         * class.cs: changed exception number in event grammar
60
61 2004-06-03 Anirban Bhattacharjee <banirban@novell.com>
62         * mb-parser.jay: RaiseEvent grammar fixed to get it working
63
64 2004-06-03 Anirban Bhattacharjee <banirban@novell.com>
65         * driver.cs: fixed bug - 59540
66
67 2004-06-01 Anirban Bhattacharjee <banirban@novell.com>
68         * mb-parser.jay: Improved event declaration grammar
69
70 2004/05/31  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
71         * AssemblyInfo.cs : Anirban is and author too
72
73 2004-05-27 Anirban Bhattacharjee <banirban@novell.com>
74         * delegate.cs:
75         * expression.cs:
76                 Few exception checks for delegete
77
78 2004-05-27 Anirban Bhattacharjee <banirban@novell.com>
79         * mb-parser.jay:
80         * delegate.cs:
81                 Few more fixes in delegate grammar              
82
83 2004-05-27 Anirban Bhattacharjee <banirban@novell.com>
84         * mb-parser.jay: Changed Delegate instantiation grammar to get it working
85
86 2004-05-26 Anirban Bhattacharjee <banirban@novell.com>
87         * mb-parser.jay:
88         * class.cs:
89                 Few property related checks applied
90
91 2004-05-24 Anirban Bhattacharjee <banirban@novell.com>
92         * class.cs: Check for ReadOnly and WriteOnly modifiers added to property
93
94 2004-05-24 Anirban Bhattacharjee <banirban@novell.com>
95         * mb-paresr.jay: Support for abstruct property is added
96
97 2004-05-24  Raja R Harinath  <rharinath@novell.com>
98
99         * Makefile (PROGRAM_INSTALL_DIR): Install mbas into
100         $(prefix)/lib/mono/1.0.
101
102 2004-05-10 Anirban Bhattacharjee <banirban@novell.com>
103         * mb-parser.jay: few Property related grammar changes
104
105 2004-05-14 Anirban Bhattacharjee <banirban@novell.com>
106         * mb-tokenizer.cs: Bug fixed - Got Property working
107
108 2004-05-10 Anirban Bhattacharjee <banirban@novell.com>
109         * mb-parser.jay: Support added for attaching Attributes in methods
110
111 2004/04/07  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
112         * AssemblyInfo.cs : Correcting information and version number
113
114 2004-04-29 Anirban Bhattacharjee <banirban@novell.com>
115         * enum.cs: bug fixing - setting one enum member to another
116
117 2004-04-29 Anirban Bhattacharjee <banirban@novell.com>
118         * enum.cs:
119         * expression.cs:
120                 Implemented check for access modifier in enum
121
122 2004-04-29  Lluis Sanchez Gual  <lluis@ximian.com>
123
124         * typemanager.cs: Property.GetGetMethod() does not return the method if it
125         is private (it did until now because of a bug). Make sure it works as it 
126         worked before the fix.
127
128 2004-04-28 Anirban Bhattacharjee <banirban@novell.com>
129         * expression.cs: fixed bug to get enum running
130         * enum.cs: handling several negative scenarios 
131                    Changed several exception numbers
132         * assign.cs: Changed exception number
133
134 2004-04-26  Jackson Harper  <jackson@ximian.com>
135
136         * Makefile: Get libs from default profile directory.
137         
138 2004-04-23 Anirban Bhattacharjee <banirban@novell.com>
139         * mb-parser.jay: Grammar changes for array
140         * expression.cs: exception number changed for "Incorrectly structured array initializer" exception
141
142 2004-04-17 Anirban Bhattacharjee <banirban@novell.com>
143         * mb-parser.jay:
144         * class.cs:
145         * const.cs
146                 a little better structure grammar
147
148 2004-04-16 Anirban Bhattacharjee <banirban@novell.com>
149         * mb-parser.jay: few clean-ups
150
151 2004-04-16 Anirban Bhattacharjee <banirban@novell.com>
152         * class.cs: Duplicate entry point exception number changed
153                     Checked delaration of Types, fields, methods as Protected if they are member of Module type
154         * const.cs: Checked delaration of constructor as Protected if it is member of Module type
155         * driver.cs: exception number is changed for "Entry point does not exist" exception
156
157 2004-04-15 Anirban Bhattacharjee <banirban@novell.com>
158         * mb-parser.jay: Classes can't be delared static impicitly as other module members
159
160 2004-04-15 Anirban Bhattacharjee <banirban@novell.com>
161         * class.cs: Couple of bug fixes in defining default static constructor, partially imposed by the fix earlier
162
163 2004-04-14 Anirban Bhattacharjee <banirban@novell.com>
164         * class.cs: Added support for Shadows modifier in Variables
165
166 2004-04-14 Anirban Bhattacharjee <banirban@novell.com>
167         * const.cs: Added support for Shadows modifier in constant
168
169 2004-04-14 Anirban Bhattacharjee <banirban@novell.com>
170         * expression.cs: Removed the check which was stoping type instances to access the shared variables
171
172 2004-04-14 Anirban Bhattacharjee <banirban@novell.com>
173         * modifiers.cs: changed exception number for invalid modifiers exception
174
175 2004-04-13 Anirban Bhattacharjee <banirban@novell.com>
176         * mb-parser.jay: Removed 'static_constructor_declaration' - this is not required as 'constructor_declaration' implementation is good enough to handle static constructors too
177         * class.cs: Handling couple of negative scenarios related to static constructors and bug fixes
178
179 2004-04-13 Anirban Bhattacharjee <banirban@novell.com>
180         * class.cs: Couple of negative scenario handling
181
182 2004-04-13 Anirban Bhattacharjee <banirban@novell.com>
183         * mb-parser.jay: Few clean-up
184
185 2004-04-12 Anirban Bhattacharjee <banirban@novell.com>
186         * mb-parser.jay: Bug fixed - Base class ctor was getting called twice when called explicitly from the derived class ctor as MyBase.New
187
188 2004-04-12 Anirban Bhattacharjee <banirban@novell.com>
189         * mb-parser.jay: Fixed bugs for calling ctor from another ctor in the same class by using statments like
190                 Me.New 
191                 or 
192                 MyClass.New
193
194 2004/04/07  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
195         * mb-tokenizer.cs : Better error message when dealing with date literals\r
196
197 2004-04-06 Anirban Bhattacharjee <banirban@novell.com>
198         * class.cs:
199         * ecore.cs:
200         * expression.cs:
201         * modifiers.cs:
202         Changed/added serveral Accessibility related expections 
203
204 2004-04-05 Anirban Bhattacharjee <banirban@novell.com>
205         * class.cs:
206         * decl.cs:
207         * expression.cs:
208         * pending.cs: 
209         Several error messages and numbers are changed in all the above four classes
210
211 2004-04-04 AnirbanBhattacharjee <banirban@novell.com>
212         * delegate.cs: changed default access modifier
213         * enum.cs: changed default access modifier
214         * interface.cs: changed default access modifier
215         * modifiers.cs: extension of bug fixed for getting NotOverridable modifier working for methods
216
217 2004-04-04 AnirbanBhattacharjee <banirban@novell.com>
218         * class.cs: Changed exception messages and their numbers to align better with VB
219                     Changed default access modifier of method to Public
220                     Bug fixed to get NotOverridable modifier working
221         * decl.cs:  Changed exception messages and numbers
222
223 2004-03-25 Anirban Bhattacharjee <banirban@novell.com>
224         * class.cs: bug fixing - creating default constructor when no constructor is specified
225         Few modifiers are changed to align with Vb
226
227 2004/03/22  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
228         * typemanager.cs :  being more carefull with null arguments in some places, 
229                                                 null checking in GetPertinentStandardModules() loop
230         * namespace.cs : a helper ToString override 
231         * ecore.cs : Dealing with finding more than a pertinent standard module having a global member
232         * testmbas/WriteOk.vb : Exercising correct standard module resolution
233     NOTE: Almost there for Bug #52067 - just the semi-qualified case isn't working 
234
235 2004-03-23 Anirban Bhattacharjee <banirban@novell.com>
236         * mb-parser.jay: handled implicit static modifier for module members in const
237         * const.cs: changed supported modifiers
238
239 2004-03-23 Anirban Bhattacharjee <banirban@novell.com>
240         * modifiers.cs: Return name of the modifiers' changed to vb specific
241
242 2004/03/22  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
243         * ecore.cs : now it gets the correct list of namespaces in scope (either imported or current) Almost there for Bug #52067 
244
245 2004-03-22 Anirban Bhattacharjee <banirban@novell.com>
246         * mb-parser.jay: One more negative scenario is addressed in const grammar
247
248 2004-03-22 Anirban Bhattacharjee <banirban@novell.com>
249         * const.cs: Change type of constant to the type of its value if no explicit type declaration found
250
251 2004-03-22 Anirban Bhattacharjee <banirban@novell.com>
252         * mb-parser.jay: Grammar for declaring constant inside block is changed
253
254 2004-03-22 Anirban Bhattacharjee <banirban@novell.com>
255         * const.cs: Changed exception numbers
256
257 2004-03-22 Anirban Bhattacharjee <banirban@novell.com>
258         * mb-parser.jay: Changed grammar for constant
259
260 2004/03/02  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
261         * mb-tokenizer.cs : handling better linebreak, specially when delaing with literals and preprocessing directives 
262
263 2004-03-16 Anirban Bhattacharjee <banirban@novell.com>
264         * mb-parser.jay: 
265                 - changed variable declaration grammar and added support for multiple variables declartion under single type e.g. dim x, y as integer
266                 - added few exception checks in variables
267                 - added one exception check in property
268         
269 2004/03/02  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
270         * sourcebeingcompiled.cs : new source/class to hold things previously contained in namespaces.cs 
271                         because in C# they were semantically tied to nested namespaces, and in VB.NET 
272                         they can occur only once per file.
273         * mbas.exe.sources: added sourcebeingcompiled.cs
274         * mb-parser.jay: reference RootContext.Sourcebeingcompiled things
275         * namespace.cs: move pieces to sourcebeingcompiled
276         * rootcontext.cs: use SourceBeingCompiled class
277         * decl.cs: reference RootContext.Sourcebeingcompiled things
278
279 2004-03-02 Anirban Bhattacharjee <banirban@novell.com>
280         * mb-tokenizer.cs: Support for '-' delimiter in DateTime
281
282 2004-03-02 Anirban Bhattacharjee <banirban@novell.com>
283         * report.cs: Formatted warning thrown
284
285 2004-03-02 Anirban Bhattacharjee <banirban@novell.com>
286
287         * class.cs
288         * decl.cs
289         * modifiers.cs
290         * mb-parser.jay
291         Added Overloads and Shadows modifiers to Function and Sub
292         Fixed few other modifier related problems in Function and Sub
293
294 2004-01-07  Nick Drochak <ndrochak@ieee.org>\r
295 \r
296         * genericparser.cs:\r
297         * mb-tokenizer.cs: \r
298         * row.cs: Eliminate warnings about unused variables.\r
299 \r
300 2004/01/06  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
301         * typemanager.cs :      correcting translation of System types to language types, 
302                         also temporarily circunventing a exception in ModuleBuilder.GetType inside LookupTypeReflection,
303                         corrected many ` characters to ' in error messages
304         * testmbas/WriteOK.vb : testing newly implemented IsNumeric global function\r
305
306 2004-01-04  David Sheldon <dave-mono@earth.li>
307
308   * expression.cs: Added matching ")" to error message for 
309   CS0077
310
311 2003/12/23  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
312         * driver.cs : added stubs for options "/netcf /sdkpath:path"\r
313         * namespace.cs, decl.cs, rootcontext.cs : use hashtable to avoid duplicate importation of namespaces \r
314           (especially between command-line option /imports and explicit Import clauses), what manifested itself as\r
315           error messages for ambiguous names that where in truth identical\r
316         * statement.cs : trying to fix the 'exit' statement DoEmit, for "Exit Sub"\r
317         * mb-parser.jay, mb-tokenizer.cs : initial support for type_characters (dim az$ = dim az as string)\r
318 \r
319 2003/12/18  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
320         * class.cs : case-sensitiveness when tracking the entry-point removed\r
321         * driver.cs : IsSWFApp would try to pass a null 'mainclass' to the hashtable indexer, throwing an exception\r
322                 (even for correct programs because of the bug above). Now this condition is tested before\r
323 \r
324 2003/12/06  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
325         * ecore.cs : problems trying to implicit convert OMITTED arguments, solved\r
326         * mb-tokenizer.cs, mb-parser.jay, typemanager.cs : support for the date primitive type and date literals\r
327         * testmbas/WriteOK.vb: testing date type and date literal\r
328 \r
329 2003/11/12  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
330         * driver.cs : /imports option now is implemented\r
331         * mb-parser.jay: support for pre-imported namespaces (the default Microsoft.VisualBasic and those from /imports)\r
332         \r
333 2003/11/12  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
334         * mb-tokenizer.cs : integer literal (Hex starts with &H not 0x), handle Octal literals (&O)\r
335         *       handle unicode specialized double-quotes in string literals     \r
336         *       corrected some mishandling of conversions in numeric literals\r
337         *       implemented support for char literals ("z"c)\r
338         * Makefile : verbose target uses verbose argument\r
339         * testmbas/WriteOK.vb: many tests for literals implemented\r
340         * literal.cs: correcting lack of a ShortLiteral class\r
341         * mb-parser.jay: removed support for unsigned int literals, added support for short int literals\r
342         \r
343 2003/11/10  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
344         * *.cs, mb-parser.jay: Switched all from defining/using namespace Mono.CSharp to Mono.MonoBASIC \r
345         * location.cs: SymbolDocument now returns a SymbolDocumentWriter using the right (SymLanguageType.Basic) GUID\r
346         \r
347 2003/10/17  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
348         * genericparser.cs: \r
349             Don't print exception when a file is not found to be parsed\r
350                 File extensions not matched are now processed with the default parser\r
351                 Better handle file/directory not found exceptions, and use Report.Error in that case\r
352         * added defaultparserattribute.cs\r
353         * mb-parser.jay : Mono.MonoBASIC.Parser is now the [DefaultParser]\r
354         * location.cs version 1.4 recovered (Marco Ridoni had it overwritten with an older version)\r
355         * mb-tokenizer.cs, rootcontext.cs, tree.cs: Location constructor needs column number now\r
356 \r
357 2003/09/17  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
358         * .cvsignore: WHOOPS\r
359 \r
360 2003/09/17  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
361         * .cvsignore: some more files to ignore\r
362 \r
363 2003/09/17  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
364         * mb-tokenizer.cs, driver.cs: Back to Linux line-endings, SORRY\r
365 \r
366 2003/09/16  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
367         * 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
368         * mb-tokenizer.cs: Redoing: Preprocessor directives must be case-insensitive (many .ToLower() used)\r
369         * driver.cs: No more 'linkpaths' option, use 'libpath' instead\r
370 \r
371 2003/09/15  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
372         * driver.cs: Corrected handling of FileNotFoundException in LoadAssembly(), according to Bernie Solomon's patch\r
373 \r
374 2003/08/13  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
375         * mb-parser.jay: ReDim statement parses many variables now (but initializers aren't allowed)\r
376                                          Erase statement implemented\r
377                                          Lots of garbage (never reduced rules) deleted\r
378                                          Reduce/Reduce problems eliminated (where due to having opt_modifiers duplicated inside property_declaration rule)\r
379         * statement.cs : class Redim is prepared to have ReDim Preserve copying code called,\r
380                                          but we need to check if that code is lying in Microsoft.VisualBasic.dll\r
381                                          New class Erase\r
382 \r
383 2003-07-26  Ben Maurer  <bmaurer@users.sourceforge.net>\r
384         \r
385         * statement.cs: Make Math.XXX System.Math.XXX, to fix the build.\r
386         \r
387 2003-07-20  Peter Williams  <peter@newton.cx>\r
388 \r
389         * Makefile: Remove the test target which conflicted with\r
390         the global target. (Change confirmed with Rafael.)\r
391 \r
392 2003-04-02  Duncan Mak  <duncan@ximian.com>\r
393 \r
394         * mb-parser.jay: Temporarily remove the references to\r
395         Class.MustOverride to fix the build.\r
396 \r
397 2003/03/29  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
398         * mb-parser.jay: corrected some module related rules\r
399         * location.cs : now handles column information\r
400         \r
401 2003/03/11  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
402         * makefile.gnu : use $RUNTIME for all targets\r
403                                          actually run the compiled program on 'test-gtk' target \r
404         * mb-tokenizer.cs : no escaping of chars allowed in VB.NET (old mcs code removed)\r
405                                                 handle doubled-doublequotes (VB idiom to escape a doublequote) \r
406         \r
407 2003/03/04  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
408         * mb-parser.jay: added rule for Imports with alias\r
409         * mb-parser.jay: Friend (internal) modifier was missing,\r
410                                          Shared modifier was expecting Static token erroneously\r
411                                          Modules must accept only a static constructor rule added\r
412                                          Constant declaration rule added\r
413         * makefile & makefile.gnu : actually run the compiled program on test target \r
414 \r
415 2003/03/03  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
416         * mb-tokenizer.cs : new semi-keywords: Compare, Explicit, Strict, On, Off, Binary, Text\r
417         * mb-parser.jay: tokens for above semi-keywords, and rules for option directives\r
418         * driver.cs: integrates command line options with parser flags for option directives\r
419         * makefile & makefile.gnu : added 'verbose' target that uses --verbose switch to compile \r
420           the test source and pipes it through 'less', also added a Extended Syntax source\r
421 \r
422 2003/02/22  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
423         * class.cs : As, per vbc, there is a rootnamespace now, --main wasn't working anymore, \r
424                                  because it was expecting a fully qualified class name. \r
425                                  We now also test the name passed prepended by the rootnamespace.\r
426         * class.cs : Corrected warning "The keyword new is required on `Mono.CSharp.Property.Emit'\r
427                                  because it hides inherited member `PropertyBase.Emit'", by making it virtual\r
428                                  in PropertyBase and override in Property.\r
429         * makefile.gnu : test and test-gtk targets now depend on mbas.exe\r
430                                  \r
431 \r
432 2003/02/19  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
433         * mb-parser.jay : eliminated reduce/reduce conflict on duplicated rank_specifier rule\r
434           by renaming the one using brackets to bracketed_rank_specifier\r
435 \r
436 2003/02/12  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
437         * added argument.cs (extracted from expression.cs) makefiles corrected\r
438         * mb-parser.jay : eliminated reduce/reduce conflict on opt_argument_list rule, \r
439           by putting and if to make a argument list with just an empty argument list become an empty list\r
440 \r
441 2003/02/03  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
442         * rootcontext.cs : added RootNamespace member\r
443         * mb-parser.jay : use RootContext.RootNamespace to initialize outermost namespace\r
444         * driver.cs : \r
445                 - implement rootnamespace parameter, and defaults it to the output file name\r
446                 - like vbc if no source file name is provided just show help\r
447 \r
448 2003/01/22  Nick Drochak <ndrochak@gol.com>\r
449         * makefile: Use csc compiler in here. makefile.gnu assumes mono/mcs\r
450 \r
451 2003-01-13  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
452         * added cleanup method to tokenizer as needed but modifications made in jay\r
453 \r
454 2003-01-12  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
455         * changed test target in makefile work\r
456         * corrected authors list to include Marco\r
457 \r
458 2002-10-23  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
459         * merged many sources from mcs/mcs, to resync\r
460 \r
461 2002-10-20  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
462         * using Mono.GetOptions preliminar support for response files, \r
463           changed the makefile target 'test' for use o response file testmbas/filelist\r
464 \r
465 2002-10-20  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
466         * merged many sources from mcs/mcs, to resync\r
467 \r
468 2002-10-05  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
469         * merged many sources from mcs/mcs, to resync\r
470 \r
471 2002-08-31  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
472         * merged many sources from mcs/mcs, to resync\r
473 \r
474 2002-09-03  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
475         * integrated new version of Mono.GetOptions (reflection/attributes-based)\r
476 \r
477 2002-08-31  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
478         * merged expression.cs from mcs/mcs, to resync\r
479 \r
480 2002-08-29  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
481         * merged assign.cs, attribute.cs, class.cs, codegen.cs, const.cs, decl.cs, delegate.cs, ecore.cs, enum.cs,\r
482         expression.cs, interface.cs, pending.cs, report.cs, rootcontext.cs, statement.cs, support.cs and \r
483         typemanager.cs from mcs/mcs, to resync\r
484 \r
485 2002-08-06  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
486         * added "test" target to makefile\r
487         * merged assign.cs, attribute.cs, cfold.cs, class.cs, codegen.cs, const.cs, constant.cs, \r
488           decl.cs, delegate.cs, ecore.cs, enum.cs, expression.cs, interface.cs, modifiers.cs, parameter.cs, \r
489           pending.cs, report.cs, rootcontext.cs, statement.cs, support.cs and typemanager.cs from mcs/mcs, to resync\r
490 \r
491 2002-07-14  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
492         * merged assign.cs, class.cs, ecore.cs, expression.cs, statement.cs and typemanager from mcs/mcs, to resync\r
493 \r
494 2002-07-09  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
495         * merged attribute.cs, ecore.cs, namespace.cs and statement.cs from mcs/mcs, to resync\r
496 \r
497 2002-07-06  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
498         * merged attribute.cs, class.cs, codegen.cs, ecore.cs, expression.cs, \r
499           modifiers.cs, namespace.cs, report.cs, rootcontext.cs, statement.cs and typemanager.cs from mcs/mcs, to resync\r
500         * changed driver.cs to follow mcs lead on error/warning counting and reporting\r
501 \r
502 2002-06-23  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
503         * merged attribute.cs, class.cs, ecore.cs, rootcontext.cs, support.cs and typemanager.cs from mcs/mcs, to resync\r
504         * makefile makes csc reference a copy of Mono.GetOptions.dll (mbas.sln now compiles to mbas dir instead of mbas/bin/Debug)\r
505 \r
506 2002-06-21  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
507         * merged attribute.cs, class.cs, interface.cs, expression.cs, ecore.cs, \r
508           modifiers.cs, rootcontext.cs, statement.cs and typemanager.cs from mcs/mcs, to resync\r
509         * added pending.cs from mcs/mcs, to resync\r
510 \r
511 2002-06-15  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
512         * merged assign.cs, attribute.cs, enum.cs and namespace.cs from mcs/mcs, to resync\r
513         * namespace.cs needed some fixing, because CSharpParser isn?t available\r
514 \r
515 2002-06-15  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
516         * merged delegate.cs, ecore.cs, typemanager.cs and rootcontext.cs from mcs/mcs, to resolve expression.cs blues\r
517 \r
518 2002-06-15  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
519         * oops merged expression.cs from mcs/mcs is breaking my make\r
520         * driver.cs, assemblyinfo.cs wasn?t ready for prime time (offending lines were commented out)\r
521 \r
522 2002-06-15  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
523         * merged expression.cs from mcs/mcs\r
524 \r
525 2002-06-12  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
526         * corrected Module.TypeAttr property getter in module.cs\r
527         \r
528 2002-06-12  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
529         * merged typemanager.cs from mcs/mcs\r
530 \r
531 2002-06-10  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
532         * merged expression.cs and interface.cs from mcs/mcs\r
533 \r
534 2002-06-09  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
535         * merged const.cs, enum.cs, expression.cs and typemanager.cs from mcs/mcs\r
536     * comments on module.cs\r
537 \r
538 2002-06-07  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
539         * merged class.cs, attribute.cs from mcs/mcs\r
540 \r
541 2002-06-07  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
542         * merged class.cs, enum.cs, expression.cs, interface.cs, rootcontext.cs and typemanager.cs from mcs/mcs\r
543         * added module.cs (class Mono.MonoBASIC.Module - derived from Mono.CSharp.Class)\r
544         * added System.XML and Microsoft.VisualBasic to the default config (driver.cs)\r
545         \r
546 2002-06-07  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
547         * merged class.cs and ecore.cs from mcs/mcs\r
548 \r
549 2002-06-02  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
550         * copied methods MakeName and CheckDef from mcs\cs-parser.jay to GenericParser.cs \r
551           where they are inherited by mb-parser.jay/cs\r
552         * put some code on the Module rule in mb-parser.jay to at least generate a class in the assembly,\r
553           if I jump over the entry-point check code, while debugging\r
554         \r
555 2002-05-31  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
556         * class Mono.MonoBASIC.Tokenizer now handles \r
557                 - all valid line-terminators (CR, LF, CRLF, LS and PS)\r
558                 - escaped identifiers (like [Integer])\r
559                 - old-fashioned comments syntax (REM Blah-Blah)\r
560 \r
561 2002-05-31  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
562         * modified mbas.ico to be a small version of mono?s logo (see mcs\MonoIcon.png)\r
563 \r
564 2002-05-31  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
565         * squashed some reduce/reduce conflicts out of mb-parser.jay\r
566 \r
567 2002-05-31  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
568         * merged codegen.cs from mcs\r
569         * altered Driver.cs to work with new codegen.cs\r
570 \r
571 2002-05-27  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
572 \r
573         * merged all I could from mcs source files into mbas\r
574         * added VS.NET Solution and Project Files for mbas\r
575         * added icon file and a vb-sources-filled testmbas directory\r
576         * started this ChangeLog