GNU header update.
[cacao.git] / src / vm / tables.c
2004-12-07 twistiGNU header update.
2004-11-30 twistiNew source tree.
2004-11-11 twistiHandle null pointers in utf_display, utf_display_classn...
2004-11-05 twistiThrow nullpointer exception in utf_strlen if NULL is...
2004-08-01 stefanInitialize object locks
2004-06-30 twisti- include options.h/statistics.h instead of main.h
2004-06-20 twistiEager loading now works.
2004-06-19 twisti- removed stringdeleter from tables_close (why?)
2004-05-26 twisti- added utf_fprint_classname
2004-05-26 jowennthe cleaner part of the code for stub created exception...
2004-05-18 stefanRenamed loging to logging
2004-04-26 twistilazy loading/linking stuff
2004-04-10 twistiAdded utf_sprint_classname
2004-04-08 stefanwarning
2004-04-06 stefanforgot to #ifdef
2004-04-06 stefanhash lock
2004-03-26 twistiRemoved gcc3 compiler warnings and some other warnings.
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