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
2004-12-06remove svn:executable from *.csRaja R Harinath
svn path=/trunk/mcs/; revision=37192
2001-11-222001-11-22 Miguel de Icaza <miguel@ximian.com>Miguel de Icaza
* statement.cs (If.Emit): Fix a bug that generated incorrect code on If. Basically, we have to return `true' (ie, we do return to our caller) only if both branches of the if return. * expression.cs (Binary.Emit): LogicalOr and LogicalAnd are short-circuit operators, handle them as short circuit operators. svn path=/trunk/mcs/; revision=1427