2008-01-05 Zoltan Varga * 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 to fix the --with-gc=none build. Fixes #351635. 2007-12-26 Zoltan Varga * 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 * gc_wrapper.h: Disable GC_REDIRECT_TO_LOCAL on solaris/x86 as well. Tue May 23 12:17:51 CEST 2006 Paolo Molaro * gc_wrapper.h: added definitions for the sgen GC. 2006-03-03 Zoltan Varga * *: Move the contents of the util.c file to metadata/assembly.c. 2006-03-02 Zoltan Varga * gc_wrapper.h: Allways disable thread local alloc on sparc even if __thread support is available. 2005-11-09 Miguel de Icaza * 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 * 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 * unix/util.c (set_dirs): Implement a relocatable version. 2005-03-29 Sebastien Pouliot * 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).