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