2004-11-05 Miguel de Icaza <miguel@ximian.com>
authorMiguel de Icaza <miguel@gnome.org>
Fri, 5 Nov 2004 19:38:32 +0000 (19:38 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Fri, 5 Nov 2004 19:38:32 +0000 (19:38 -0000)
commit55a71babd783331b36e559825ec01b9f61b07983
tree7bd0cda63a4a87dbcf06ca7aca4eba9ba375ccf0
parent7713bb5b3d5220d64ac120810b2418fa269208b5
2004-11-05  Miguel de Icaza  <miguel@ximian.com>

* Indexers were using the ShortName when defining themselves,
causing a regression in the compiler bootstrap when applying the
patch from 2004-11-02 (first part), now they use their full name
and the bug is gone.

Reapplied:

2004-11-02  Miguel de Icaza  <miguel@ximian.com>

* class.cs (Event.Define, Indexer.Define, Property.Define): Do not
special case explicit implementations, we should always produce
the .property or .event declaration.

svn path=/trunk/mcs/; revision=35728
mcs/mcs/ChangeLog
mcs/mcs/class.cs