2008-12-08 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / mono / os / ChangeLog
index 935556187814646119ec49525fa1061ee5678045..b417824c10f9fef3fd7fd8c1d38f3f63945f4462 100644 (file)
@@ -1,3 +1,25 @@
+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.