* Removed all Id tags.
[cacao.git] / src / mm / boehm.c
2007-08-27 Christian Thalinger* Removed all Id tags.
2007-07-31 twisti* src/mm/boehm.c (heap_allocate): Call GC_REGISTER_FINA...
2007-06-27 twisti* src/mm/boehm.c (gc_init): Set GC_all_interior_pointer...
2007-03-12 twisti* src/native/vm/cldc1.1/com_sun_cldc_io_ResourceInputSt...
2007-03-09 twisti* tests/regression/resolving (svn:ignore): Added.
2007-03-04 edwin* tests/regression/resolving/test_return_subtype_violat...
2007-02-14 twisti* src/vm/jit/intrp/peephole.c: Updated to current codebase.
2007-02-09 twisti* src/mm/boehm.c [ENABLE_THREADS] (threads/native/threa...
2007-01-29 twisti* This is a rather huge commit, which changes the build...
2007-01-10 twisti* src/vm/suck.c (suck_add): Use vm_abort instead of
2006-11-04 michi* src/mm/boehm.h: Renamed to gc-common.h
2006-07-31 twisti* src/mm/boehm.c (gc_get_total_bytes): New function.
2006-07-17 twisti* src/mm/boehm.c (heap_allocate): Changed signature...
2006-05-26 twisti* src/mm/boehm.c (stackcall_malloc_atomic): Removed.
2006-05-15 twisti* src/vm/hashtable.h,
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