extended type system to use symbolic references
[cacao.git] / src / vm / loader.h
2005-04-01 edwinextended type system to use symbolic references
2005-03-30 twistiMoved LAZYLOADING* to xta header.
2005-03-30 twistiUse proper class load and link functions.
2005-03-30 twistiRemoved ProtectionDomain stuff, this is done through...
2005-03-29 twistiMoved a lot of stuff to seperate files.
2005-03-23 twistiExport classpath_entries (this should be stored somewhe...
2005-02-25 carolynXTA running
2005-02-10 twisti- #include "vm/stringlocal.h"
2005-02-07 twistiBetter locking of zip/jar files with threads.
2005-01-27 motseadd ProtectionDomain/Codesource support
2004-12-29 twisti- make classpath_info a struct, not a union (there...
2004-12-21 twistiDeclare functions with (void).
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