exception back traces for i386
[cacao.git] / tables.c
2004-03-15 jowennexception back traces for i386
2004-03-05 twisti- utf_display_classname which converts / into . for...
2004-03-02 jowennnative functions, getClassContext, currentClassLoader...
2004-01-19 edwinadded -liberalutf option
2004-01-13 edwinadded class/field/method name checking
2004-01-10 edwinadded package access checking
2004-01-10 edwinimplemented subroutine verification (Coglio's method...
2003-12-14 edwinsafe error(...) call
2003-12-13 twisti- made some code more readable
2003-12-11 edwinchanged builtin table layout
2003-12-09 edwinadded UTF-8 validation
2003-12-07 edwinadded loging functions, made kaffe tests run
2003-12-05 stefanMade loging thread-safe
2003-12-04 edwinpreparations for the typechecker
2003-12-01 jowennreflection, loader fix (before it did offer an unloaded...
2003-11-21 jowennmerge from gnuclasspath branch. I hope I didn't miss...
2003-11-09 twistiRemoved runverbose.
2003-11-03 twistiFurther changes.
2003-11-02 twistiMajor file restructuring.
2003-07-08 carolynRTA update - statistics only until inlining
2003-05-17 stefanAdded header file required for darwin
2003-05-13 stefanfixed hash return
2003-02-13 stefanOnly copy vftbl once in use_class_as_object
2002-12-04 stefanTranslation
1999-10-04 romanjdk1.2 and loader optimisation
1998-10-29 philMoved garbage collector from tables.c into mm/ subdirec...
1998-10-07 schaniGC now works without threads being initialized, which...
1998-10-04 cacaogc stack moved to unlimited main stack
1998-10-03 cacaoInitial revision