GNU header update.
[cacao.git] / src / vm / loader.h
2004-12-07 twistiGNU header update.
2004-12-03 twistiInclude unzip.h fixes.
2004-11-22 carolyninline interfaces
2004-11-19 carolynRTA updates for abstract classes
2004-11-18 twistiUse malloc'd memory in suck_init and suck_start and...
2004-07-10 stefanrenamed vftbl type to vftbl_t
2004-06-19 twistiAdded class_free
2004-05-31 jowennExceptions work now with nested builtin_news correctly...
2004-05-26 twisti- removed unused class_java_lang_Throwable
2004-04-26 twisti- major loading rewrite to support lazy laoding/linking
2004-03-31 edwinadded exceptions to field/method resolution
2004-03-24 edwinadded functions for resolving fields and methods
2004-02-04 carolynRT update for loader changes
2004-01-29 carolynStatic analysis changes to parse starting with Object...
2004-01-04 jowennsupport for multiple zip archives as class source,...
2003-12-13 twistiRemoved command line option variables.
2003-12-09 edwinadded UTF-8 validation
2003-12-08 edwinmade descriptor parsing safer + array classes fix
2003-12-07 twistiAdded stdio.h include.
2003-12-06 edwinadded the typechecker (not yet complete)
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-09 twistiFurther changes.
2003-11-02 twistiMajor file restructuring.
2003-10-20 twistiheaders.c
2003-05-13 stefanadded missing prototypes
2002-12-03 stefanTranslation
1999-10-04 romanjdk1.2 and loader optimisation
1998-10-30 cacaoRun time type check with relative numbering added....
1998-10-03 cacaoInitial revision