X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=ChangeLog;h=5e161774a88ab66621760b6a0a1477988033a94f;hb=455a084a543d046f4f93a1acc64a26028bada736;hp=af12c802de426592060923d87cbb882cbe0d876c;hpb=3dd8fb22cfcce0942f317e8f9ac01c562fd2eb82;p=mono.git diff --git a/ChangeLog b/ChangeLog index af12c802de4..5e161774a88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,150 @@ +2003-10-16 Miguel de Icaza + + * man/mono.1: Document new --trace options + +2003-10-13 Bernie Solomon + + * configure.in: add hppa support (64bit only) + make solaris build work with Forte compiler + +2003-10-13 Zoltan Varga + + * configure.in: Added check for pthread_attr_setstacksize. + + * mono/tests/ChangeLog: New file. + +2003-10-13 Zoltan Varga + + * mono/tests/Makefile.am: Link the tests with the test driver program + used for the mini tests. + +2003-10-10 Zoltan Varga + + * mono/tests/libtest.c (mono_test_marshal_delegate): Added test for + stdcall calling convention. + +2003-10-09 Dick Porter + + * acconfig.h: + * configure.in: Check for ICU availability + +2003-10-09 Bernie Solomon + + * mono/tests/libtest.c: fix after merge of pinvoke2.cs + +2003-10-07 Bernie Solomon + + * mono/tests/Makefile.am mono/tests/libtest.c + mono/tests/pinvoke18.cs: new test for bool marshalling. + +2003-10-07 Bernie Solomon + + * mono/scripts/Makefile.am mono/scripts/*.in: fix + managed .exe paths so they are found under cygwin. + +2003-10-07 Zoltan Varga + + * mono/tests/pinvoke2.cs mono/tests/libtest.c: Fix array of structs + test. + +2003-10-06 Bernie Solomon + + * mono/tests/pinvoke2.cs mono/tests/pinvoke11.cs + mono/tests/libtest.c: Add more pass by value struct + tests for platforms with more complex calling conventions + (Sparc V9, HPPA 64 bit). + +2003-10-06 Zoltan Varga + + * mono/tests/pinvoke2.cs mono/tests/libtest.c: Add array of structs + marshalling test. + +2003-10-04 Bernie Solomon + + * mono/tests/libtest.c: remove warnings except + "no previous prototype" + +2003-10-03 Bernie Solomon + + * mono/tests/libtest.c: (test_lpwstr_marshal) remove undefined + behaviour of increment, (mono_test_marshal_char) = should be == + +2003-09-30 Zoltan Varga + + * mono/tests/remoting1.cs: Added test for interface casts on + TransparentProxies. + +2003-09-24 Bernie Solomon + + * mono/tests/pinvoke*.cs, delegate4.cs, marshal10.cs, marshal4.cs + marshal5.cs: remove .so from DllImport of libtest to aid portability. + +2003-09-08 Zoltan Varga + + * configure.in: Added check for valgrind headers. + +2003-09-03 Zoltan Varga + + * Makefile.am: Use $(MAKE) in even more places. Patch by Bernie Solomon + (bernard@ugsolutions.com). + +2003-08-27 Zoltan Varga + + * Makefile.am: Use $(MAKE) instead of make. Patch by Bernie Solomon + (bernard@ugsolutions.com). + +2003-08-25 Zoltan Varga + + * mono.pc.in: Added gthread-2.0. + +2003-08-22 Zoltan Varga + + * configure.in: Added gthread-2.0 to GLIB_CFLAGS and GLIB_LIBS, so we + can call g_thread_init (). + +2003-08-21 Zoltan Varga + + * mono/tests/threadpool.cs mono/tests/threadpool1.cs: Make increments + of static variables atomic. Fixes bug #47683. + +2003-08-21 Johannes Roith + + * mono/Makefile.am: small update. make sure, glib makes it in the build, add optional target for dependencies + +2003-08-18 Johannes Roith + + * mono/Makefile.am: add windows build option + * mono/monowiz.win32.nsi: add windows build script + * mono/mono-win32-light.bmp: add bitmap + +2003-08-16 Zoltan Varga + + * mono/tests/checked.cs: Added mul.ovf tests. + +2003-08-15 Duncan Mak + + * doc/mysql: Change references to ByteFX.Data.MySQLClient to the + correct ByteFX.Data.MySqlClient (note the change in + capitalization). Thanks to Tom Wagner for + spotting the error. + +2003-08-15 Zoltan Varga + + * mono/tests/bug-47295.cs: Regression test for bug #47295. + +2003-08-11 Duncan Mak + + * runtime/Makefile.am (assemblies_DATA): Add Mono.Cairo.dll. + +Sun Aug 3 21:12:13 BST 2003 Malte Hildingson + + * configure.in: added FPU test for ARM. + +Thu Jul 31 16:19:07 CEST 2003 Paolo Molaro + + * configure.in, etc.: portability fixes and support for + buidling outside the srcdir from Laurent Morichetti . + 2003-07-22 Duncan Mak * runtime/Makefile.am: Remove sqlsharp as we no longer distribute it.