Add a more functional (i.e. fewer-stubs) implementation of System.Data.Linq.
[mono.git] / libgc / ChangeLog
index 4ff0f0df4b8f2a310430eb0f096565f64c1f825d..cbd82f27c38b0d209f38449c4402884efde8fc6a 100644 (file)
@@ -1,3 +1,19 @@
+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
+       wrong, as it operates on 64 bit values, not on 32 bit ones as the
+       function requires.  The PPC32 case is sufficient.
+
+2008-09-29  Geoff Norton  <gnorton@novell.com>
+
+       * include/private/gcconfig.h: Make Darwin/ARM use mmap() instead of
+       sbrk() for its allocator implementation.
+
 2008-08-28  Geoff Norton  <gnorton@novell.com>
 
        * darwin_stop_world.c: