2009-12-14 Rodrigo Kumpera <rkumpera@novell.com>
commitcd70db557eb416f01a8cc44718d905020497463f
authorRodrigo Kumpera <kumpera@gmail.com>
Mon, 14 Dec 2009 22:56:17 +0000 (14 22:56 -0000)
committerRodrigo Kumpera <kumpera@gmail.com>
Mon, 14 Dec 2009 22:56:17 +0000 (14 22:56 -0000)
treeafc5b78d32ec1b49c283e45e6e80640b111553be
parentab6fb7efb9287edb888db73671c943198c854d43
2009-12-14 Rodrigo Kumpera  <rkumpera@novell.com>

Type.cs (IsCompilerContext): The default implementation now checks if the
type's assembly is under compiler context or not.

2009-12-14 Rodrigo Kumpera  <rkumpera@novell.com>

* MonoGenericClass.cs: Remove IsByRef hack.

2009-12-14 Rodrigo Kumpera  <rkumpera@novell.com>

* TypeBuilder.cs (GetConstructor/GetMethod): Fail with a NRE if method/ctor
is null.

2009-12-14 Rodrigo Kumpera  <rkumpera@novell.com>

* TypeTest.cs: Fix test that checked for old and wrong behavior of mono.

svn path=/trunk/mcs/; revision=148433
mcs/class/corlib/System.Reflection.Emit/ChangeLog
mcs/class/corlib/System.Reflection.Emit/TypeBuilder.cs
mcs/class/corlib/System.Reflection/ChangeLog
mcs/class/corlib/System.Reflection/MonoGenericClass.cs
mcs/class/corlib/System/ChangeLog
mcs/class/corlib/System/Type.cs
mcs/class/corlib/Test/System/ChangeLog
mcs/class/corlib/Test/System/TypeTest.cs