2009-04-29  Zoltan Varga  <vargaz@gmail.com>

	* gc_wrapper.h: Disable thread-local alloc for arm too.

2008-01-05  Zoltan Varga  <vargaz@gmail.com>

	* gc_wrapper.h: Move the REGISTER/UNREGISTER macros to metadata/gc-internal.h.
	
	* gc_wrapper.h (MONO_GC_UNREGISTER_ROOT): New macro.

	* gc_wrapper.h: Include <stdlib.h> to fix the --with-gc=none build. Fixes
	#351635.

2007-12-26  Zoltan Varga  <vargaz@gmail.com>

	* gc_wrapper.h: Get rid of the MONO_GC_PRE_INIT () macro and unify definition
	of MONO_GC_REGISTER_ROOT.

2006-06-27  Zoltan Varga  <vargaz@gmail.com>

	* gc_wrapper.h: Disable GC_REDIRECT_TO_LOCAL on solaris/x86 as well.

Tue May 23 12:17:51 CEST 2006 Paolo Molaro <lupus@ximian.com>

	* gc_wrapper.h: added definitions for the sgen GC.

2006-03-03  Zoltan Varga  <vargaz@gmail.com>

	* *: Move the contents of the util.c file to metadata/assembly.c.

2006-03-02  Zoltan Varga  <vargaz@gmail.com>

	* gc_wrapper.h: Allways disable thread local alloc on sparc even if __thread support
	is available.

2005-11-09  Miguel de Icaza  <miguel@novell.com>

	* unix/util.c (set_dirs): Instead of hardcoding the value to
	/usr/bin, use MONO_BINDIR which comes from Automake's bindir.  If
	the executable is in the place configured, use the Automake
	settings.  Otherwise use the standard-layout based computed
	paths. 

2005-11-08  Miguel de Icaza  <miguel@novell.com>

	* unix/util.c (set_dirs): The buffer is overwritten by the
	compute_base routine, so do not call it before checking for the
	/usr/bin/ prefix.

2005-11-01  Miguel de Icaza  <miguel@novell.com>

	* unix/util.c (set_dirs): Implement a relocatable version.

2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>

	* gc_wrapper.h: Add required winsock2.h header for compiling with 
	VS.NET and let the project file defines GC_GCJ_SUPPORT (to avoid 
	tons of warnings).
