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