GNU header update.
[cacao.git] / src / vm / global.h
2004-12-07 twistiGNU header update.
2004-12-06 twistiUse cacao data types.
2004-12-05 twisti- renamed RT_JAR_PATH to CACAO_RT_JAR_PATH
2004-12-05 jowennalmost all stacktraces do now really work.
2004-12-04 jowennuse two functions for creating/removing items of the...
2004-12-03 twisti#define RT_JAR_PATH
2004-11-30 twistiNew source tree.
2004-11-17 twisti-ansi warning fixes.
2004-11-12 twisti-ansi -pedantic fixes.
2004-11-05 twisti- removed pointer to jit data structures
2004-10-11 jowennFix a crash in the code which tests, if a method is...
2004-08-01 stefannew native threads
2004-07-21 twisti- define TYPECHECK_STACK_COMPCAT
2004-07-10 stefansome unintended stuff crept in
2004-07-10 stefanrenamed vftbl type to vftbl_t
2004-06-30 twisti- moved commandline switch and statistic variables...
2004-06-22 twistiRemoved jit.c global variables. Most of them were alrea...
2004-06-19 twistiAdded initializing flag to classinfo structure. This...
2004-06-16 jowenna few finalizer testcases, old thread implementation...
2004-06-09 twisti- removed cacao_shutdown
2004-06-05 twisti- removed _GNU_SOURCE
2004-05-31 jowennExceptions work now with nested builtin_news correctly...
2004-05-26 jowennthe cleaner part of the code for stub created exception...
2004-04-26 twisti- removed some unused extern's
2004-03-29 stefanNative threads almost working
2004-03-15 jowennexception back traces for i386
2004-03-06 jowennretrieve line number information
2004-03-06 jowennMake Method.getExceptionTypes work
2004-03-02 jowennnative functions, getClassContext, currentClassLoader...
2004-02-04 carolynRT update for loader changes
2004-01-19 edwincleanup and documentation, deactivate debug macros
2004-01-11 edwinmoved packagename field to end of classinfo
2004-01-10 edwinadded package access checking
2004-01-05 stefanMoved _GNU_SOURCE so it actually has an effect
2003-12-31 edwinadded TYPECHECK_STACK_COMPCAT (disabled)
2003-12-31 edwinadded ACC_SUPER
2003-12-16 edwinadded -noverify option
2003-12-16 edwinremoved c++ comments
2003-12-13 stefanMissing ifdef added
2003-12-13 stefanNative threads
2003-12-11 edwinchanged builtin table layout
2003-12-08 edwinmade descriptor parsing safer + array classes fix
2003-12-08 edwinminor change in descriptor parsing macros
2003-12-08 edwinminor change in descriptor parsing macros
2003-12-08 edwinadded uninitialized object typecheck
2003-12-07 twistiDefine immediate union.
2003-12-07 twistiRemoved standard defines.
2003-12-07 edwinsome typecheck fixes
2003-12-06 edwinadded the typechecker (not yet complete)
2003-12-04 edwinpreparations for the typechecker
2003-12-01 jowennreflection, loader fix (before it did offer an unloaded...
2003-11-23 edwinremoved mysterious class_array declaration
2003-11-23 edwinnew array classes cleanup + made tests (except fp*...
2003-11-21 jowennmerge from gnuclasspath branch. I hope I didn't miss...
2003-11-20 carolynmore XTA updates
2003-11-02 twistiMajor file restructuring.
2003-11-01 twistiRemoved JIT_MARKER_SUPPORT
2003-10-23 carolynto save memory
2003-10-20 twistiWe need to define _GNU_SOURCE for x86_64's signal handling.
2003-10-14 twistiRemoved unused NEW_GC stuff.
2003-10-06 carolynXTA fields type sets faster
2003-10-04 carolynrta 10-2003
2003-09-25 carolynbenchmark update
2003-07-15 carolynRTA native change
2003-07-08 carolynRTA update - statistics only until inlining
2003-05-12 carolynRTA update and add XTA stub
2003-05-09 carolynrapid type analysis - carolyn
2003-02-13 stefanOnly copy vftbl once in use_class_as_object
2003-02-12 stefanReversed vftbl movement because of performance consider...
2003-02-12 stefanMoved baseval and diffval to classinfo. Can now run...
1999-11-11 andiexception handling and parser bug fixed
1999-10-04 romanjdk1.2 and loader optimisation
1999-09-27 chrisnarray first check in
1999-01-20 andifixed old_copiler/new_compiler issue and other merged...
1999-01-20 philChanged the makefile system to autoconf/automake.
1998-11-25 philRe-enabled SIZE_FROM_CLASSINFO
1998-11-18 cacaomips compatibility
1998-11-11 philAdded an option to enable/disable the new gc
1998-11-10 philAdded an "aligned" size field to various objectheaders...
1998-11-09 cacaonewcomp moved to jit
1998-11-02 cacaobidirectional layout of vftbl/interfaces added
1998-10-30 cacaoRun time type check with relative numbering added....
1998-10-29 philMinor modification to JIT_MARKER_SUPPORT macro in global.h
1998-10-29 philMoved garbage collector from tables.c into mm/ subdirec...
1998-10-03 cacaoInitial revision