Merge pull request #1857 from slluis/fix-assembly-resolver
[mono.git] / ChangeLog
index 06704dddf5eab92a616b3c3840dcefeb5bcfcfd2..1616a4e9a1cdee9faf7dd03612d4a22effdd255b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,116 @@
+2011-04-19  gettextize  <bug-gnu-gettext@gnu.org>
+
+       * m4/gettext.m4: New file, from gettext-0.18.1.
+       * m4/iconv.m4: New file, from gettext-0.18.1.
+       * m4/lib-ld.m4: New file, from gettext-0.18.1.
+       * m4/lib-link.m4: New file, from gettext-0.18.1.
+       * m4/lib-prefix.m4: New file, from gettext-0.18.1.
+       * m4/nls.m4: Upgrade to gettext-0.18.1.
+       * m4/po.m4: Upgrade to gettext-0.18.1.
+       * m4/progtest.m4: Upgrade to gettext-0.18.1.
+       * m4/Makefile.am (EXTRA_DIST): Add the new files.
+       * configure.in (AC_CONFIG_FILES): Add po/Makefile.in.
+
+2010-08-05  AndrĂ©s G. Aragoneses  <andres@lindenlab.com>
+
+       * scripts/.gitignore: added mono-abi-info.
+       * scripts/Makefile.am: added mono-abi-info autofoo.
+
+2010-07-16  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Remove the 'LLVM backend is experimental' warning.
+
+2010-07-08  Neale Ferguson <neale@sinenomine.net>
+
+       * configure.in: Add sgen_supported=true for s390x.
+
+2010-07-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
+
+       * configure.in: Restore the AM_CONDITIONAL debugger supported, we need it to
+       include/exclude assembler files from the build in the makefile.
+
+2010-06-29  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Add a define for the full LLVM version to config.h.
+
+2010-06-26  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Make sgen_supported default to false to fix non-x86 builds.
+
+2010-06-25  Zoltan Varga  <vargaz@gmail.com>
+
+       * scripts/patch-quiet.sh: Fix this up after the build changes.
+
+2010-06-23  Miguel de Icaza  <miguel@novell.com>
+
+       * configure.in: By default, we will now also buils an SGen-aware
+       VM by default.   This can be turned off by using the
+       --with-sgen=no command line option.
+
+       Two binaries are produced now: mono and mono-sgen
+
+       --- First Pass ---
+
+       * configure.in: Remove redundant setting of variables in non-Boehm
+       cases.
+
+       First pass at supporting the compilation of both
+       the Boehm-powered Mono VM and the Sgen-powered one.
+
+       The Boehm configuration flags are no longer part of the config.h
+       that we generate, but instead they are part of the CFLAGS
+       variables that are used for the following components:
+
+               * io-layer/ because it uses the pthread APIs that are
+               wrapped by using utils/gc_wrapper.h
+
+               * metatada/ because we have plenty of GC-specific code
+
+               * mini/ the VM itself
+
+       The patch currently only changes the way that Boehm is compiled,
+       no changes for Sgen have been done yet.
+
+       We now pass Boehm CFLAG settings as "BOEHM_DEFINES" which need to
+       be added to the three Makefiles above.
+
+       When building the bundled and modified libgc, we also need to pass
+       MONO_DEBUGGER_SUPPORTED as it triggers some special features in
+       the libgc.
+
+       Simplify the build also by removing the AM_CONDITIONAL debugger
+       supported, we now merely check this on the source file and wrap
+       the entire debug-debugger.c in an ifdef.
+
+2010-06-05  Mark Probst  <mark.probst@gmail.com>
+
+       * tools/sgen/sgen-grep-binprot.c: Updated for degraded and pinned
+       allocations.
+
+2010-06-02  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Check whenever we are using mono's LLVM branch.
+
+2010-05-31  Robert Jordan  <robertj@gmx.net>
+
+       * configure.in: Windows: mcs_topdir_from_srcdir must not be
+       converted to a Win32 path unless it's already a cygwin path.
+       Fixes --with-mcs-docs for in-tree mcs builds.
+
+2010-05-28  Robert Jordan  <robertj@gmx.net>
+
+       * configure.in: Fix mcs_topdir* for the Windows build.
+
+2010-05-28  Mark Probst  <mark.probst@gmail.com>
+
+       * tools/sgen/sgen-grep-binprot.c (main): Use strtoul(), not
+       strtol(), to parse addresses from the command line.
+
+2010-05-20  Miguel de Icaza  <miguel@novell.com>
+
+       * configure.in: drop again the pkg.m4 dependency and for eglib
+       cases (and not-Windows) make it entirely optional.
+
 2010-05-11  Andrew Jorgensen  <ajorgensen@novell.com>
 
        * scripts/mono-find-*.in: Look for libmono-2.0.so.1, not libmono.so