2001-08-20 Dietmar Maurer <dietmar@ximian.com>
authorDietmar Maurer <dietmar@mono-cvs.ximian.com>
Mon, 20 Aug 2001 08:52:40 +0000 (08:52 -0000)
committerDietmar Maurer <dietmar@mono-cvs.ximian.com>
Mon, 20 Aug 2001 08:52:40 +0000 (08:52 -0000)
commit00938302f310437623a24e042a5b91ad08fe25fa
tree07f566cc3ff002046edef828ec503a746a7a01e6
parenta9cb3de8c9e9f85e86b2bba97f40e9286c9ace4e
2001-08-20  Dietmar Maurer  <dietmar@ximian.com>

        * mono/tests/stream.cs: new tests for the Stream class

        * configure.in: I really need LIBTOOL for libmonowrapper.so, so I
        added it again.

        * class.h: replaced 'struct MonoMethod' with 'MonoMethod'

        * cli.h: removed #include <mono/cli/object.h>

        * icall.c: changed everything to support the new calling convention

        * hacks.h: added some macros for FreeBSD

        * interp.c (get_named_exception): use mono_object_new instead of
        newobj, initialize the stack before we call the constructor.

        * metadata.c (mono_metadata_signature_equal): impl.

        * *: void is now a realy MonoType (instead of using NULL)

        * metadata.c (do_mono_metadata_parse_type): use
        mono_metadata_parse_type to parse void value.

svn path=/trunk/mono/; revision=502
32 files changed:
ChangeLog
configure.in
mono/Makefile.am
mono/cli/ChangeLog
mono/cli/class.h
mono/cli/cli.h
mono/cli/loader.c
mono/cli/object.c
mono/cli/object.h
mono/dis/ChangeLog
mono/dis/get.c
mono/dis/main.c
mono/interpreter/ChangeLog
mono/interpreter/hacks.h
mono/interpreter/icall.c
mono/interpreter/interp.c
mono/interpreter/interp.h
mono/metadata/ChangeLog
mono/metadata/assembly.c
mono/metadata/class.h
mono/metadata/icall.c
mono/metadata/loader.c
mono/metadata/metadata.c
mono/metadata/metadata.h
mono/metadata/object.c
mono/metadata/object.h
mono/tests/Makefile.am
mono/tests/stream.cs [new file with mode: 0755]
mono/wrapper/.cvsignore [new file with mode: 0644]
mono/wrapper/Makefile.am [new file with mode: 0644]
mono/wrapper/genwrapper.pl [new file with mode: 0755]
mono/wrapper/wrapper.c [new file with mode: 0644]