2008-03-27 Marek Safar <marek.safar@gmail.com>
[mono.git] / mcs / mcs / ChangeLog
index 5dc19973dfef093a01fd9a4cdf975ce1178c9add..a4fe0b9d06195ef395c61428bd2b26dc13296244 100644 (file)
@@ -1,3 +1,36 @@
+2008-03-27  Marek Safar  <marek.safar@gmail.com>
+
+       A fix for bug #374214
+       * ecore.cs: Correctly report argument type mismatch.
+
+2008-03-27  Marek Safar  <marek.safar@gmail.com>
+
+       * convert.cs (ImplicitReferenceConversionCore): Correctly compare enum type
+       and not rely on broken IsEnum.
+
+2008-03-27  Marek Safar  <marek.safar@gmail.com>
+
+       * nullable.cs: New file, extracted from generic.cs.
+       
+       * generic.cs, generic-mcs.cs, *.csproj, *.sources: Updated.
+
+2008-03-27  Marek Safar  <marek.safar@gmail.com>
+
+       * generic.cs, convert.cs, generic-mcs.cs, expression.cs: Added lifting of
+       predefined comparison operators and null literals.
+       
+       * report.cs: New warning ID.
+       
+2008-03-25  Marek Safar  <marek.safar@gmail.com>
+
+       A fix for bug #370577
+       * lambda.cs: Check return type too.
+
+2008-03-25  Marek Safar  <marek.safar@gmail.com>
+
+       A fix for bug #372846
+       * class.cs: Automatic properties can be declared as unsafe.
+
 2008-03-20  Marek Safar  <marek.safar@gmail.com>
 
        * location.cs: Use string based concatenation.