X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=ChangeLog;h=330378f64711d02b27512ced7c4ceed65efbb673;hb=665c33cccf6617e4fefc8badf18e34cbeacda60a;hp=9483d78a9ae016f8983712d9524e6d20993a5701;hpb=6137f6e27ddef4aa3dbdb36f6a4592863bbf83ba;p=mono.git diff --git a/ChangeLog b/ChangeLog index 9483d78a9ae..330378f6471 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,140 @@ +2010-04-29 Andreas Färber + + * configure.in: Check for -lm necessity. + Fixes linking on Haiku. + + Contributed under MIT/X11 license. + +2010-04-27 Mark Probst + + * scripts/mono-heapviz: If the major sections are too small, use a + larger width. + +2010-04-27 Zoltan Varga + + * configure.in: Switch to eglib by default. + +2010-04-26 Geoff Norton + + * configure.in: Allow cross compiling osx for 64-bit + +2010-04-26 Zoltan Varga + + * configure.in: Applied patch from Robert Nagy (robert@openbsd.org). Add + sys/param.h dependencies to a few checks. + +2010-04-25 Mark Probst + + * tools/sgen/sgen-grep-binprot.c: Support for major Mark&Sweep + collector. + +2010-04-20 Jonathan Pryor + + * configure.in: Check for the asm/sigcontext.h header. + +2010-04-20 Andrés G. Aragoneses + + * README: Replace --with-profile2 with --with-profile4. + +2010-04-20 Jonathan Pryor + + * configure.in: On OpenBSD, remove duplicate -pthread options in + libmono_ldflags. Change from Robert Nagy . + +2010-04-20 Jonathan Pryor + + * configure.in: For Linux hosts, remove libmono_ldflags="-lpthread". + It's unnecessary (for !target_win32, pthreads are checked again + later in configure.in), and it breaks Android (which doesn't have + libpthread, but DOES have pthreads in libc). + +2010-04-19 Jonathan Pryor + + * configure.in: Disable AC_CHECK_LIB() for pthread, as this breaks + autoconf on BSD platforms. (Why? Who knows -- it's AutoConf!) + +2010-04-19 Jonathan Pryor + + * configure.in: Use AC_CHECK_LIB() to check for pthread instead of + just blindly linking to -lpthread, as Android includes pthread + support within libc and doesn't provide a separate libpthread. + Android's pulls in (unlike glibc), resulting + in a build error in mono/utils/mono-codeman.c due to + `struct mallinfo` re-declaration. Define HAVE_USR_INCLUDE_MALLOC_H + if /usr/include/malloc.h is present to avoid this. + +2010-04-19 Jonathan Pryor + + * configure.in: Add header, structure member, and function checks as + Android doesn't provide all the headers, structure members, and + functions that a "full" Linux distro includes. + +2010-04-19 Zoltan Varga + + * configure.in: Add a --enable-minimal=normalization option to disable support + for string normalization. + +2010-04-16 Marek Habersack + + * configure.in: added a check for sysconf(3) + +2010-04-14 Miguel de Icaza + + * configure.in: turn the AC_MSG_ERROR into a AC_MSG_WARN since in + Andrew's configuration this aborts the build: + + host=i686-pc-linux-gnu != target=i586-suse-linux + + And I no longer remember why I added that error in the first + place (we need to determine perhaps the arch/OS but it is + difficult with those strings). + +2010-04-08 Andreia Gaita + + * configure.in: Add an extra "only" option to --with-moonlight. This + will configure mono to only build moonlight-specific stuff and + nothing else. --with-moonlight=yes now just adds the moon profile to + the build + + * Makefile.am: Add moonlight-specific rules that only build what + moon needs. These are called directly from moon, to do fast + moon+mono+mcs builds + + * runtime/Makefile.am: Change the build rules to have a moonlight-only + build configuration, as well as a normal build that optionally includes + it + +2010-04-07 Raja R Harinath + + * runtime/Makefile.am ($(tmpinst)/bin/dmcs): Add. + +2010-04-06 Andreia Gaita + + * configure.in: add --with-mcs-path option to specify where the mcs + source can be found, if not on ./mcs or ../mcs. + Only touch the mcs and/or olive dirs and config files if we're + actually building them + +2010-04-05 Zoltan Varga + + * configure.in: Append -lgc to libmono_ldflags if using an external libgc. + +2010-04-04 Andreas Färber + + * configure.in: Fix typo. + Set default for with_moonlight to fix "Moon Profile:" output. + + Contributed under MIT/X11 license. + +2010-04-03 Zoltan Varga + + * configure.in: Applied some openbsd changes from Robert Nagy + . + 2010-04-03 Marek Habersack - * configure.in: TARGET_WIN32 is defined when cross-compiling with - MinGW + * configure.in: TARGET_WIN32 and MINGW_CROSS_COMPILE are defined + when cross-compiling with MinGW * build-mingw32.sh: include the 4.0 profile in the zip. Remove cross-compilation environment bin path from PATH before