2005-03-04 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / libgc / ChangeLog
index d19f37792db3e6123eee3fd5cb7ae4068ae79860..22c5d88360ac00b7b854e0d8678d8513efc1b7f6 100644 (file)
@@ -1,3 +1,37 @@
+2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
+
+       * include/gc.h pthread_support.c win32_threads.: Add 
+       GC_thread_is_registered API function.
+
+2005-02-17  Raja R Harinath  <rharinath@novell.com>
+
+       * acinclude.m4: Don't include distributed libtool.m4.
+       
+Wed Feb 16 22:30:54 CET 2005 Paolo Molaro <lupus@ximian.com>
+
+       * alloc.c: tune the code to collect instead of expanding
+       the heap if there are many finalizers and we reclaimed some
+       memory from cleaning the finalization queue (should fix
+       bug #71001 and #70701).
+
+2005-02-07  Geoff Norton  <gnorton@customerdna.com>
+
+       * include/private/gc_priv.h: Bump the max root sets to 1024
+
+Mon Jan 24 16:39:42 CET 2005 Paolo Molaro <lupus@ximian.com>
+
+       * alloc.c, include/gc.h: add event notification, mostly from 
+       a patch by Ben Maurer.
+
+2005-01-23  Geoff Norton  <gnorton@customerdna.com>
+       
+       * os_dir.c: Change GC_task_self to be static everywhere on Darwin.
+       Allows gcc4.0 to compile.
+
+Tue Jan 18 11:19:47 CET 2005 Paolo Molaro <lupus@ximian.com>
+
+       * pthread_stop_world.c: handle EINTR from sem_wait() call.
+
 2004-08-20 Ben Maurer  <bmaurer@users.sourceforge.net>
 
        * include/private/gc_priv.h: use the test glib does