X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=ChangeLog;h=4bb2e015ba8878dc5f3827905eeec0c5d7c59ab6;hb=ad36a219633fad9b9bb1af27865526e50e165251;hp=f85d83e49183b6677b6f323163c1845eb647dbb4;hpb=f781be3fa7ee91fb6967a3a36309bfb6cabd70d0;p=mono.git diff --git a/ChangeLog b/ChangeLog index f85d83e4918..4bb2e015ba8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,146 @@ +2004-04-07 Gonzalo Paniagua Javier + + * configure.in: don't try-run the tests for nptl and/or sigaltstack + if they are disabled in the command line. + +2004-04-05 Jackson Harper + + * man/ilasm.1: Show /output instead of /out as the switch for + specifying output file names. + +2004-04-05 Zoltan Varga + + * configure.in: Check for pthread_getattr_np and pthread_attr_get_np. + +2004-04-02 Gonzalo Paniagua Javier + + * config.h.in: added HAVE_GETPWUID_R + * configure.in: check for getpwuid_r. + +2004-03-23 Zoltan Varga + + * configure.in: Fix GNU ld check. + +2004-03-22 Zoltan Varga + + * configure.in: Use amd64 instead of x86-64 as directory name. Fixes + #55840. + + * configure.in: Disable -version-script if not using GNU ld. Fixes + #55910. + + * configure.in: Speedup successful sigaltstack test. + +2004-03-21 Gonzalo Paniagua Javier + + * configure.in: this test for sigaltstack works. + +2004-03-20 Zoltan Varga + + * configure.in: Disable sigaltstack test for now since it can hang. + + * configure.in: Add test for working sigaltstack. +2004-03-16 Duncan Mak + + * runtime/Makefile.am + (MakeCert.exe, cert2spc.exe, certmgr.exe, setreg.exe): + Remember to install them to mono/runtime. + +2004-03-14 Zoltan Varga + + * configure.in: Enable JIT on sparc. + +2004-03-13 Martin Willemoes Hansen + + * data/config.in: Changed libgtkhtml-3.0.so.2 to libgtkhtml-3.0.so to fix + breakage with gtkhtml-3.0.10 + +2004-03-10 Zoltan Varga + + * configure.in acconfig.h: Add a --with-sigaltstack option for platforms + where the sigaltstack based exception handling does not work. + +2004-03-08 Zoltan Varga + + * configure.in acconfig.h: Add check for aintl function, which is the + solaris equivalent of truncl. + +2004-02-29 Zoltan Varga + + * configure.in: Add check for GC_enable. + + * configure.in: Remove amd64/Makefile from AC_OUTPUT to fix build. + +2004-02-19 Zoltan Varga + + * configure.in: Add proper support for --with-nptl for people who + have linking problems when it is enabled. + +2004-02-18 Zoltan Varga + + * configure.in: Add test for __thread keyword and shared libs. + +2004-02-16 Zoltan Varga + + * configure.in: Enable --with-nptl by default. + +2004-02-03 Zoltan Varga + + * configure.in: Applied patch from Adrian Bunk (bunk@fs.tum.de). Fix + message for failed gethostbyname2_r check. + +Fri Jan 23 16:07:05 EST 2004 Paolo Molaro + + * configure.in, acconfig.h: check for truncl. Disable + version script on MacOSX (see bug #51590 if a check becomes + necessary). + +Fri Jan 23 21:26:01 CET 2004 Paolo Molaro + + * configure.in, acconfig.h: added check for socklen_t. + +2004-01-22 Zoltan Varga + + * Makefile.am: Do not install mono.pc on platforms without a JIT. + +2004-01-21 Zoltan Varga + + * Makefile.am (remove-binaries): Get rid of non-portable >& construct. + +2003-12-29 Miguel de Icaza + + * scripts/sn.in: Add sn script. + +2004-01-15 Zoltan Varga + + * scripts/Makefile.am: Add al.exe. + + * scripts/al.in: New file. + + * runtime/Makefile.am: Add al.exe. + +2004-01-10 Jackson Harper + + * data/machine.config: Add trace handler (Trace.axd) add trace + configuration handlers. + +2004-01-06 Martin Willemoes Hansen + + * doc/books: Added books on Web Services and ASP.NET + +2004-01-04 Daniel Morgan + + * monowiz.win32.nsi: update the NSIS installer script for windows + to support NSIS 2.0 rc1 and Mono 0.29 + 2003-12-22 Bernie Solomon * configure.in: missed in my last change + * samples/embed/testi.c: interpreter embedding example + + * docs/embedded-api: add info on interpreter embedding + Mon Dec 22 18:27:14 CET 2003 Paolo Molaro * configure.in, acconfig.h: use mach semaphores on darwin.