Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-03Make Main method publicMarek Safar
2007-09-04* test-583.cs: test for bug #82676.Gert Driesen
* test-584.cs: test for bug #82690. * known-issues-gmcs: added test-583.cs and test-584.cs. * known-issues-mcs: added test-583.cs and test-584.cs. svn path=/trunk/mcs/; revision=85318
2007-03-292007-03-29 Martin Baulig <martin@ximian.com>Martin Baulig
Fix #79148. * anonymous.cs (ScopeInfo.ctor): Use `Modifiers.PUBLIC' if we're a nested CompilerGeneratedClass. (ScopeInfo.EmitScopeInstance): Make this protected. (CapturedVariable.EmitInstance): Use `Ldarg_0' if `ec.CurrentAnonymousMethod.Scope == Scope'. * statement.cs (Block.ScopeInfo): Make this a property. svn path=/trunk/mcs/; revision=75127