X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=ChangeLog;h=56f69f772fe85abc540a478b82b1bc5da5ee1075;hb=cc615ced8d898bb69db16f3aef0b4dd19a7ee7a7;hp=b6afba73161339e897af43268fe2a31aeec317ba;hpb=5dafd5ea2b3ec538d1655aec35918c6a14947fde;p=mono.git diff --git a/ChangeLog b/ChangeLog index b6afba73161..56f69f772fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,91 @@ +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