Just ignore some files.
[cacao.git] / src / mm /
2005-03-05 twistiJust ignore some files.
2004-12-22 twisti#include "mm/boehm.h"
2004-12-21 twistiDeclare functions with (void).
2004-12-07 twistiGNU header update.
2004-12-06 twistiUse libtool to compile cacao libraries. We need to...
2004-12-03 twisti- build/dist/install changes
2004-12-03 twistiGreen thread fixes.
2004-12-03 twistiAdded missing string.h include.
2004-12-01 twisti- typecast GCNEW
2004-11-30 twistiNew source tree.
2004-11-28 twistiCheck for dig in dump_size().
2004-11-23 twistiInclude arch.h for CODEMMAP.
2004-11-23 twistiInclude config.h for USE_THREADS.
2004-11-18 twistiUse cacao types instead of int and long.
2004-11-17 twistiRemoved gc function definitions.
2004-11-12 twistiInclude <sys/types.h> on darwin before <sys/mman.h...
2004-11-12 twisti-ansi -pedantic fixes.
2004-11-12 twisti#ifdef's for MAP_ANONYMOUS, MAP_ANON and of none is...
2004-11-05 twisti- removed literal allocate functions
2004-08-01 stefanirix threads
2004-08-01 stefanSuppress GC warnings
2004-07-21 twisti- added #include "exceptions.h"
2004-07-21 twistiAdded #include "exceptions.h"
2004-06-30 twistiInclude options.h instead of main.h
2004-06-30 twistiInclude dir fix.
2004-06-17 stefan*** empty log message ***
2004-06-09 twistiRemoved TRACECALLARGS stuff, because it used 16MB memor...
2004-06-05 twisti- added gc_invoke_finalizers
2004-06-05 twistiAdded gc_invoke_finalizers proto.
2004-06-05 twistiFix include paths to support build directories.
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 twistiRemoved heap_addreference
2004-01-05 twisti- warning fix (include)
2003-12-16 edwinmake dump_alloc work for oversized blocks
2003-12-13 stefanGet rid of asm_javacallmethod
2003-12-13 stefanAdded GCFREE
2003-12-13 stefanAdded GCFREE
2003-12-11 edwinfixed loging crash caused by printf
2003-12-05 stefanMade loging thread-safe
2003-11-21 jowennwill be replaced by modified versions
2003-11-13 stefanmore
2003-11-09 twistiWarning fixes.
2003-11-09 twistiCode restructuring.
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 twistiUSE_BOEHM removed.
2003-10-22 twistiRemoved function declaration.
2003-10-22 twistiChanges to compile boehm.
2003-10-20 twistiheaders.c
2003-10-20 twistiCompile without warnings with -Wall.
2003-10-04 carolynrta 10-2003
2003-09-15 stefanFix MacOSX breakage with gc 6.2
2003-06-03 stefanEnabled _atomic
2003-05-22 stefanChanged DM* macros back to dump
2003-03-17 stefanAdded finalizers
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 stefanEnable Boehm GC
2003-02-03 stefanPrevious log message was mistaken
2003-02-03 stefanAdded GCNEW
2003-02-03 stefanCosmetic
2003-02-03 stefanNo finalizers yet
2002-12-14 stefanEnglish translation
2002-12-14 stefanMake global.h global
2002-12-03 stefanEnglish translation
1999-01-20 philChanged the makefile system to autoconf/automake.
1998-11-18 cacaomips compatibility
1998-10-03 cacaoInitial revision