verifiertst havoc von uci (Andreas Gal) added
[cacao.git] / mm /
2004-03-30 twisti- heap_init works again and we can set initial and...
2004-03-30 twisti- removed warnings with newest autoconf version (except 1)
2004-03-29 stefanNative threads almost working
2004-03-28 twistiThis will come, but not yet!
2004-03-28 twistiImplemented some functions: gc_get_free_bytes, gc_get_h...
2004-03-25 twistiThese should not reside in cvs.
2004-03-22 twistiGenerate all autmake and autoconf files.
2004-03-12 stefanconfigure script from the gc6.2 package - thread suppor...
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 twistiRemoved heap_addreference
2004-01-05 twisti- warning fix (include)
2004-01-03 twistipowerpc-darwin compilation fix. The assembeler does...
2003-12-13 stefanGet rid of asm_javacallmethod
2003-12-13 stefanAdded GCFREE
2003-12-05 stefanMade loging thread-safe
2003-11-24 twistiAlways changed, too annoying.
2003-11-21 jowennwill be replaced by modified versions
2003-11-13 stefanmore
2003-11-09 twistiWarning fixes.
2003-11-03 twistiMajor file restructuring.
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-22 twistiInitial import of boehm gc version 6.2. It's the origin...
2003-10-22 twistiChanges to compile boehm.
2003-10-22 twistiWe use now boehm as default, so the old gc files are...
2003-10-20 twistiheaders.c
2003-10-20 twistiCompile without warnings with -Wall.
2003-09-15 stefanFix MacOSX breakage with gc 6.2
2003-06-03 stefanEnabled _atomic
2003-05-17 stefanAdded header file required for darwin
2003-03-17 stefanAdded finalizers
2003-03-14 stefanOne should not cast carelessly
2003-03-14 stefanGC lost memory, fixed
2003-02-27 stefanEnable boehm without threads
2003-02-05 stefanMerged everything with MIPS version
2003-02-04 stefanBuild libboehm.a only if needed
2003-02-04 stefanBoehm GC
2003-02-03 stefanasm_switchstackandcall change
2003-02-03 stefanCosmetic
2003-02-03 stefanNo finalizers yet
2003-02-03 stefanEnable compilation without USE_THREADS
2003-01-23 twistiSize of address depends on pointersize from types.h
2002-12-15 stefan*** empty log message ***
1999-11-18 schaniClean bugfix for gc-bug.
1999-11-15 andigc Bug prov. fixed, final fix waiting
1999-11-11 andiexception handling and parser bug fixed
1999-11-09 schanijava.net implemented.
1999-09-27 chrisnarray first check in
1999-09-15 phil*** empty log message ***
1999-09-15 philoptimized heap_addreference
1999-01-28 philadded a simple test target
1999-01-20 andiautomake/autoconf fixes
1999-01-20 andifixed old_copiler/new_compiler issue and other merged...
1999-01-20 philChanged the makefile system to autoconf/automake.
1999-01-05 phil*** empty log message ***
1998-12-13 cacaothreading bugs fixed
1998-12-13 cacaothreading bugs fixed
1998-12-11 philBugfixes (in-heap check, reclaim, ...) and additional...
1998-12-10 philFixed yet another nasty bug, added additional data...
1998-12-09 philadded collection of fragmentation data
1998-11-30 philmips changes
1998-11-30 philmips changes
1998-11-30 phil*** empty log message ***
1998-11-30 phildeativated lifespan analyser in production version
1998-11-30 philadded lifespan analyser
1998-11-30 philadded lifespan analyser & fixed the "very last" bug
1998-11-25 philCleaned up, fixed the "last" bug, optimized.
1998-11-23 phil*** empty log message ***
1998-11-19 schaniFixed a threads/gc bug.
1998-11-16 cacaoheap_close bug fixed
1998-11-16 philfixed a comparision during emitting the statisitcs
1998-11-16 philadditional statistics, improved marking
1998-11-11 phil*** empty log message ***
1998-11-11 phil*** empty log message ***
1998-11-11 philModifications to make the new mm compile using the...
1998-11-10 philDeleted targets dependent on files not in the cvs
1998-11-10 philFixed various bugs. Most noteworthy: A bug that lead...
1998-11-10 philMinor code cleanup. Removed unnecessary debugging output.
1998-11-09 phil*** empty log message ***
1998-11-09 philfinally under version control!
1998-11-09 cacaonewcomp moved to jit
1998-11-09 philReverts an errorous checkin
1998-11-09 philMakefile
1998-11-09 philFixed a bug (wrong constant) in the lowest function...
1998-11-05 philFixed another bug in finalization from heap_close
1998-11-05 philFixed bug in finalization from heap_close
1998-11-05 schaniCacao does now compile again with threads disabled.
1998-11-04 philFixed portability problems related to defines with...
1998-11-03 philThe new allocator and a new bitmap management subsystem.
1998-10-30 cacaocorrect version of heap.old.c reestablished
1998-10-30 cacaoRun time type check with relative numbering added....
1998-10-29 philMoved garbage collector from tables.c into mm/ subdirec...