2010-01-13 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / libgc / ChangeLog
index 5e4e2844841fb8f0df63fb21581ec3713b54fdc2..7650d9c3ea30fbd1d9181b47e53fc7e76ebf9a32 100644 (file)
@@ -1,3 +1,36 @@
+2009-10-25  Zoltan Varga  <vargaz@gmail.com>
+
+       * misc.c (GC_get_suspend_signal): New API function to return the suspend signal
+       used by libgc.
+
+2009-09-29  Zoltan Varga  <vargaz@gmail.com>
+
+       * solaris_threads.c (GC_thr_daemon): Don't crash if GC_lookup_thread () returns
+       NULL.
+
+2009-09-25  Zoltan Varga  <vargaz@gmail.com>
+
+       * solaris_threads.c (GC_get_orig_stack_size): Remove the annoying 'Large stack
+       limit' warning.
+
+2009-07-20  Geoff Norton  <gnorton@novell.com>
+
+       * darwin_stop_world.c: Fix the x86 version guards to use Apple's
+       properly defined macros.
+
+2009-07-02  jonas echterhoff <jonas@unity3d.com>
+
+       * darwin_stop_world.c: make debugger code compile on
+       OS X.
+
+       * pthread_support.c: give mach ports to the debugger instead of pthreads,
+       as those can be iterated over from another executable.
+
+2009-06-22  Neale Ferguson <neale@sinenomine.net>
+
+       * include/private/gc_locks.h: Fix typo in 390 version of GC_compare_and_exchange
+       and define a null memory barrier.
+
 2009-06-16  Geoff Norton  <gnorton@novell.com>
 
        * include/private/gcconfig.h:  Disable static scanning on this platform