2009-07-08 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / libgc / ChangeLog
index 17234b08d46f7dd2bf84698a66617e69ace6a55b..f7e78a27d601b91703bbe002825c36933322204e 100644 (file)
@@ -1,3 +1,59 @@
+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
+       * misc.c: Enable platform-specific disabling of static scanning
+
+2009-06-06  Zoltan Varga  <vargaz@gmail.com>
+
+       * CMakeLists.txt: Fix handling of powerpc and the selection of 
+       threads. Delete commented out stuff.
+       
+       * CMakeLists.txt: CMake build file for libgc.
+
+2009-05-18  Miguel de Icaza  <miguel@novell.com>
+
+       * include/private/gcconfig.h: Add support for Linux on the PS3
+
+2009-04-28  Zoltan Varga  <vargaz@gmail.com>
+
+       * misc.c (GC_init): Avoid casting an lvalue. Fixes part of #498692.
+
+2009-04-24  Kostyantyn Gushtin, Yevgen Kiruha, Serhiy Naumenko, Serhiy
+Stetskovych and Ian Dichkovsky <mono@n-ix.com.ua>
+
+       * include/private/gcconfig.h: Changes to support 64-bit ABI on MIPS.
+       Add an additional condition for a proper defining of  ALIGNMENT
+       and CPP_WORDSZ.
+
+2009-04-10  Zoltan Varga  <vargaz@gmail.com>
+
+       * include/private/gc_locks.h (GC_test_and_set): Merge a change from libgc
+       7.1's libatomic-ops to fix the ppc build with gcc 4.4.
+
+2009-02-23  Zoltan Varga  <vargaz@gmail.com>
+
+       * os_dep.c (GC_init_linux_data_start): Avoid the call to GC_find_limit ()
+       if GC_no_dls is TRUE, as it is not needed and it complicates debugging since
+       it causes a SIGSEGV.
+
+2009-01-18  Zoltan Varga  <vargaz@gmail.com>
+
+       * include/private/gcconfig.h: Applied patch from Koushik Dutta
+       (koush@koushikdutta.com). Define SEARCH_FOR_DATA_START for android.
+
 2008-11-18  Mark Probst  <mark.probst@gmail.com>
 
        * include/private/gc_locks.h (test_and_set): The PPC64 case is