GNU header update.
[cacao.git] / src / vm / jit / asmpart.h
2004-12-07 twistiGNU header update.
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 twistiMoved asm_perform_threadswitch, asm_initialize_thread_s...
2004-12-02 twistiMoved castinfo struct into asmpart.h.
2004-11-30 twistiNew source tree.
2004-07-10 stefanrenamed vftbl type to vftbl_t
2004-06-16 jowenna few finalizer testcases, old thread implementation...
2004-06-12 stefanCritical sections declaration fix
2004-06-05 twistiAdded dummy prototypes for calljava_xhandler and callja...
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-05-19 stefancast_lock removed (using asm_getclassvalues_atomic...
2004-05-16 twistiRemoved unused function declaration.
2004-03-25 twistiRemoved unused asm_switchstackandcall
2004-03-15 jowennexception back traces for i386
2004-03-02 jowennnative functions, getClassContext, currentClassLoader...
2003-12-30 twistiDefine asm_check_clinit for static clinit.
2003-12-14 stefanNative threads
2003-12-13 stefanGet rid of asm_javacallmethod
2003-11-21 jowennmerge from gnuclasspath branch. I hope I didn't miss...
2003-11-09 twistiDefine _ASMPART_H
2003-11-02 twistiMajor file restructuring.
2003-10-22 twistiAdded function prototypes.
2003-05-25 stefanMissing declarations broke the build
1999-10-04 romanjdk1.2 and loader optimisation
1998-10-29 philMoved garbage collector from tables.c into mm/ subdirec...
1998-10-03 cacaoInitial revision