* Merged with default branch at rev 16f3633aaa5a.
[cacao.git] / src / mm / memory.c
2007-08-30 Michael Starzinger* Merged with default branch at rev 16f3633aaa5a.
2007-08-27 Christian Thalinger* Removed all Id tags.
2007-08-13 michiMerged revisions 8245-8298 via svnmerge from
2007-08-11 michi* src/vm/global.h (java_handle_t): Added typedef.
2007-06-20 michiMerged revisions 8056-8122 via svnmerge from
2007-06-20 twisti* src/vm/vm.c (XXusage): Removed -verbose:memory.
2007-05-20 michiMerged revisions 7797-7917 via svnmerge from
2007-05-11 twisti* configure.ac (AC_CHECK_HEADERS): Added time.h.
2007-04-26 twisti* src/threads/threads-common.c (threads_thread_create_i...
2007-04-25 twisti* src/threads/lock-common.h: New file.
2007-04-25 twisti* src/threads/threads-common.c (threads_create_thread...
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-23 michi* src/mm/memory.c, src/mm/memory.h: Moved defines for...
2007-02-16 twisti* src/vmcore/statistics.c (mm/gc-common.h): Added.
2007-02-14 twisti* src/vm/jit/intrp/peephole.c: Updated to current codebase.
2007-02-13 twisti* src/mm/memory.c (memory_thread) [ENABLE_STATISTICS...
2007-02-13 twisti* src/vm/vm.c (vm_create): Set opt_stat also true for...
2007-02-13 twisti* src/vm/jit/optimizing/profile.c (native/jni.h): Removed.
2007-01-29 twisti* This is a rather huge commit, which changes the build...
2007-01-11 twisti* src/mm/memory.c (mem_realloc): Fixed compiler warning.
2007-01-10 twisti* src/vm/suck.c (suck_add): Use vm_abort instead of
2007-01-04 twisti* src/mm/memory.c (mem_realloc): Use vm_abort.
2006-12-28 twisti* src/mm/memory.c (memory_mmap_anon): Fixed indentation...
2006-12-19 twisti* src/mm/memory.c (memory_mmap_anon): New function.
2006-11-04 edwin* src/mm/memory.c: Added ENABLE_MEMCHECK code:
2006-10-30 edwin* src/mm/memory.h (ALIGN): Renamed to MEMORY_ALIGN.
2006-10-20 ajordan* src/mm/memory.c: fixed typo in _no_threads_dumpinfo...
2006-10-19 twisti* src/mm/memory.h (dumpblock): Postfixed with _t and...
2006-07-25 twisti* src/mm/memory.c (memory_cnew): When MAP_ANONYMOUS...
2006-07-25 twisti* configure.ac (AC_FUNC_MMAP): Added.
2006-07-18 twisti* src/mm/memory.c (memory_cfree): New function.
2006-07-12 twisti* src/mm/memory.c (vm/vm.h): Added.
2006-07-12 twisti* src/vm/builtin.c (builtin_monitorenter): Removed.
2006-05-26 edwin* src/vm/class.c (class_resolveclassmethod): Removed...
2006-05-15 twisti* src/vm/hashtable.h,
2006-05-12 edwin* src/threads/native/threads.c: The Big Thread Cleanup...
2006-04-20 edwin* src/mm/memory.c (Changes): Added my name.
2006-04-20 edwin* src/mm/memory.c: Added comments and some cleanup.
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2005-12-22 twisti* STATISTICS: Renamed to ENABLE_STATISTICS.
2005-11-07 twisti* memory_checked_alloc, mem_realloc: Use exceptions_thr...
2005-11-03 twisti* codememlock: #ifdef for threads.
2005-10-28 twisti* codememlock, codememsize, codememptr: Global variable...
2005-10-21 twisti* memory_cnew: Added.
2005-10-12 twisti* USE_CODEMMAP: Removed.
2005-10-11 twisti* Removed mmap stuff, which was not thread safe (maybe...
2005-09-19 twisti* Use DUMPINFO macro to get non-/threaded dumpinfo.
2005-07-19 twisti* Use USE_CODEMMAP define
2005-06-27 twisti* Added DISABLE_DUMP: use normal malloc in dump functions
2005-05-21 twistiKilled panic's.
2005-05-12 twisti#include "vm/stringlocal.h"
2005-03-09 twistiifdef statistics stuff to support --disable-statistics.
2004-12-07 twistiGNU header update.
2004-12-03 twistiGreen thread fixes.
2004-11-30 twistiNew source tree.
2004-11-28 twistiCheck for dig in dump_size().
2004-11-23 twistiInclude config.h for USE_THREADS.
2004-11-18 twistiUse cacao types instead of int and long.
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-07-21 twisti- added #include "exceptions.h"
2004-06-09 twistiRemoved TRACECALLARGS stuff, because it used 16MB memor...
2004-06-05 twistiFix include paths to support build directories.
2004-05-18 stefanRenamed loging to logging
2003-12-16 edwinmake dump_alloc work for oversized blocks
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-09 twistiCode restructuring.
2003-11-02 twistiMajor file restructuring.
2003-10-04 carolynrta 10-2003
2003-02-03 stefanPrevious log message was mistaken
2003-02-03 stefanAdded GCNEW
2002-12-14 stefanMake global.h global
2002-12-03 stefanEnglish translation
1999-01-20 philChanged the makefile system to autoconf/automake.
1998-10-03 cacaoInitial revision