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