From 4256d92823398a8fc6c35fef8e1c6ff6747fc58b Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Wed, 29 Aug 2001 20:11:29 +0000 Subject: [PATCH] Flush svn path=/trunk/mono/; revision=678 --- doc/index | 10 ++++++++++ doc/web/makefile | 1 + doc/web/template.html.in | 2 +- mono/interpreter/interp.c | 1 - runtime/Makefile.am | 5 ++++- web/index | 10 ++++++++++ web/web/makefile | 1 + web/web/template.html.in | 2 +- 8 files changed, 28 insertions(+), 4 deletions(-) diff --git a/doc/index b/doc/index index 836c30b087d..066fae90a31 100644 --- a/doc/index +++ b/doc/index @@ -23,6 +23,16 @@ You can contact the team at: mono-list@ximian.com +** Aug 28, 2001 + + .NET Hello World is working under Mono! The latest snapshots + will let you run it. + + Hello World consits of 1821 CIL instructions, + performs 66 subroutine calls and loads 12 classes from the corlib.dll + + Good work Mono team! + ** Aug 23, 2001 Lloyd Dupont has announced his OpenGL bindings for C#, they diff --git a/doc/web/makefile b/doc/web/makefile index 1e549a40c3a..a3373a05f1f 100644 --- a/doc/web/makefile +++ b/doc/web/makefile @@ -34,6 +34,7 @@ clean: push: scp *.html www@www.ximian.com:/web/cvsmodules/mono + scp *.html migueldeicaza@mononet.sf.net:/home/groups/m/mo/mononet/htdocs push2: scp *.html primates:public_html/xxx diff --git a/doc/web/template.html.in b/doc/web/template.html.in index 7afdfca4a1b..e6fc3bac567 100644 --- a/doc/web/template.html.in +++ b/doc/web/template.html.in @@ -30,7 +30,7 @@ - + diff --git a/mono/interpreter/interp.c b/mono/interpreter/interp.c index ff8d24d9efb..31346c51590 100644 --- a/mono/interpreter/interp.c +++ b/mono/interpreter/interp.c @@ -674,7 +674,6 @@ ves_pinvoke_method (MonoInvocation *frame) g_slist_free (l); - printf ("PINVOKE %s %08x %d %p\n", frame->method->name, sig->ret->type, sig->hasthis, frame->obj); if (sig->ret->type != MONO_TYPE_VOID) stackval_from_data (sig->ret, frame->retval, res); diff --git a/runtime/Makefile.am b/runtime/Makefile.am index 7f438031a0a..c1ca035b82a 100644 --- a/runtime/Makefile.am +++ b/runtime/Makefile.am @@ -15,4 +15,7 @@ dist-hook: -cp $(srcdir)/*.dll $(distdir) copy_dlls: - cp /nt/mono/mcs/class/*/*.dll . \ No newline at end of file + cp /nt/mono/mcs/class/*/*.dll . + +push_dlls: + scp *.dll snapshot@mono-cvs.ximian.com:dlls \ No newline at end of file diff --git a/web/index b/web/index index 836c30b087d..066fae90a31 100644 --- a/web/index +++ b/web/index @@ -23,6 +23,16 @@ You can contact the team at: mono-list@ximian.com +** Aug 28, 2001 + + .NET Hello World is working under Mono! The latest snapshots + will let you run it. + + Hello World consits of 1821 CIL instructions, + performs 66 subroutine calls and loads 12 classes from the corlib.dll + + Good work Mono team! + ** Aug 23, 2001 Lloyd Dupont has announced his OpenGL bindings for C#, they diff --git a/web/web/makefile b/web/web/makefile index 1e549a40c3a..a3373a05f1f 100644 --- a/web/web/makefile +++ b/web/web/makefile @@ -34,6 +34,7 @@ clean: push: scp *.html www@www.ximian.com:/web/cvsmodules/mono + scp *.html migueldeicaza@mononet.sf.net:/home/groups/m/mo/mononet/htdocs push2: scp *.html primates:public_html/xxx diff --git a/web/web/template.html.in b/web/web/template.html.in index 7afdfca4a1b..e6fc3bac567 100644 --- a/web/web/template.html.in +++ b/web/web/template.html.in @@ -30,7 +30,7 @@ - + -- 2.25.1