* Removed all Id tags.
[cacao.git] / src / mm / memory.h
2007-08-27 Christian Thalinger* Removed all Id tags.
2007-04-25 twisti* src/mm/memory.h: Updated copyright header.
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-02-18 pm* src/vm/jit/s390/patcher.c (patcher_wrapper): Formatti...
2007-02-14 twisti* src/vm/jit/intrp/peephole.c: Updated to current codebase.
2007-02-13 twisti* src/vm/jit/optimizing/profile.c (native/jni.h): Removed.
2006-12-19 twisti* src/mm/memory.c (memory_mmap_anon): New function.
2006-11-21 twisti* src/vm/builtin.c [DISABLE_GC] (builtin_idiv): Added.
2006-11-04 edwin* src/mm/memory.c: Added ENABLE_MEMCHECK code:
2006-11-04 michi* src/mm/boehm.h: Renamed to gc-common.h
2006-10-30 edwin* src/mm/memory.h (ALIGN): Renamed to MEMORY_ALIGN.
2006-10-19 twisti* src/mm/memory.h (dumpblock): Postfixed with _t and...
2006-07-18 twisti* src/mm/memory.c (memory_cfree): New function.
2006-04-25 edwin* src/mm/memory.h (MZERO): Added macro MZERO for conven...
2006-02-05 twisti* src/mm/memory.h (string.h): Moved after config.h.
2006-02-03 twisti* src/vm/jit/stacktrace.c, src/vm/jit/stacktrace.h
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2005-11-05 twisti* Define some macros differently for DISABLE_GC, alloca...
2005-10-28 twisti* memory_init: Added.
2005-10-21 twisti* memory_cnew: Added.
2005-10-12 twisti* GCNEW renamed to GCNEW_UNCOLLECTABLE.
2005-10-11 twisti* Removed mmap stuff, which was not thread safe (maybe...
2005-09-19 twisti* Changed types.h include to vm/types.h.
2005-06-06 twistiAdded MMOVE macro.
2005-03-30 twistiForward typedef dumpblock and dumpinfo.
2004-12-22 twisti#include "mm/boehm.h"
2004-12-21 twistiDeclare functions with (void).
2004-12-07 twistiGNU header update.
2004-12-03 twistiAdded missing string.h include.
2004-12-01 twisti- typecast GCNEW
2004-11-23 twistiInclude arch.h for CODEMMAP.
2004-11-18 twistiUse cacao types instead of int and long.
2004-11-17 twistiRemoved gc function definitions.
2004-11-12 twisti-ansi -pedantic fixes.
2004-11-05 twisti- removed literal allocate functions
2003-12-13 stefanAdded GCFREE
2003-11-21 jowennwill be replaced by modified versions
2003-11-09 twistiCode restructuring.
2003-11-02 twistiMajor file restructuring.
2003-10-22 twistiUSE_BOEHM removed.
2003-05-22 stefanChanged DM* macros back to dump
2003-02-05 stefanMerged everything with MIPS version
2003-02-04 stefanBoehm GC
2003-02-03 stefanEnable Boehm GC
2003-02-03 stefanAdded GCNEW
2002-12-14 stefanEnglish translation
1998-11-18 cacaomips compatibility
1998-10-03 cacaoInitial revision