Flush
[mono.git] / mcs / mbas / ChangeLog
1 2005-01-13  Ritvik Mayank  <mritvik@novell.com>
2         
3         * mb-parser.jay: Changed Error Number for Modifiers.PRIVATE to throw the right ExceptionNumber as 31089 . 
4         
5         * mb-parser.jay: Added Modifiers.PROTECTED to throw the right Error Number as 31047 . 
6                   
7 2005-01-13  Ritvik Mayank  <mritvik@novell.com>
8         
9         * ecore.cs: Changed the Error Number for setter as 30526 and getter as 30524 in Expression DoResolveLValue .
10
11         * expression.cs: Changed the Error Number for set == null as 30526 and get == null as 30524 .
12
13 2005-01-13  Ritvik Mayank  <mritvik@novell.com>
14         * statement.cs: For 'if (RedimTarget.Type.GetArrayRank() != args.Count)' changed the Error Number as 3415 .
15
16 2005-01-12 Anirban Bhattacharjee <banirban@novell.com>
17         * mb-parser.jay: Replaced "logical_end_of_line" with "end_of_stmt" in couple of places
18                          to support delemeter ':' along with "EOL" as end of statement
19
20 2005-01-12 Anirban Bhattacharjee <banirban@novell.com>
21         * statement.cs: Another trivial correction 
22
23 2005-01-11 Anirban Bhattacharjee <banirban@novell.com>
24         * statement.cs: A trivial correction in yesterday's check-in
25
26 2005-01-10 Anirban Bhattacharjee <banirban@novell.com>
27         * mb-parser.jay:
28         * class.cs:
29         * statement.cs:
30         * rootcontext.cs:
31         * mb-tokenizer.cs:
32         * decl.cs:
33         * expression.cs:
34         * attribute.cs:
35         * enum.cs:
36         * codegen.cs:
37                 Removed warnings from all the above files which were showing up during make
38
39
40 2005-01-10 Anirban Bhattacharjee <banirban@novell.com>
41         * mb-parser.jay: Check for the overloaded property  
42
43 2005-01-10 Anirban Bhattacharjee <banirban@novell.com>
44         * class.cs: A better check provided before adding a property to TypeContainer
45
46 2004-12-21 Anirban Bhattacharjee <banirban@novell.com>
47         * class.cs:
48         * Attribute.cs
49         * mb-parser.jay
50         * pending.cs:
51         * typemanager.cs:
52                 IndexerName variable is now known as DefaultPropName in the above files
53
54 2004-12-21 Anirban Bhattacharjee <banirban@novell.com>
55         * mb-parser.jay: A check which restrict declaring more than one property
56                         as default within same class
57
58 2004-12-21 Anirban Bhattacharjee <banirban@novell.com>
59         * class.cs: -Mbas will emit DefaultMemberConstuctor attribute for the class
60                     which is having Default Property so that it can be recognized by
61                     other assemblies
62                     - Removed Indexer class and some of the legacy code inherited from mcs
63         * typemanager.cs: Initialized DefaultMemberAttribute constructor info   
64
65 2004-12-01 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
66         Ooops small bits on:
67         * driver.cs: -q --quiet works, inclusive for the "Alpha" message
68         * Test/misc/Makefile : Added dependency on newly compiled compiler for the test executable
69
70 2004-12-01 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
71         * driver.cs: it was "monostyled" and some extract method refactorings to make things clear
72         now -q --quiet works, inclusive for the "Alpha" message
73         * Test/misc/Makefile : Added dependency on newly compiled compiler for the test executable
74
75 2004-11-30 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
76         * Test/misc/Makefile : Compile new RedimPreserve.vb test source
77         * Added Test/misc/RedimPreserve.vb
78     
79 2004-11-30  Alexandre Rocha Lima e Marcondes <alexandremarcondes@psl-pr.softwarelivre.org>
80         * Makefile: Included Microsoft.VisualBasic.dll assembly on LOCAL_MCS_FLAGS.
81         * expression.cs: Created class Preserve to implement REDIM PRESERVE syntax.
82         * statement.cs: Implemented REDIM PRESERVE syntax on Redim.Resolve().
83
84 2004-11-25  Raja R Harinath  <rharinath@novell.com>
85         * Makefile (SUBDIRS): Just list Test.
86         (mb-parser.cs): Depend on jay/skeleton.cs.
87
88 2004-11-25  Raja R Harinath  <rharinath@novell.com>
89
90         Update to changes in jay/skeleton.cs.
91         * genericparser.cs (yacc_verbose_flag): Change to 'int'.
92         * mb-parser.jay (parse): Update to changes.
93         * driver.cs (verbose): Likewise.
94
95 2004-11-24  Jambunathan K  <kjambunathan@novell.com>
96         * class.cs: Factored out classes - 1) GetMethod and SetMethod from
97         Property and 2) AddDelegateMethod and RemoveDelegateMethod from
98         Event respectively.
99         
100         * mb-parser.jay: Related changes.
101
102 2004-11-22  Jambunathan K  <kjambunathan@novell.com>
103         * enum.cs: Factored out a new class EnumMember from the existing
104         class Enum. Much of the functionality that existed in
105         Enum.LookupEnumValue() is now moved in to
106         EnumMember.DoDefineMember().
107
108         One significant departure from the previous Enum implmenentation
109         is that now the resolution of an EnumMember's value happens in the
110         EmitContext set up for the Enum.
111         
112         * attribute.cs: 
113         * expression.cs: Trivial changes related to the above change.
114
115 2004-11-22  Jambunathan K  <kjambunathan@novell.com>
116         * Makefile: Added new make target 'consolidate-test-results'.
117
118 2004-11-22  Jambunathan K  <kjambunathan@novell.com>
119         * Makefile: Run "make run-test" or "make run-test-ondotnet" to
120         exercise mbas test cases.
121
122         * testmbas: Moved the test files under this directory to Test/misc
123         where it rightfully belongs.
124
125 2004-11-17  Jambunathan K  <kjambunathan@novell.com>
126         * attribute.cs: Temporarily made Attribute.UnManagedType public.
127         
128         * class.cs: Removed the instance method
129         MethodCore.LabelParameters() and moved it's functionality to the
130         new instance methods Parameters.LabelParameters() and
131         Parameter.DefineParameter().
132         
133         * parameter.cs: Introduced new instance methods
134         Parameters.LabelParameters() and Parameter.DefineParameter() and
135         slightly improved Parameter.ApplyAttributeBuilder().
136         
137 2004-11-17  Jambunathan K  <kjambunathan@novell.com>
138         * mb-parser.jay: During multi-file compilation, global attributes
139         were not getting parsed properly. Fixed the same.
140         
141 2004/10/22 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
142         * mb-parser.jay : correcting global attributes handling, because it was 
143            issuing wrong warnings for trivial files like testmbas/WriteOK.vb.
144         * Makefile : adding testmbas/AssemblyInfo.vb to some test compilations 
145
146 2004-11-10  Jambunathan K  <kjambunathan@novell.com>
147         * attribute.cs: 1) Replaced the static method
148         Attribute.GetValidPlaces() with an equivalent instance method
149         Attribute.GetValidTargets() 2) Added new methods Attributes.Emit
150         () and Attribute.Emit(). 3) Migrated functionality of
151         ApplyAttributes to ApplyAttributeBuilder of respective classes.
152
153         * class.cs, decl.cs, codegen.cs, const.cs, parameter.cs :
154         Implemented ApplyAttributeBuilder() in the following classes:
155         TypeContainer, Constructor, Field, Property, Event, DeclSpace,
156         AssemblyClass, ModuleClass, Const, Method, Parameter.
157         
158         * codegen.cs: Implemented Emit() in the following classes:
159         AssemblyClass and ModuleClass.
160
161         The ApplyAttributeBuilder() is currently just a placeholder for
162         future code that is yet to come.
163
164 2004-11-09  Jambunathan K  <kjambunathan@novell.com>
165         * class.cs: Coalesced the functionality of Property and
166         PropertyBase in to Property class and removed the class
167         PropertyBase.
168
169
170 2004-11-09  Jambunathan K  <kjambunathan@novell.com>
171
172         * attribute.cs: Injected a new virtual property
173         Attributable.AttributeTargets
174
175         * decl.cs: Made MemeberCore a derived class of
176         Attributable.
177
178         * parameter.cs: Made Parameter a derived class of
179         Attributable.
180         
181         * class.cs: Commented out the "never used" class Indexer. I
182         suspect that the class will never be required in VB.NET context
183         and can possibly be stripped off after careful inspection.
184
185         * tree.cs, module.cs, interface.cs, enum.cs, delegate.cs,
186         const.cs, codegen.cs: Changes necessiated by the above changes.
187
188 2004-11-07  Jambunathan K  <kjambunathan@novell.com>
189         * typemanager.cs: Removed TypeManager.builder_to_attr which was
190         redundant and replaced LookupAttr with LookupClass.
191
192         * rootcontext.cs: 
193         * module.cs: Miscellaneous changes
194
195         * mb-parser.jay: Upadted actions of the attributes grammar
196
197         * codegen.cs: 1) Introduced new classes CommonAssemblyModulClass,
198         AssemblyClass, ModuleClass 2) Introduced following methods
199         CodeGen.AddGlobalAttributes, CodeGen.EmitGlobalAttributes
200
201         * class.cs: Factored out TypeContainer.AttributeUsage
202
203         * attribute.cs: 1) Factored out Attribute.UsageAttribute and
204         Attribute.GetAttributeUsage 2) Introducing the new base class
205         Attributable from which all Attributable types will be derived in
206         the future 3) Added new accessors Attribute.IsAssemblyAttribute
207         and Attribute.IsModuleAttribute
208
209 2004-11-06  Jambunathan K  <kjambunathan@novell.com>
210         * rootcontext.cs: Removed the static field -
211         RootContext:global_attribute.
212
213 2004-11-06  Jambunathan K  <kjambunathan@novell.com>
214         * class.cs: 
215         * attribute.cs: Removed the incomplete and (for now) unnecessary
216         Mono.MonoBASIC.Operator class. Let us bother about this later.
217
218         Stripping off these unused bits will help me in 1) refactoring the
219         mbas Attributes related code 2) reusing the code from the mcs code
220         base.
221         
222 2004-11-06  Jambunathan K  <kjambunathan@novell.com>
223         * class.cs: Removed the incomplete and (for now) unnecessary
224         operator methods. Let us bother about this later.
225
226 2004-11-06  Jambunathan K  <kjambunathan@novell.com>
227         * attribute.cs: Removed the redundant AttributeSection class and
228         moved it's functionality to Attributes class. 
229         * class.cs: 
230         * mb-parser.jay: 
231         * module.cs: Replaced references to AttributeSection with the equivalent constructs.
232         * rootcontext.cs: Removed the following unused methods
233         AddGlobalAttribute and AddGlobalAttributeSection.
234
235 2004-11-03 Anirban Bhattacharjee <banirban@novell.com>
236         * mb-parser.jay: Trivial fix for bug #68985
237
238 2004-11-04  Jambunathan K  <kjambunathan@novell.com>
239         * mb-parser.jay: Syntactic error handling for attribute grammar.
240
241 2004-10-25 Anirban Bhattacharjee <banirban@novell.com>
242         * statement.cs: VB .Net specific exception number
243
244 2004-10-25 Anirban Bhattacharjee <banirban@novell.com>
245         * mb-parser.jay: Enhanced catch grammar to accept
246                         'When' clause
247         * statement.cs: Changed Catch and Try classes accordingly
248                         to emit catch statement conditionally           
249
250 2004/10/22 Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
251         * driver.cs : accept also -t:library as vbc does, besides /target:library
252
253 2004-10-21 Anirban Bhattacharjee <banirban@novell.com>
254         * statement.cs: Introduced few specific execptions
255                         Changed exception number
256
257 2004-10-21 Anirban Bhattacharjee <banirban@novell.com>
258         * statement.cs: A trivial fix to get Exit Try working 
259
260 2004-10-21  Jambunathan K  <kjambunathan@novell.com>
261         * typemanager.cs (LookupType, LookupTypeDirect): Added a negative
262         cache for failed type lookups (stolen from mcs' typemanager.cs).
263         mbas gets a performance boost of about 20 times due to this
264         change.
265
266         * driver.cs (MainDriver): Made the warning message a little less
267         scary and more inviting for first time users.
268
269 2004-10-19 Anirban Bhattacharjee <banirban@novell.com>
270         * mb-parser.jay: Enhanced For Each...Next statement grammar
271
272 2004-10-15 Anirban Bhattacharjee <banirban@novell.com>
273         * mb-parser.jay: Little improvement in For...next statement
274
275 2004-10-14 Anirban Bhattacharjee <banirban@novell.com>
276         * mb-parser.jay: For statement is enabled to take
277                 optional declaration of the counter variable.
278                 E.g. now for statement can be declared as
279                 For i as integer = 0 to 5
280                 End For
281
282 2004/10/08 Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
283         * Makefile: added target 'profile', changed some sources in testmbas/ to use for that purpose.
284
285 2004-10-11 Anirban Bhattacharjee <banirban@novell.com>
286         * mb-parser.jay: More improvement in 'IF' statement
287
288 2004-10-11 Anirban Bhattacharjee <banirban@novell.com>
289         * mb-parser.jay: If statement is enabled to parse
290                 following type of statement
291                 If <condition> Then <statement> else <statement>
292
293 2004/10/08 Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
294         * typemanager.cs: Changing StandardModule to use less memory, by doing string 
295                 concatenation only once. It was wasting 1 MB on the test case.
296
297 2004-10-06 Anirban Bhattacharjee <banirban@novell.com>
298         * mb-parser.jay: Added support for Call keyword in invocation statement
299
300 2004-10-01 Anirban Bhattacharjee <banirban@novell.com>
301         * ecore.cs: Bug fixing - when event raised from other assembly
302
303 2004-09-30 Anirban Bhattacharjee <banirban@novell.com>
304         * mb-parser.jay:
305         * statement.cs:
306                 Removed unused event_target field from
307                 AddHandler and RemoveHandler
308
309 2004-09-30 Anirban Bhattacharjee <banirban@novell.com>
310         * mb-parser.jay: RemoveHandler function made cleaner
311
312 2004-09-30 Anirban Bhattacharjee <banirban@novell.com>
313         * expression.cs:
314         * ecore.cs:
315                 Fix for resolution of event expression 
316                 when we have a AddHandler statement 
317                 like 
318                 AddHandler Me.E, AddressOf Me.EH
319                 Submitted by Raja Harinath<rharinath@novell.com>
320
321 2004-09-30 Anirban Bhattacharjee <banirban@novell.com>
322         * mb-parser.jay: Unnecessary to and fro conversion of types
323                         is removed from AddHandler function
324
325 2004-09-23 Anirban Bhattacharjee <banirban@novell.com>
326         * expression.cs: Enhanced mbas to resolve Default property or indexer
327
328 2004-09-21 Anirban Bhattacharjee <banirban@novell.com>
329         * mb-parser.jay: Fixed bug #66231 -
330          Now, Me.SubName, MyBase.SubName or any other qualified name 
331          is supported by AddressOf operator
332
333 2004-09-15 Anirban Bhattacharjee <banirban@novell.com>
334         * enum.cs: Made Enum member lookup case insensitive
335
336 2004-09-15 Anirban Bhattacharjee <banirban@novell.com>
337         * support.cs: Retrieving default value from another assembly in ReflectionParameters class
338
339 2004-09-15 Anirban Bhattacharjee <banirban@novell.com>
340         * class.cs: Support for enum in default constant value for optional parameters
341
342 2004-09-14 Anirban Bhattacharjee <banirban@novell.com>
343         * mb-parser.jay: Fixed exception number for type confliction in method parameter
344
345 2004-09-14 Anirban Bhattacharjee <banirban@novell.com>
346         * class.cs: Set default constant value for optional parameters in ParameterBuilder
347         * parameter.cs: Setting optional attribute
348                 These two fixes makes sure that optional parameter with default value get emitted correctly
349
350 2004-08-27 Anirban Bhattacharjee <banirban@novell.com>
351 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
352         * mb-parser.jay: fix CopyTo args when parsing parameters
353
354 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
355         * expression.cs: cope with ParamArray for no args
356         * mb-parser.jay: dump parsing exception with --stacktrace
357
358 2004/08/19 Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
359         * mb-parser.jay : some changes just not to stumble in global attributes definitions in multiple-lines 
360                 like we have in VS.NET generated AssemblyInfo.vb files. still need to really process that definitions like mcs does
361
362 2004-09-07 Bernie Solomon <bernard@ugsolutions.com>
363         * mb-parser.jay:
364         * mb-tokenizer.cs: first cut at implementing
365         op assign
366
367 2004-09-07 Bernie Solomon <bernard@ugsolutions.com>
368         * ecore.cs:
369         * enum.cs:
370         * expression.cs:
371         * mb-parser.jay:
372         * support.cs: work on improving overload resolution
373
374 2004-08-30 Bernie Solomon <bernard@ugsolutions.com>
375         * class.cs (FindMembers): filter on modflags
376         for constructors & constructors are never inherited
377
378         * decl.cs (SetupCache): constructors are not
379         inherited
380
381 2004-08-27 Anirban Bhattacharjee <banirban@novell.com>
382         * driver.cs: bug fixing - #63580
383
384 2004/08/19 Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
385         * testmbas/WriteOk.vb : Use Mono.GetOptions from VB.NET
386         * Makefile : exercise new option processing in test program [make-run-local target]
387
388 2004-08-26 Bernie Solomon <bernard@ugsolutions.com>
389         * mb-parser.jay: rework parsing of ParamArray parameters
390
391 2004-08-23 Bernie Solomon <bernard@ugsolutions.com>
392         * mb-parser.jay: cope with more varieties of array declarations
393
394 2004-08-20 Anirban Bhattacharjee <banirban@novell.com>
395         * statement.cs: Bug fixing - Prevent AddHandler from getting resolved second time. This is critical for ASP programs with VB.
396
397 2004-08-20 Anirban Bhattacharjee <banirban@novell.com>
398         * expression.cs: Bug fixing - reference to the current type is fixed during BaseAccess resolution
399
400 2004/08/19  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
401         * driver.cs : Some cleanup, also renamed checked option as it was removeintchecks in disguise
402
403 2004-08-18 Anirban Bhattacharjee <banirban@novell.com>
404         * mb-parser.jay: MyBase support in Handles clause e.g. 
405                                 Sub EH() Handles MyBase.E
406
407 2004-08-13 Anirban Bhattacharjee <banirban@novell.com>
408         * mb-parser.jay: Trivial fix (#63213)
409
410 2004-08-13 Anirban Bhattacharjee <banirban@novell.com>
411         * class.cs:
412         * typemanager.cs:
413                 -Bug fixed to resolve the ReadOnly properties from base class
414                 -Fixed bug in resolving properties from different assembly
415
416 2004-08-14 Bernie Solomon <bernard@ugsolutions.com>
417         * mb-parser.jay: fix block used as body of For Each
418
419 2004-08-13 Anirban Bhattacharjee <banirban@novell.com>
420         * expression.cs: Bug fixing for compiling VB script generated by ASP page - AddressOf operator in a method argument will resolve methods outside assembly
421
422 2004-08-13 Anirban Bhattacharjee <banirban@novell.com>
423         * class.cs: bug fixing to get PropertyE.vb test running - search of overridable property in base class was failing
424
425 2004-08-13 Anirban Bhattacharjee <banirban@novell.com>
426         * typemanager.cs: Little correction in my last checked-in code - removed unnecessary return value from ExpandAllInterfaces function
427
428 2004-08-13 Anirban Bhattacharjee <banirban@novell.com>
429         * class.cs: Trivial bug fixing to get test InterfaceB.vb going
430
431 2004-08-13 Rob Tillie <Rob.Tillie@student.tul.edu>
432         * ecore.cs: added runtime conversion from string to DateTime (fixes test 13329).
433         
434 2004-08-13 Anirban Bhattacharjee <banirban@novell.com>
435         * class.cs:
436         * typemanager.cs:
437         * pending.cs:
438                 Multiple interface inheritance implemented - fix for getting InheritanceD.vb working in bteasts         
439
440 2004-08-12 Anirban Bhattacharjee <banirban@novell.com>
441         * mb-parser.jay: Implements support in Abstract methods
442
443 2004-08-12 Anirban Bhattacharjee <banirban@novell.com>
444         * class.cs: Support for abstract method resolution
445         * pending.cs: Type of pending_implementations is set to base type
446                       Changed method names IsInterfaceIndexer and IsInterfaceMethod to IsAbstractIndexer and IsAbstractMethod respectively to make them more meaningful
447
448 2004-08-11 Bernie Solomon <bernard@ugsolutions.com>
449         * mb-parser.jay: first cut at TypeOf ... Is
450
451 2004-08-11 Bernie Solomon <bernard@ugsolutions.com>
452         * expression.cs:
453         * ecore.cs: More enum changes to handle
454         implicit conversions better
455
456 2004-08-11 Anirban Bhattacharjee <banirban@novell.com>
457         * mb-parser.jay: Interface inheritance made better
458
459 2004-08-09  Jambunathan K  <kjambunathan@novell.com>
460         * mb-parser.jay: Sanitized parser's generic error message 
461
462 2004-08-07 Anirban Bhattacharjee <banirban@novell.com>
463         * enum.cs: Enum members became enum type now, instead of underlying type
464
465 2004-08-07 Bernie Solomon <bernard@ugsolutions.com>
466         * mb-parser.jay: Implement GetType(x) 
467         implement Is as equals for the moment so it can be used
468
469 2004-08-07 Anirban Bhattacharjee <banirban@novell.com>
470         * mb-parser.jay: Check for empty enum declaration
471
472 2004-08-07 Anirban Bhattacharjee <banirban@novell.com>
473         * class.cs: 
474         * mb-parser.jay:
475                 Multiple Implements for a particular type member got implemented
476
477 2004-08-06  Bernie Solomon  <bernard@ugsolutions.com>
478
479         * support.cs: Make ReflectionParameter behave
480         like InternalParameter for byref args.
481         * expression.cs: Cope with byref args in
482         an imported DLL
483
484 2004-08-06  Jambunathan K  <kjambunathan@novell.com>
485         * mb-parser.jay: Changed expression grammar so that it now has a
486           better semblance to those defined in section 11 of VB.NET spec.
487           The 'expression' rule as it is now could possibly be buggy. So
488           another iteration is a must.
489
490 2004-08-06 Anirban Bhattacharjee <banirban@novell.com>
491         * mb-parser.jay: Small bug fix in Event grammar
492
493 2004-08-06 Anirban Bhattacharjee <banirban@novell.com>
494         * class.cs: Event still needed to have a constructor which takes value of Implements clause.
495         * mb-parser.jay: Passing Implements clause value to the constructor
496
497 2004-08-06 Anirban Bhattacharjee <banirban@novell.com>
498         * decl.cs:
499         * rootcontext.cs:
500                 Exception number made aligned to VB .net
501
502 2004-08-06 Anirban Bhattacharjee <banirban@novell.com>
503         * class.cs: Improvements in the implementation of Implements clause in Type members
504
505 2004-08-05 Anirban Bhattacharjee <banirban@novell.com>
506         * mb-parser,jay: Implements clause added to Event grammar
507
508 2004-08-05 Anirban Bhattacharjee <banirban@novell.com>
509         * mb-parser.jay: Interface event declaration grammar rewritten
510
511 2004-08-04 Anirban Bhattacharjee <banirban@novell.com>
512         * class.cs: Introduced check for valid interface name in Implements clause. 
513
514 2004-08-04  Jambunathan K  <kjambunathan@novell.com>
515         * mb-tokenizer.cs: 
516         * mb-parser.jay: 
517
518         1) Fixed the Attributes grammar starting with
519            opt_attributes. Introduced new rules starting with
520            opt_global_attributes rule - section 5.2 of VB.NET spec
521
522         2) Introduced new Tokens that correspond to reserved but unused
523            VB.NET keywords. Added some comments as appropriate in the
524            keywords hashtable of tokenizer - section 2.3 of VB.NET spec.
525
526         3) Corrected 'imports_term' - section 6.3.1 & 6.3.2 of VB.NET
527            spec.
528
529         4) Introduced opt_argument_list - section 5.2 of VB.NET spec
530
531         5) Corrected namespace_declaration - section 6.4.1 of VB.NET spec
532         
533
534 2004-08-04 Anirban Bhattacharjee <banirban@novell.com>
535         * mb-parser.jay: Added support for modifiers and attributes in interface member grammar
536
537 2004-08-04 Anirban Bhattacharjee <banirban@novell.com>
538         * mb-parser.jay: Property types made optional
539
540 2004-08-03 Anirban Bhattacharjee <banirban@novell.com>
541         * mb-parser.jay: Interface method and property grammar got changed
542                          Support for multiple implements in class 
543         * interface.cs: Interface class has got changed
544                         All other interface types have been removed
545         * class.cs: Property's Define and CheckBase method changed significantly to be in sync with Interface
546         * pending.cs: few related changes 
547         * attribute.cs: few related changes
548
549 2004/08/01  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
550         * mb-parser.jay : Some correction as pointed by Jambunathan, 
551                 to allow preprocessor directives after a label that may 
552                 leave it orphaned (without a explicit statement)
553         * testmbas/WriteOK.vb : some vb code to test this case
554
555 2004/08/01  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
556         * mb-parser.jay : Some correction as pointed by Jambunathan, 
557                 to allow intermixing preprocessor directives between 
558                 the label and it's associated statement
559
560 2004-08-02  Jambunathan K  <kjambunathan@novell.com>
561         * mb-tokenizer.cs: Oops. Also pulled out all of the old
562         pre-processor code that is no more used.
563
564 2004-08-02  Jambunathan K  <kjambunathan@novell.com>
565         * mb-tokenizer.cs: Fixed a bug where line nos were 
566         failing to get incremented when the line continuation 
567         character was appearing by itself on contiguous lines.
568         
569         * mb-parser.jay: Fixed the #ExternalSource actions
570         so that ExternalSourceDirectivesC4.vb compiles and 
571         reports source & line nos as expected.
572
573         * location.cs: Replaced the existing unintuitive, not
574         so efficient implementation of struct Location {} with 
575         the one available in mcs with one minor difference: The
576         number of bits reserved for a file index in the Token
577         is statically fixed at 8 bits.
578
579 2004/08/01  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
580         * mb-parser.jay : Revised patch from João Viegas for the labeled_statement accepting integer literals as labels
581
582 2004-07-30  Jambunathan K  <kjambunathan@novell.com>
583         * mb-parser.jay: Oops. Reversed unintended checkin.
584         * mb-tokenizer.cs: Added comment in Tokenizer() 
585         * mb-parser.jay: Fixed miscellaneous bugs in handling of 
586         pre-processor directives. There are two positive test 
587         cases that fail currently: ExternalSourceDirectivesC4.vb
588         and RegionDirectivesC1.vb
589
590 2004-07-30  Raja R Harinath  <rharinath@novell.com>
591
592         * mb-parser.jay (IfElseStateMachine.State, IfElseStateMachine.Token): 
593         Remove [Flags] attribute.
594
595 2004-07-30  Jambunathan K  <kjambunathan@novell.com>
596         * mb-parser.jay: 
597         * mb-tokenizer.cs: Added support for #region, #externalsource
598         and conditional compilation pre-processor directives.
599         Conditonal directives currently accept only boolean literals
600         as conditonal expressions. 
601         
602         * mb-parser.jay: The original checkin hits a bug in mcs but
603         compiles fine with csc. This checkin is to workaround the mcs
604         bug so that cvs builds are not broken.
605         
606         
607 2004/07/26  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
608         * mb-parser.jay : First try at SyncLock Statement #53230
609
610 2004-07-22 Anirban Bhattacharjee <banirban@novell.com>
611         * argument.cs:
612         * expression.cs:
613                 Little betterment in resolution of parameter with Addressof operator in method argument
614
615 2004-07-20 Anirban Bhattacharjee <banirban@novell.com>
616         * expression.cs: Resolution of fully qualified type names - bug fixed
617
618 2004-07-20 Anirban Bhattacharjee <banirban@novell.com>
619         * assign.cs: Added new argument to Expression.ConvertExplicit function call
620
621 2004-07-20 Anirban Bhattacharjee <banirban@novell.com>
622         * expression.cs: Fixed resolution of overloaded functions with delegate as parameter
623         * ecore.cs: Changes made to stop program getting into an endless loop on not able to cast types of source to destination object.
624         * statement.cs: Added new argument to Expression.ConvertExplicit function call
625
626 2004-07-18 Anirban Bhattacharjee <banirban@novell.com>
627         * argument.cs: Introduced AddressOf argument type for tracking AddressOf operator in method parameter
628         * expression.cs: A parameter with AddressOf operator will get converted to Delegate before overload resolution
629         * mb-parser.jay: Omitted two delegate creation expression grammar. This is now taken care by normal object creation expressions since Argument is capable of handling AddressOf operator now
630                 This is a fix for bug #59555
631
632 2004/07/15  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
633         * driver.cs : Implemented support for -pkg to match mcs (bug #58673)
634
635 2004/07/15  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
636         * driver.cs : started implementing -pkg support to match mcs (bug #58673), also corrected multiplicity for addmodule option
637
638 2004-07-13 Anirban Bhattacharjee <banirban@novell.com>
639         * driver.cs: Added support for AddModule compiler option
640         * typemanager.cs: AddModule function will now store list of Modules instaed of ModuleBuilders. This change has been made to get LoadModule function working of driver.cs.
641
642 2004-07-13 Anirban Bhattacharjee <banirban@novell.com>
643         * driver.cs: Compilation to module is supported now
644
645 2004-07-09 Anirban Bhattacharjee <banirban@novell.com>
646         * mb-parser.jay:
647         * class.cs:
648                 Default modifier for constructor is set to Public
649
650 2004-07-09 Anirban Bhattacharjee <banirban@novell.com>
651         * 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"
652
653 2004-07-07 Anirban Bhattacharjee <banirban@novell.com>
654         * expression.cs: bug fixed - 60399
655
656 2004-06-13 Anirban Bhattacharjee <banirban@novell.com>
657         * mb-parser.jay: Small correction in delegate declaration grammar
658
659 2004-06-13 Anirban Bhattacharjee <banirban@novell.com>
660         * mb-parser.jay: modified RemoveHandler function
661         * statement.cs: Added RemoveHandler statement class
662
663 2004-06-13 Anirban Bhattacharjee <banirban@novell.com>
664         * mb-parser.jay: Modified grammar for several syntax of AddressOf operator
665
666 2004/06/10  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
667         * typemanager.cs : GetPertinentStandardModules receives the array now with params modifier to help usage
668         * ecore.cs : correcting lookup of semi-qualified standard modules members - A little better but not there yet
669
670 2004-06-10 Anirban Bhattacharjee <banirban@novell.com>
671         * mb-parser.jay: Grammar added for RemoveHandler statement
672
673 2004-06-10 Anirban Bhattacharjee <banirban@novell.com>
674         * mb-parser.jay:
675         * expression.cs:
676                 Added support for statement like
677                         delgate_name = AddressOf sub_name
678
679 2004-06-09  Raja R Harinath  <rharinath@novell.com>
680
681         * Makefile (HAS_TEST): Remove.
682         (run-test-local): Move rule to and depend on ...
683         (run-mbas-test): ... this.
684
685 2004-06-08 Anirban Bhattacharjee <banirban@novell.com>
686         * mb-parser.jay:
687         * statement.cs:
688                 Few exception checks for Event
689
690 2004-06-07 Anirban Bhattacharjee <banirban@novell.com>
691         * mb-parser.jay: Resolved the problem in Sub statement with Handles cluse
692         * class.cs: Added a AddEventHandler function and a EventHandler readonly property. Also modified define of constructor to accommodate Handlers clause.          
693                     If one initialize a event handler as
694                         Sub Handler() Handles x.Event
695                     The handler will be initialized by the constructor of the corresponding class by calling AddHandler.
696
697 2004-06-04 Anirban Bhattacharjee <banirban@novell.com>
698         * mb-parser.jay: Modified WithEvents grammar    
699
700 2004-06-04 Anirban Bhattacharjee <banirban@novell.com>
701         * class.cs: - NotOverridable modifier support added to Property
702                     - Few overriding related checks put on Property
703  
704 2004-06-04 Anirban Bhattacharjee <banirban@novell.com>
705         * decl.cs: Check for duplicate member name within same container
706
707 2004-06-04 Anirban Bhattacharjee <banirban@novell.com>
708         * class.cs: changed exception number in event grammar
709
710 2004-06-03 Anirban Bhattacharjee <banirban@novell.com>
711         * mb-parser.jay: RaiseEvent grammar fixed to get it working
712
713 2004-06-03 Anirban Bhattacharjee <banirban@novell.com>
714         * driver.cs: fixed bug - 59540
715
716 2004-06-01 Anirban Bhattacharjee <banirban@novell.com>
717         * mb-parser.jay: Improved event declaration grammar
718
719 2004/05/31  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
720         * AssemblyInfo.cs : Anirban is and author too
721
722 2004-05-27 Anirban Bhattacharjee <banirban@novell.com>
723         * delegate.cs:
724         * expression.cs:
725                 Few exception checks for delegete
726
727 2004-05-27 Anirban Bhattacharjee <banirban@novell.com>
728         * mb-parser.jay:
729         * delegate.cs:
730                 Few more fixes in delegate grammar              
731
732 2004-05-27 Anirban Bhattacharjee <banirban@novell.com>
733         * mb-parser.jay: Changed Delegate instantiation grammar to get it working
734
735 2004-05-26 Anirban Bhattacharjee <banirban@novell.com>
736         * mb-parser.jay:
737         * class.cs:
738                 Few property related checks applied
739
740 2004-05-24 Anirban Bhattacharjee <banirban@novell.com>
741         * class.cs: Check for ReadOnly and WriteOnly modifiers added to property
742
743 2004-05-24 Anirban Bhattacharjee <banirban@novell.com>
744         * mb-paresr.jay: Support for abstruct property is added
745
746 2004-05-24  Raja R Harinath  <rharinath@novell.com>
747
748         * Makefile (PROGRAM_INSTALL_DIR): Install mbas into
749         $(prefix)/lib/mono/1.0.
750
751 2004-05-10 Anirban Bhattacharjee <banirban@novell.com>
752         * mb-parser.jay: few Property related grammar changes
753
754 2004-05-14 Anirban Bhattacharjee <banirban@novell.com>
755         * mb-tokenizer.cs: Bug fixed - Got Property working
756
757 2004-05-10 Anirban Bhattacharjee <banirban@novell.com>
758         * mb-parser.jay: Support added for attaching Attributes in methods
759
760 2004/04/07  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
761         * AssemblyInfo.cs : Correcting information and version number
762
763 2004-04-29 Anirban Bhattacharjee <banirban@novell.com>
764         * enum.cs: bug fixing - setting one enum member to another
765
766 2004-04-29 Anirban Bhattacharjee <banirban@novell.com>
767         * enum.cs:
768         * expression.cs:
769                 Implemented check for access modifier in enum
770
771 2004-04-29  Lluis Sanchez Gual  <lluis@ximian.com>
772
773         * typemanager.cs: Property.GetGetMethod() does not return the method if it
774         is private (it did until now because of a bug). Make sure it works as it 
775         worked before the fix.
776
777 2004-04-28 Anirban Bhattacharjee <banirban@novell.com>
778         * expression.cs: fixed bug to get enum running
779         * enum.cs: handling several negative scenarios 
780                    Changed several exception numbers
781         * assign.cs: Changed exception number
782
783 2004-04-26  Jackson Harper  <jackson@ximian.com>
784
785         * Makefile: Get libs from default profile directory.
786         
787 2004-04-23 Anirban Bhattacharjee <banirban@novell.com>
788         * mb-parser.jay: Grammar changes for array
789         * expression.cs: exception number changed for "Incorrectly structured array initializer" exception
790
791 2004-04-17 Anirban Bhattacharjee <banirban@novell.com>
792         * mb-parser.jay:
793         * class.cs:
794         * const.cs
795                 a little better structure grammar
796
797 2004-04-16 Anirban Bhattacharjee <banirban@novell.com>
798         * mb-parser.jay: few clean-ups
799
800 2004-04-16 Anirban Bhattacharjee <banirban@novell.com>
801         * class.cs: Duplicate entry point exception number changed
802                     Checked delaration of Types, fields, methods as Protected if they are member of Module type
803         * const.cs: Checked delaration of constructor as Protected if it is member of Module type
804         * driver.cs: exception number is changed for "Entry point does not exist" exception
805
806 2004-04-15 Anirban Bhattacharjee <banirban@novell.com>
807         * mb-parser.jay: Classes can't be delared static impicitly as other module members
808
809 2004-04-15 Anirban Bhattacharjee <banirban@novell.com>
810         * class.cs: Couple of bug fixes in defining default static constructor, partially imposed by the fix earlier
811
812 2004-04-14 Anirban Bhattacharjee <banirban@novell.com>
813         * class.cs: Added support for Shadows modifier in Variables
814
815 2004-04-14 Anirban Bhattacharjee <banirban@novell.com>
816         * const.cs: Added support for Shadows modifier in constant
817
818 2004-04-14 Anirban Bhattacharjee <banirban@novell.com>
819         * expression.cs: Removed the check which was stoping type instances to access the shared variables
820
821 2004-04-14 Anirban Bhattacharjee <banirban@novell.com>
822         * modifiers.cs: changed exception number for invalid modifiers exception
823
824 2004-04-13 Anirban Bhattacharjee <banirban@novell.com>
825         * mb-parser.jay: Removed 'static_constructor_declaration' - this is not required as 'constructor_declaration' implementation is good enough to handle static constructors too
826         * class.cs: Handling couple of negative scenarios related to static constructors and bug fixes
827
828 2004-04-13 Anirban Bhattacharjee <banirban@novell.com>
829         * class.cs: Couple of negative scenario handling
830
831 2004-04-13 Anirban Bhattacharjee <banirban@novell.com>
832         * mb-parser.jay: Few clean-up
833
834 2004-04-12 Anirban Bhattacharjee <banirban@novell.com>
835         * mb-parser.jay: Bug fixed - Base class ctor was getting called twice when called explicitly from the derived class ctor as MyBase.New
836
837 2004-04-12 Anirban Bhattacharjee <banirban@novell.com>
838         * mb-parser.jay: Fixed bugs for calling ctor from another ctor in the same class by using statments like
839                 Me.New 
840                 or 
841                 MyClass.New
842
843 2004/04/07  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
844         * mb-tokenizer.cs : Better error message when dealing with date literals\r
845
846 2004-04-06 Anirban Bhattacharjee <banirban@novell.com>
847         * class.cs:
848         * ecore.cs:
849         * expression.cs:
850         * modifiers.cs:
851         Changed/added serveral Accessibility related expections 
852
853 2004-04-05 Anirban Bhattacharjee <banirban@novell.com>
854         * class.cs:
855         * decl.cs:
856         * expression.cs:
857         * pending.cs: 
858         Several error messages and numbers are changed in all the above four classes
859
860 2004-04-04 AnirbanBhattacharjee <banirban@novell.com>
861         * delegate.cs: changed default access modifier
862         * enum.cs: changed default access modifier
863         * interface.cs: changed default access modifier
864         * modifiers.cs: extension of bug fixed for getting NotOverridable modifier working for methods
865
866 2004-04-04 AnirbanBhattacharjee <banirban@novell.com>
867         * class.cs: Changed exception messages and their numbers to align better with VB
868                     Changed default access modifier of method to Public
869                     Bug fixed to get NotOverridable modifier working
870         * decl.cs:  Changed exception messages and numbers
871
872 2004-03-25 Anirban Bhattacharjee <banirban@novell.com>
873         * class.cs: bug fixing - creating default constructor when no constructor is specified
874         Few modifiers are changed to align with Vb
875
876 2004/03/22  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
877         * typemanager.cs :  being more carefull with null arguments in some places, 
878                                                 null checking in GetPertinentStandardModules() loop
879         * namespace.cs : a helper ToString override 
880         * ecore.cs : Dealing with finding more than a pertinent standard module having a global member
881         * testmbas/WriteOk.vb : Exercising correct standard module resolution
882     NOTE: Almost there for Bug #52067 - just the semi-qualified case isn't working 
883
884 2004-03-23 Anirban Bhattacharjee <banirban@novell.com>
885         * mb-parser.jay: handled implicit static modifier for module members in const
886         * const.cs: changed supported modifiers
887
888 2004-03-23 Anirban Bhattacharjee <banirban@novell.com>
889         * modifiers.cs: Return name of the modifiers' changed to vb specific
890
891 2004/03/22  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
892         * ecore.cs : now it gets the correct list of namespaces in scope (either imported or current) Almost there for Bug #52067 
893
894 2004-03-22 Anirban Bhattacharjee <banirban@novell.com>
895         * mb-parser.jay: One more negative scenario is addressed in const grammar
896
897 2004-03-22 Anirban Bhattacharjee <banirban@novell.com>
898         * const.cs: Change type of constant to the type of its value if no explicit type declaration found
899
900 2004-03-22 Anirban Bhattacharjee <banirban@novell.com>
901         * mb-parser.jay: Grammar for declaring constant inside block is changed
902
903 2004-03-22 Anirban Bhattacharjee <banirban@novell.com>
904         * const.cs: Changed exception numbers
905
906 2004-03-22 Anirban Bhattacharjee <banirban@novell.com>
907         * mb-parser.jay: Changed grammar for constant
908
909 2004/03/02  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
910         * mb-tokenizer.cs : handling better linebreak, specially when delaing with literals and preprocessing directives 
911
912 2004-03-16 Anirban Bhattacharjee <banirban@novell.com>
913         * mb-parser.jay: 
914                 - changed variable declaration grammar and added support for multiple variables declartion under single type e.g. dim x, y as integer
915                 - added few exception checks in variables
916                 - added one exception check in property
917         
918 2004/03/02  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
919         * sourcebeingcompiled.cs : new source/class to hold things previously contained in namespaces.cs 
920                         because in C# they were semantically tied to nested namespaces, and in VB.NET 
921                         they can occur only once per file.
922         * mbas.exe.sources: added sourcebeingcompiled.cs
923         * mb-parser.jay: reference RootContext.Sourcebeingcompiled things
924         * namespace.cs: move pieces to sourcebeingcompiled
925         * rootcontext.cs: use SourceBeingCompiled class
926         * decl.cs: reference RootContext.Sourcebeingcompiled things
927
928 2004-03-02 Anirban Bhattacharjee <banirban@novell.com>
929         * mb-tokenizer.cs: Support for '-' delimiter in DateTime
930
931 2004-03-02 Anirban Bhattacharjee <banirban@novell.com>
932         * report.cs: Formatted warning thrown
933
934 2004-03-02 Anirban Bhattacharjee <banirban@novell.com>
935
936         * class.cs
937         * decl.cs
938         * modifiers.cs
939         * mb-parser.jay
940         Added Overloads and Shadows modifiers to Function and Sub
941         Fixed few other modifier related problems in Function and Sub
942
943 2004-01-07  Nick Drochak <ndrochak@ieee.org>\r
944 \r
945         * genericparser.cs:\r
946         * mb-tokenizer.cs: \r
947         * row.cs: Eliminate warnings about unused variables.\r
948 \r
949 2004/01/06  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
950         * typemanager.cs :      correcting translation of System types to language types, 
951                         also temporarily circunventing a exception in ModuleBuilder.GetType inside LookupTypeReflection,
952                         corrected many ` characters to ' in error messages
953         * testmbas/WriteOK.vb : testing newly implemented IsNumeric global function\r
954
955 2004-01-04  David Sheldon <dave-mono@earth.li>
956
957   * expression.cs: Added matching ")" to error message for 
958   CS0077
959
960 2003/12/23  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
961         * driver.cs : added stubs for options "/netcf /sdkpath:path"\r
962         * namespace.cs, decl.cs, rootcontext.cs : use hashtable to avoid duplicate importation of namespaces \r
963           (especially between command-line option /imports and explicit Import clauses), what manifested itself as\r
964           error messages for ambiguous names that where in truth identical\r
965         * statement.cs : trying to fix the 'exit' statement DoEmit, for "Exit Sub"\r
966         * mb-parser.jay, mb-tokenizer.cs : initial support for type_characters (dim az$ = dim az as string)\r
967 \r
968 2003/12/18  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
969         * class.cs : case-sensitiveness when tracking the entry-point removed\r
970         * driver.cs : IsSWFApp would try to pass a null 'mainclass' to the hashtable indexer, throwing an exception\r
971                 (even for correct programs because of the bug above). Now this condition is tested before\r
972 \r
973 2003/12/06  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
974         * ecore.cs : problems trying to implicit convert OMITTED arguments, solved\r
975         * mb-tokenizer.cs, mb-parser.jay, typemanager.cs : support for the date primitive type and date literals\r
976         * testmbas/WriteOK.vb: testing date type and date literal\r
977 \r
978 2003/11/12  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
979         * driver.cs : /imports option now is implemented\r
980         * mb-parser.jay: support for pre-imported namespaces (the default Microsoft.VisualBasic and those from /imports)\r
981         \r
982 2003/11/12  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
983         * mb-tokenizer.cs : integer literal (Hex starts with &H not 0x), handle Octal literals (&O)\r
984         *       handle unicode specialized double-quotes in string literals     \r
985         *       corrected some mishandling of conversions in numeric literals\r
986         *       implemented support for char literals ("z"c)\r
987         * Makefile : verbose target uses verbose argument\r
988         * testmbas/WriteOK.vb: many tests for literals implemented\r
989         * literal.cs: correcting lack of a ShortLiteral class\r
990         * mb-parser.jay: removed support for unsigned int literals, added support for short int literals\r
991         \r
992 2003/11/10  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
993         * *.cs, mb-parser.jay: Switched all from defining/using namespace Mono.CSharp to Mono.MonoBASIC \r
994         * location.cs: SymbolDocument now returns a SymbolDocumentWriter using the right (SymLanguageType.Basic) GUID\r
995         \r
996 2003/10/17  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
997         * genericparser.cs: \r
998             Don't print exception when a file is not found to be parsed\r
999                 File extensions not matched are now processed with the default parser\r
1000                 Better handle file/directory not found exceptions, and use Report.Error in that case\r
1001         * added defaultparserattribute.cs\r
1002         * mb-parser.jay : Mono.MonoBASIC.Parser is now the [DefaultParser]\r
1003         * location.cs version 1.4 recovered (Marco Ridoni had it overwritten with an older version)\r
1004         * mb-tokenizer.cs, rootcontext.cs, tree.cs: Location constructor needs column number now\r
1005 \r
1006 2003/09/17  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1007         * .cvsignore: WHOOPS\r
1008 \r
1009 2003/09/17  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1010         * .cvsignore: some more files to ignore\r
1011 \r
1012 2003/09/17  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1013         * mb-tokenizer.cs, driver.cs: Back to Linux line-endings, SORRY\r
1014 \r
1015 2003/09/16  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1016         * 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
1017         * mb-tokenizer.cs: Redoing: Preprocessor directives must be case-insensitive (many .ToLower() used)\r
1018         * driver.cs: No more 'linkpaths' option, use 'libpath' instead\r
1019 \r
1020 2003/09/15  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1021         * driver.cs: Corrected handling of FileNotFoundException in LoadAssembly(), according to Bernie Solomon's patch\r
1022 \r
1023 2003/08/13  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1024         * mb-parser.jay: ReDim statement parses many variables now (but initializers aren't allowed)\r
1025                                          Erase statement implemented\r
1026                                          Lots of garbage (never reduced rules) deleted\r
1027                                          Reduce/Reduce problems eliminated (where due to having opt_modifiers duplicated inside property_declaration rule)\r
1028         * statement.cs : class Redim is prepared to have ReDim Preserve copying code called,\r
1029                                          but we need to check if that code is lying in Microsoft.VisualBasic.dll\r
1030                                          New class Erase\r
1031 \r
1032 2003-07-26  Ben Maurer  <bmaurer@users.sourceforge.net>\r
1033         \r
1034         * statement.cs: Make Math.XXX System.Math.XXX, to fix the build.\r
1035         \r
1036 2003-07-20  Peter Williams  <peter@newton.cx>\r
1037 \r
1038         * Makefile: Remove the test target which conflicted with\r
1039         the global target. (Change confirmed with Rafael.)\r
1040 \r
1041 2003-04-02  Duncan Mak  <duncan@ximian.com>\r
1042 \r
1043         * mb-parser.jay: Temporarily remove the references to\r
1044         Class.MustOverride to fix the build.\r
1045 \r
1046 2003/03/29  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1047         * mb-parser.jay: corrected some module related rules\r
1048         * location.cs : now handles column information\r
1049         \r
1050 2003/03/11  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1051         * makefile.gnu : use $RUNTIME for all targets\r
1052                                          actually run the compiled program on 'test-gtk' target \r
1053         * mb-tokenizer.cs : no escaping of chars allowed in VB.NET (old mcs code removed)\r
1054                                                 handle doubled-doublequotes (VB idiom to escape a doublequote) \r
1055         \r
1056 2003/03/04  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1057         * mb-parser.jay: added rule for Imports with alias\r
1058         * mb-parser.jay: Friend (internal) modifier was missing,\r
1059                                          Shared modifier was expecting Static token erroneously\r
1060                                          Modules must accept only a static constructor rule added\r
1061                                          Constant declaration rule added\r
1062         * makefile & makefile.gnu : actually run the compiled program on test target \r
1063 \r
1064 2003/03/03  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1065         * mb-tokenizer.cs : new semi-keywords: Compare, Explicit, Strict, On, Off, Binary, Text\r
1066         * mb-parser.jay: tokens for above semi-keywords, and rules for option directives\r
1067         * driver.cs: integrates command line options with parser flags for option directives\r
1068         * makefile & makefile.gnu : added 'verbose' target that uses --verbose switch to compile \r
1069           the test source and pipes it through 'less', also added a Extended Syntax source\r
1070 \r
1071 2003/02/22  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1072         * class.cs : As, per vbc, there is a rootnamespace now, --main wasn't working anymore, \r
1073                                  because it was expecting a fully qualified class name. \r
1074                                  We now also test the name passed prepended by the rootnamespace.\r
1075         * class.cs : Corrected warning "The keyword new is required on `Mono.CSharp.Property.Emit'\r
1076                                  because it hides inherited member `PropertyBase.Emit'", by making it virtual\r
1077                                  in PropertyBase and override in Property.\r
1078         * makefile.gnu : test and test-gtk targets now depend on mbas.exe\r
1079                                  \r
1080 \r
1081 2003/02/19  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1082         * mb-parser.jay : eliminated reduce/reduce conflict on duplicated rank_specifier rule\r
1083           by renaming the one using brackets to bracketed_rank_specifier\r
1084 \r
1085 2003/02/12  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1086         * added argument.cs (extracted from expression.cs) makefiles corrected\r
1087         * mb-parser.jay : eliminated reduce/reduce conflict on opt_argument_list rule, \r
1088           by putting and if to make a argument list with just an empty argument list become an empty list\r
1089 \r
1090 2003/02/03  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1091         * rootcontext.cs : added RootNamespace member\r
1092         * mb-parser.jay : use RootContext.RootNamespace to initialize outermost namespace\r
1093         * driver.cs : \r
1094                 - implement rootnamespace parameter, and defaults it to the output file name\r
1095                 - like vbc if no source file name is provided just show help\r
1096 \r
1097 2003/01/22  Nick Drochak <ndrochak@gol.com>\r
1098         * makefile: Use csc compiler in here. makefile.gnu assumes mono/mcs\r
1099 \r
1100 2003-01-13  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1101         * added cleanup method to tokenizer as needed but modifications made in jay\r
1102 \r
1103 2003-01-12  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1104         * changed test target in makefile work\r
1105         * corrected authors list to include Marco\r
1106 \r
1107 2002-10-23  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1108         * merged many sources from mcs/mcs, to resync\r
1109 \r
1110 2002-10-20  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1111         * using Mono.GetOptions preliminar support for response files, \r
1112           changed the makefile target 'test' for use o response file testmbas/filelist\r
1113 \r
1114 2002-10-20  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1115         * merged many sources from mcs/mcs, to resync\r
1116 \r
1117 2002-10-05  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1118         * merged many sources from mcs/mcs, to resync\r
1119 \r
1120 2002-08-31  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1121         * merged many sources from mcs/mcs, to resync\r
1122 \r
1123 2002-09-03  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1124         * integrated new version of Mono.GetOptions (reflection/attributes-based)\r
1125 \r
1126 2002-08-31  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1127         * merged expression.cs from mcs/mcs, to resync\r
1128 \r
1129 2002-08-29  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1130         * merged assign.cs, attribute.cs, class.cs, codegen.cs, const.cs, decl.cs, delegate.cs, ecore.cs, enum.cs,\r
1131         expression.cs, interface.cs, pending.cs, report.cs, rootcontext.cs, statement.cs, support.cs and \r
1132         typemanager.cs from mcs/mcs, to resync\r
1133 \r
1134 2002-08-06  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1135         * added "test" target to makefile\r
1136         * merged assign.cs, attribute.cs, cfold.cs, class.cs, codegen.cs, const.cs, constant.cs, \r
1137           decl.cs, delegate.cs, ecore.cs, enum.cs, expression.cs, interface.cs, modifiers.cs, parameter.cs, \r
1138           pending.cs, report.cs, rootcontext.cs, statement.cs, support.cs and typemanager.cs from mcs/mcs, to resync\r
1139 \r
1140 2002-07-14  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1141         * merged assign.cs, class.cs, ecore.cs, expression.cs, statement.cs and typemanager from mcs/mcs, to resync\r
1142 \r
1143 2002-07-09  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1144         * merged attribute.cs, ecore.cs, namespace.cs and statement.cs from mcs/mcs, to resync\r
1145 \r
1146 2002-07-06  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1147         * merged attribute.cs, class.cs, codegen.cs, ecore.cs, expression.cs, \r
1148           modifiers.cs, namespace.cs, report.cs, rootcontext.cs, statement.cs and typemanager.cs from mcs/mcs, to resync\r
1149         * changed driver.cs to follow mcs lead on error/warning counting and reporting\r
1150 \r
1151 2002-06-23  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1152         * merged attribute.cs, class.cs, ecore.cs, rootcontext.cs, support.cs and typemanager.cs from mcs/mcs, to resync\r
1153         * makefile makes csc reference a copy of Mono.GetOptions.dll (mbas.sln now compiles to mbas dir instead of mbas/bin/Debug)\r
1154 \r
1155 2002-06-21  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1156         * merged attribute.cs, class.cs, interface.cs, expression.cs, ecore.cs, \r
1157           modifiers.cs, rootcontext.cs, statement.cs and typemanager.cs from mcs/mcs, to resync\r
1158         * added pending.cs from mcs/mcs, to resync\r
1159 \r
1160 2002-06-15  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1161         * merged assign.cs, attribute.cs, enum.cs and namespace.cs from mcs/mcs, to resync\r
1162         * namespace.cs needed some fixing, because CSharpParser isn?t available\r
1163 \r
1164 2002-06-15  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1165         * merged delegate.cs, ecore.cs, typemanager.cs and rootcontext.cs from mcs/mcs, to resolve expression.cs blues\r
1166 \r
1167 2002-06-15  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1168         * oops merged expression.cs from mcs/mcs is breaking my make\r
1169         * driver.cs, assemblyinfo.cs wasn?t ready for prime time (offending lines were commented out)\r
1170 \r
1171 2002-06-15  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1172         * merged expression.cs from mcs/mcs\r
1173 \r
1174 2002-06-12  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1175         * corrected Module.TypeAttr property getter in module.cs\r
1176         \r
1177 2002-06-12  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1178         * merged typemanager.cs from mcs/mcs\r
1179 \r
1180 2002-06-10  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1181         * merged expression.cs and interface.cs from mcs/mcs\r
1182 \r
1183 2002-06-09  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1184         * merged const.cs, enum.cs, expression.cs and typemanager.cs from mcs/mcs\r
1185     * comments on module.cs\r
1186 \r
1187 2002-06-07  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1188         * merged class.cs, attribute.cs from mcs/mcs\r
1189 \r
1190 2002-06-07  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1191         * merged class.cs, enum.cs, expression.cs, interface.cs, rootcontext.cs and typemanager.cs from mcs/mcs\r
1192         * added module.cs (class Mono.MonoBASIC.Module - derived from Mono.CSharp.Class)\r
1193         * added System.XML and Microsoft.VisualBasic to the default config (driver.cs)\r
1194         \r
1195 2002-06-07  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1196         * merged class.cs and ecore.cs from mcs/mcs\r
1197 \r
1198 2002-06-02  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1199         * copied methods MakeName and CheckDef from mcs\cs-parser.jay to GenericParser.cs \r
1200           where they are inherited by mb-parser.jay/cs\r
1201         * put some code on the Module rule in mb-parser.jay to at least generate a class in the assembly,\r
1202           if I jump over the entry-point check code, while debugging\r
1203         \r
1204 2002-05-31  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1205         * class Mono.MonoBASIC.Tokenizer now handles \r
1206                 - all valid line-terminators (CR, LF, CRLF, LS and PS)\r
1207                 - escaped identifiers (like [Integer])\r
1208                 - old-fashioned comments syntax (REM Blah-Blah)\r
1209 \r
1210 2002-05-31  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1211         * modified mbas.ico to be a small version of mono?s logo (see mcs\MonoIcon.png)\r
1212 \r
1213 2002-05-31  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1214         * squashed some reduce/reduce conflicts out of mb-parser.jay\r
1215 \r
1216 2002-05-31  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1217         * merged codegen.cs from mcs\r
1218         * altered Driver.cs to work with new codegen.cs\r
1219 \r
1220 2002-05-27  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
1221 \r
1222         * merged all I could from mcs source files into mbas\r
1223         * added VS.NET Solution and Project Files for mbas\r
1224         * added icon file and a vb-sources-filled testmbas directory\r
1225         * started this ChangeLog