2001-08-28 Dietmar Maurer <dietmar@ximian.com>
authorDietmar Maurer <dietmar@mono-cvs.ximian.com>
Tue, 28 Aug 2001 10:47:36 +0000 (10:47 -0000)
committerDietmar Maurer <dietmar@mono-cvs.ximian.com>
Tue, 28 Aug 2001 10:47:36 +0000 (10:47 -0000)
commitabaa8e2d48dd64aa74252371553c7f2b2ed97dfc
tree64ab98f77dbd6795f8ee1f5ff50e19a4d528b176
parent9de03899f85b70d40f3da815e11f8f385192ecd1
2001-08-28  Dietmar Maurer  <dietmar@ximian.com>

* interp.c (ves_exec_method): better check for value types (get
the class to detect if we have a value type), implemented CEE_CONV_U1,
CEE_CONV_U2, CEE_CEQ

* class.c (mono_class_metadata_init): delayed computing of the
class size to mono_class_metadata_init ()

* mono/tests/console.cs: impl.

* mono/tests/box.cs: impl.

* mono/tests/stream-writer.cs: impl.

svn path=/trunk/mono/; revision=655
ChangeLog
mono/interpreter/ChangeLog
mono/interpreter/interp.c
mono/metadata/ChangeLog
mono/metadata/class.c
mono/metadata/object.c
mono/tests/Makefile.am
mono/tests/array.cs
mono/tests/box.cs [new file with mode: 0755]
mono/tests/console.cs [new file with mode: 0755]
mono/tests/stream-writer.cs [new file with mode: 0755]