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
2005-12-04In mcs:Ben Maurer
2005-12-03 Ben Maurer <bmaurer@ximian.com> * anonymous.cs: Have the param code handle leaving copies on the stack etc. Allows anonymous params to take part in the assignment code (++, +=, etc). Fixes bug #76550 * expression.cs: Handle the prepare_for_load/leave_copy by passing it down to the anon code. * iterators.cs: Use dummy var here * codegen.cs: Handle new vars In tests: 2005-12-03 Ben Maurer <bmaurer@ximian.com> * test-474.cs: new test. svn path=/trunk/mcs/; revision=53896