2006-10-28 Marek Safar <marek.safar@gmail.com>
[mono.git] / mcs / gmcs / ChangeLog
index f998e006849e76b9684cd3da3f23caade34defc8..61477e0245bcd442fc02b0c7eff4622f72910db3 100644 (file)
@@ -1,3 +1,29 @@
+2006-10-28  Marek Safar  <marek.safar@gmail.com>
+
+       A fix for bug #78998
+       * generic.cs (ConstructedType.AsAccessible): Check accessibility of type
+       arguments as well.
+
+2006-10-26  Marek Safar  <marek.safar@gmail.com>
+
+       A fix for bug #76591
+       * cs-tokenizer.cs (IsCastToken): Enable a cast of anonymous methods.
+
+2006-10-25  Brian Crowell  <brian@fluggo.com>
+
+       Fix #79703
+       * generic.cs (CheckConstraints): Allow generic parameters with
+       inheritance constraints to satisfy reference type constraints.
+
+2006-10-09  Martin Baulig  <martin@ximian.com>
+
+       * generic.cs
+       (NullCoalescingOperator.DoResolve): Fix #78964; added gtest-294.cs.
+
+2006-09-25  Martin Baulig  <martin@ximian.com>
+
+       * class.cs: Remove after unification with mcs source.
+
 2006-09-24  Raja R Harinath  <harinath@gmail.com>
 
        * convert.cs: Remove after unification with mcs source.