* Updated header: Added 2006. Changed address of FSF. Changed email
[cacao.git] / src / mm / boehm.c
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2005-12-01 twisti* Removed vm/tables.h include.
2005-11-17 twisti* gc_init: Set GC_java_finalization, GC_finalize_on_dem...
2005-11-07 twisti* gc_out_of_memory: Use exceptions_throw_outofmemory_ex...
2005-11-03 twisti* runboehmfinalizer: Removed.
2005-11-02 twisti* stackcall_realloc, heap_reallocate: Removed.
2005-10-12 twisti* heap_alloc_uncollectable: Clear allocated memory.
2005-10-07 twisti* heap_allocate: Clear memory allocated.
2005-07-04 twisti* Renamed collectverbose to opt_verbosegc (but it still...
2005-05-12 twisti#include "vm/stringlocal.h"
2005-03-30 twistiWarning fixes.
2004-12-07 twistiGNU header update.
2004-11-30 twistiNew source tree.
2004-08-01 stefanirix threads
2004-08-01 stefanSuppress GC warnings
2004-07-21 twistiAdded #include "exceptions.h"
2004-06-30 twistiInclude options.h instead of main.h
2004-06-05 twisti- added gc_invoke_finalizers
2004-05-18 stefanRenamed loging to logging
2004-04-25 twisti- handle oom correctly
2004-03-30 twisti- heap_init works again and we can set initial and...
2004-03-28 twistiThis will come, but not yet!
2004-03-28 twistiImplemented some functions: gc_get_free_bytes, gc_get_h...
2004-03-11 stefanGC_LINUX_THREADS only for linux
2004-03-11 stefanGC_LINUX_THREADS
2004-02-26 twistiRemoved GC_DEBUG for x86_64
2004-01-21 stefanMore NATIVE_THREADS ifdefs
2004-01-06 stefanexceptionptr update for native threads
2004-01-05 twisti- warning fix (include)
2003-12-13 stefanGet rid of asm_javacallmethod
2003-12-13 stefanAdded GCFREE
2003-12-05 stefanMade loging thread-safe
2003-11-21 jowennwill be replaced by modified versions
2003-11-09 twistiWarning fixes.
2003-11-02 twistiMajor file restructuring.
2003-10-22 twistiWe need to define GC_DEBUG for x86_64. Hopefully there...
2003-10-22 twistiRemoved function declaration.
2003-10-20 twistiCompile without warnings with -Wall.
2003-09-15 stefanFix MacOSX breakage with gc 6.2
2003-06-03 stefanEnabled _atomic
2003-03-17 stefanAdded finalizers
2003-02-27 stefanEnable boehm without threads
2003-02-03 stefanCosmetic
2003-02-03 stefanNo finalizers yet