Fix for statements ending with a colon
[mono.git] / mcs / mbas /
2005-07-22 Satya Sudha KFix for statements ending with a colon
2005-07-22 Manjula GHMCheck for type before resolving
2005-07-22 Ankit Jain* mb-parser.jay: evt_handler_list: New.
2005-07-21 Manjula GHMSupport conversions in "new" assignment statement
2005-07-21 Satya Sudha KSupport for method invocation without '()'
2005-07-21 Manjula GHMSupport type specifier for "ReDim" statements
2005-07-20 Rafael Teixeira2005-07-20 Aldo Monteiro <aldo@psl-pr.softwarelivre...
2005-07-19 Ben Maurerkeep make check working
2005-07-18 Satya Sudha K2005-07-18 Satya Sudha K <ksathyasudha@novell.com>
2005-07-15 Satya Sudha KTestcases for properties
2005-07-14 Iain McCoy2005-07-14 Iain McCoy <iain@mccoy.id.au>
2005-07-13 Rafael Teixeira2005-07-13 Maverson Eduardo Schulze Rosa <maverson...
2005-07-13 Rafael Teixeira2005-07-13 Rafael Teixeira <rafaelteixeirabr@hotmail...
2005-07-13 Rafael Teixeira2005-07-13 Rafael Teixeira <rafaelteixeirabr@hotmail...
2005-07-12 Manjula GHMChanged error number and message according to .NET
2005-07-12 Manjula GHMSupport 'Nothing' for Constants.
2005-07-08 Satya Sudha K2005-07-08 Satya Sudha K <ksathyasudha@novell.com>
2005-07-07 Manjula GHMTo avoid Array modifiers specified on both a variable...
2005-07-07 Umadevi Sstatement.cs - suppressing warnings due to unused varia...
2005-07-06 Rafael Teixeira2005-07-06 Rafael Teixeira <rafaelteixeirabr@hotmail...
2005-07-06 Iain McCoy2005-07-06 Iain McCoy <iain@mccoy.id.au>
2005-07-05 Umadevi S* expression.cs : Handled DBNull case
2005-07-04 Ben Maureryou can't depend on gtk# having been installed
2005-07-04 Rafael TeixeiraSome more bits
2005-07-04 Rafael Teixeiraoops
2005-07-04 Rafael TeixeiraMany more Makefile harmonization
2005-07-04 Rafael TeixeiraHarmonizing Makefile with available test sources
2005-06-30 Rafael TeixeiraSome new sources not reay to integrate on automated...
2005-06-30 Rafael Teixeira2005-06-30:5 Rafael Teixeira <rafaelteixeirabr@hotmail...
2005-06-30 Rafael Teixeira2005-06-30:4 Rafael Teixeira <rafaelteixeirabr@hotmail...
2005-06-30 Rafael Teixeira2005-06-30:3 Rafael Teixeira <rafaelteixeirabr@hotmail...
2005-06-30 Rafael Teixeira2005-06-30:2 Rafael Teixeira <rafaelteixeirabr@hotmail...
2005-06-30 Rafael Teixeira2005-06-30 Rafael Teixeira <rafaelteixeirabr@hotmail...
2005-06-30 Manjula GHMSupport signed exponent
2005-06-30 Manjula GHMFix compilation breakage
2005-06-30 Manjula GHMSupport hexadecimal literals - supports binary value...
2005-06-29 Marek Safarerror messages review
2005-06-29 Manjula GHMcorrection in test case
2005-06-29 Manjula GHMCorrection in test case
2005-06-28 Ben Maurerbe less verbose
2005-06-28 Manjula GHMSome more corrections in test cases
2005-06-28 Manjula GHM Fix compilation error
2005-06-28 Manjula GHMSupport suitable property to override
2005-06-27 Manjula GHMSupport and successfully find label definition inside...
2005-06-23 Manjula GHMClear the hashtable in end of block
2005-06-23 Manjula GHMTo disallow reassignment of object inside 'With...End...
2005-06-21 Atsushi Enoimported everything from my branch (which is slightly...
2005-06-14 Marek SafarSwitch to compiler-tester
2005-06-13 Marek SafarUpdated to be more consistent
2005-06-13 Manjula GHMTo handle Goto in Try, Catch block
2005-06-10 Manjula GHMTo Support other types of source in Mid statement
2005-06-10 Manjula GHMTo Support Optional max. insert length value in Mid...
2005-06-10 Manjula GHMAllow New Date assignment to other types
2005-06-08 Rafael Teixeira2005-06-08 Rafael Teixeira <rafaelteixeirabr@hotmail...
2005-06-07 Satya Sudha K * class.cs : Disallowing default properties...
2005-06-05 Ben Maurer2005-06-05 Ben Maurer <bmaurer@ximian.com>
2005-06-05 Satya Sudha K* expression.cs : Allowing '()' for property invocation...
2005-05-30 Satya Sudha K* statement.cs : 'For Each' statement : Wrapping the...
2005-05-29 Eyal AlaloufStandardized Mainsoft ConstraintCollection tests.
2005-05-27 Satya Sudha K* statement.cs :
2005-05-27 Satya Sudha KSome more testcases for 'Select-Case' statements
2005-05-27 Manjula GHM To support "Sub New()" without modifier
2005-05-27 Ritvik Mayank2005-05-27 Ritvik Mayank <mritvik@novell.com>
2005-05-26 Raja R HarinathIn mcs:
2005-05-26 Manjula GHMFix Enum conversion for two level assignment and added...
2005-05-26 Manjula GHMFix problem w.r.t 'Exit Sub'
2005-05-25 Satya Sudha KFixed a testcase
2005-05-25 Satya Sudha Kexpression.cs, statement.cs: Late binding for method...
2005-05-24 Satya Sudha K Testcases for overload resolution involving 'object...
2005-05-23 Satya Sudha KCopying back the arguments (matching 'ByRef' parameters...
2005-05-23 Satya Sudha KTestcase for argument-ordering in latebinding
2005-05-23 Satya Sudha K* statement.cs : Support named arguments in late binding
2005-05-20 Satya Sudha KModifying the order of Named arguments
2005-05-17 Satya Sudha KFixed some misplaced testcases
2005-05-17 Satya Sudha K* ecore.cs : Removed char <-> numeric/date conversions...
2005-05-17 Satya Sudha KSome fixes to Named arguments
2005-05-17 Satya Sudha KTestcases for named arguments and typemembers - by...
2005-05-16 Rafael Teixeira2005-05-16 Rafael Teixeira <rafaelteixeirabr@hotmail...
2005-05-16 Gonzalo Paniagua... 2005-05-16 Gonzalo Paniagua Javier <gonzalo@ximian...
2005-05-16 Manjula GHM* Declare NullType
2005-05-16 Satya Sudha K2005-05-16 Satya Sudha K <ksathyasudha@hotmail.com>
2005-05-15 Konstantin Trigermerging the Mainsoft branch to the trunk
2005-05-13 Atsushi Eno2005-05-13 Atsushi Enomoto <atsushi@ximian.com>
2005-05-12 Rafael Teixeira2005-05-12:2 Rafael Teixeira <rafaelteixeirabr@hotmail...
2005-05-12 Rafael Teixeira2005-05-12 Rafael Teixeira <rafaelteixeirabr@hotmail...
2005-05-11 Ankit Jain* expression.cs (Invocation.CheckParameterAgainstArgume...
2005-05-11 Ankit Jain* expression.cs (Invocation.CheckParameterAgainstArgume...
2005-05-10 Satya Sudha K* statement.cs, expression.cs, assign.cs :
2005-05-10 Raja R Harinath* driver.cs (InitializeRootContextAndOthersFromOptions):
2005-05-09 Satya Sudha K * parameter.cs : Support 'Optional ByRef' param...
2005-05-07 Rafael Teixeira2005-05-07 Rafael Teixeira <rafaelteixeirabr@hotmail...
2005-05-06 Rafael Teixeira2005-05-06 Rafael Teixeira <rafaelteixeirabr@hotmail...
2005-05-05 Rafael Teixeira2005-05-05 Rafael Teixeira <rafaelteixeirabr@hotmail...
2005-05-05 Satya Sudha KTestcases for 'For' statement and optional arguments
2005-05-05 Satya Sudha K* statement.cs
2005-05-04 Satya Sudha KTo accomodate the changes in 'LateSet' method signature
2005-05-03 Ritvik Mayank2005-05-03 Ritvik Myank <mritvik@novell.com>
2005-05-03 Manjula GHMSupport Reference Parameter - when argument and paramet...
2005-05-02 Ritvik MayankIn tests/expressions:
2005-04-29 Satya Sudha KSupport for 'LateSet', 'LateIndexGet', 'LateIndexSet'
next