2002-10-23 Rafael Teixeira * merged many sources from mcs/mcs, to resync 2002-10-20 Rafael Teixeira * using Mono.GetOptions preliminar support for response files, changed the makefile target 'test' for use o response file testmbas/filelist 2002-10-20 Rafael Teixeira * merged many sources from mcs/mcs, to resync 2002-10-05 Rafael Teixeira * merged many sources from mcs/mcs, to resync 2002-08-31 Rafael Teixeira * merged many sources from mcs/mcs, to resync 2002-09-03 Rafael Teixeira * integrated new version of Mono.GetOptions (reflection/attributes-based) 2002-08-31 Rafael Teixeira * merged expression.cs from mcs/mcs, to resync 2002-08-29 Rafael Teixeira * merged assign.cs, attribute.cs, class.cs, codegen.cs, const.cs, decl.cs, delegate.cs, ecore.cs, enum.cs, expression.cs, interface.cs, pending.cs, report.cs, rootcontext.cs, statement.cs, support.cs and typemanager.cs from mcs/mcs, to resync 2002-08-06 Rafael Teixeira * added "test" target to makefile * merged assign.cs, attribute.cs, cfold.cs, class.cs, codegen.cs, const.cs, constant.cs, decl.cs, delegate.cs, ecore.cs, enum.cs, expression.cs, interface.cs, modifiers.cs, parameter.cs, pending.cs, report.cs, rootcontext.cs, statement.cs, support.cs and typemanager.cs from mcs/mcs, to resync 2002-07-14 Rafael Teixeira * merged assign.cs, class.cs, ecore.cs, expression.cs, statement.cs and typemanager from mcs/mcs, to resync 2002-07-09 Rafael Teixeira * merged attribute.cs, ecore.cs, namespace.cs and statement.cs from mcs/mcs, to resync 2002-07-06 Rafael Teixeira * merged attribute.cs, class.cs, codegen.cs, ecore.cs, expression.cs, modifiers.cs, namespace.cs, report.cs, rootcontext.cs, statement.cs and typemanager.cs from mcs/mcs, to resync * changed driver.cs to follow mcs lead on error/warning counting and reporting 2002-06-23 Rafael Teixeira * merged attribute.cs, class.cs, ecore.cs, rootcontext.cs, support.cs and typemanager.cs from mcs/mcs, to resync * makefile makes csc reference a copy of Mono.GetOptions.dll (mbas.sln now compiles to mbas dir instead of mbas/bin/Debug) 2002-06-21 Rafael Teixeira * merged attribute.cs, class.cs, interface.cs, expression.cs, ecore.cs, modifiers.cs, rootcontext.cs, statement.cs and typemanager.cs from mcs/mcs, to resync * added pending.cs from mcs/mcs, to resync 2002-06-15 Rafael Teixeira * merged assign.cs, attribute.cs, enum.cs and namespace.cs from mcs/mcs, to resync * namespace.cs needed some fixing, because CSharpParser isnīt available 2002-06-15 Rafael Teixeira * merged delegate.cs, ecore.cs, typemanager.cs and rootcontext.cs from mcs/mcs, to resolve expression.cs blues 2002-06-15 Rafael Teixeira * oops merged expression.cs from mcs/mcs is breaking my make * driver.cs, assemblyinfo.cs wasnīt ready for prime time (offending lines were commented out) 2002-06-15 Rafael Teixeira * merged expression.cs from mcs/mcs 2002-06-12 Rafael Teixeira * corrected Module.TypeAttr property getter in module.cs 2002-06-12 Rafael Teixeira * merged typemanager.cs from mcs/mcs 2002-06-10 Rafael Teixeira * merged expression.cs and interface.cs from mcs/mcs 2002-06-09 Rafael Teixeira * merged const.cs, enum.cs, expression.cs and typemanager.cs from mcs/mcs * comments on module.cs 2002-06-07 Rafael Teixeira * merged class.cs, attribute.cs from mcs/mcs 2002-06-07 Rafael Teixeira * merged class.cs, enum.cs, expression.cs, interface.cs, rootcontext.cs and typemanager.cs from mcs/mcs * added module.cs (class Mono.MonoBASIC.Module - derived from Mono.CSharp.Class) * added System.XML and Microsoft.VisualBasic to the default config (driver.cs) 2002-06-07 Rafael Teixeira * merged class.cs and ecore.cs from mcs/mcs 2002-06-02 Rafael Teixeira * copied methods MakeName and CheckDef from mcs\cs-parser.jay to GenericParser.cs where they are inherited by mb-parser.jay/cs * put some code on the Module rule in mb-parser.jay to at least generate a class in the assembly, if I jump over the entry-point check code, while debugging 2002-05-31 Rafael Teixeira * class Mono.MonoBASIC.Tokenizer now handles - all valid line-terminators (CR, LF, CRLF, LS and PS) - escaped identifiers (like [Integer]) - old-fashioned comments syntax (REM Blah-Blah) 2002-05-31 Rafael Teixeira * modified mbas.ico to be a small version of monoīs logo (see mcs\MonoIcon.png) 2002-05-31 Rafael Teixeira * squashed some reduce/reduce conflicts out of mb-parser.jay 2002-05-31 Rafael Teixeira * merged codegen.cs from mcs * altered Driver.cs to work with new codegen.cs 2002-05-27 Rafael Teixeira * merged all I could from mcs source files into mbas * added VS.NET Solution and Project Files for mbas * added icon file and a vb-sources-filled testmbas directory * started this ChangeLog