Merge from subtype.
[cacao.git] / src / mm / memory.c
2008-11-28 Stefan RingMerge from subtype.
2008-11-26 Stefan RingMerge from subtype.
2008-11-23 Stefan RingMerge from subtype.
2008-10-31 Stefan RingMerge to subtype-trunk (manually: src/vm/linker.hpp...
2008-10-20 Stefan RingMerge from subtype branch.
2008-10-10 Robert Schuster * Updated to jitcache-arm-x86 branch d4f6023b26c5...
2008-09-18 Stefan RingMerged subtype and current trunk.
2008-09-17 Stefan RingMerged trunk and subtype.
2008-08-29 Christian Thalinger* src/native/native.c: Moved to .cpp.
2008-08-28 Christian Thalinger* src/threads/posix/lock.c: Moved to .cpp.
2008-08-28 Christian Thalinger* src/threads/posix/lock.c: Moved to .cpp.
2008-08-26 Stefan RingMerged comment cleanup (forgot this before).
2008-08-26 Stefan RingMerged subtype branch to new head.
2008-08-11 Robert Schuster * merged with tip (040f180a056b)
2008-08-08 Christian Thalinger* Moved all files from vmcore/ to vm/.
2008-08-01 Christian Thalinger* src/vmcore/os.cpp: New file.
2008-07-22 Christian Thalinger* src/vm/string.c: Moved to .cpp.
2008-07-22 Christian Thalinger* src/vm/exceptions.c: Moved to .cpp.
2008-07-22 Christian Thalinger* src/threads/thread.c: Moved to .cpp.
2008-07-14 Christian Thalinger* src/vm/vm.c, src/vm/vm.h: Moved to .cpp.
2008-05-11 Stefan RingClean merge -> gc7-branch
2008-05-05 Stefan RingMerged with tip.
2008-04-24 Christian Thalinger* src/cacaoh/dummy.c: Use stdint-types.
2008-04-22 Christian Thalinger* Merged executionstate branch.
2008-04-01 Christian Thalinger* src/threads/posix/threads.c: Renamed from here...
2008-02-19 Roland LezuoMerged with cldc-branch
2008-02-14 Christian Thalinger* Merged with fd492236e7ac.
2008-02-09 Christian Thalinger* src/mm/memory.c (memory_thread): Fixed compiler warning.
2008-01-30 Christian Thalinger* Merged with 0da121c758b9.
2008-01-22 Christian Thalinger* Merged with 03e39cff22db.
2008-01-22 Christian Thalinger* m4/assertion.m4: Fixed copyright header.
2008-01-08 Christian Thalinger* src/mm/Makefile.am (libmm_la_SOURCES): Added codememo...
2007-12-29 Christian Thalinger* src/vmcore/system.h (system_mprotect): New function.
2007-09-28 Christian Thalinger* src/native/jni.c: Merged with 93595e0b477d.
2007-09-27 Christian Thalinger* src/mm/memory.c (memory_mprotect): Fixed signature...
2007-09-23 Christian Thalinger* src/mm/memory.c (memory_mprotect): New function.
2007-08-31 Michael Starzinger* Merged with exact-gc branch at rev 2d4098fc2ea4.
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
next