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
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@hurrynot.org>2005-05-03 15:39:55 +0400
committerRaja R Harinath <harinath@hurrynot.org>2005-05-03 15:39:55 +0400
commit1b63b6b97471961d24666af5bc01e7a2c19153ea (patch)
tree709be517009ca1165122da05ed008863b483d599 /mcs/errors/ChangeLog
parentf6f4b00a6ad88c0ab2b205226b8d185e2a073733 (diff)
In mcs:
* typemanager.cs (IsOverride, RegisterNonOverride): New. * decl.cs (MemberCache.AddMethod): Register "non-override" methods that used to trigger warning -28. Remove warning -28. * expression.cs (Invocation.OverloadResolve): Use TypeManager.IsOverride to distinguish override methods. In errors: * errors.txt (warning -28): Remove. svn path=/trunk/mcs/; revision=43921
Diffstat (limited to 'mcs/errors/ChangeLog')
-rw-r--r--mcs/errors/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/errors/ChangeLog b/mcs/errors/ChangeLog
index 61596b90e06..02b3f63782c 100644
--- a/mcs/errors/ChangeLog
+++ b/mcs/errors/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-03 Raja R Harinath <rharinath@novell.com>
+
+ * errors.txt (warning -28): Remove.
+
2005-04-17 Atsushi Enomoto <atsushi@ximian.com>
* cs-1574-6.cs, cs-0419.cs : added new tests (bug #71603 and #71605).