* Updated header: Added 2006. Changed address of FSF. Changed email
[cacao.git] / src / vm / loader.h
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-22 twisti* src/vm/class.c (class_showmethods): Use class_printflags.
2005-12-10 twisti* Rewrite of bootstrap ZIP handling code, now uses...
2005-12-02 twisti* config.h, vm/types.h, vm/class.h: Added.
2005-10-26 twisti* class_resolvefield, class_findmethod, class_resolveme...
2005-10-06 twisti* classbuffer: path added, for -verbose:class.
2005-10-06 edwinthrow classformaterror instead of assert(0)
2005-06-16 edwinclass loading synchronization: throw away loaded class...
2005-06-14 twisti* use load_class_from_sysloader return value
2005-06-13 twisti* Use load_class_bootstrap return value
2005-05-12 twistiRenamed create_all_classes to loader_load_all_classes.
2005-04-14 edwinsynchronize VMClassLoader.defineClass and load_class_bo...
2005-04-11 twisti- moved class_getconstant, innerclass_getconstant to...
2005-04-03 twistiRemoved class_init* stuff (now in initialize.[ch]).
2005-04-03 edwinremoved the class hash and all functions identifying...
2005-04-02 edwinno more unloaded classinfos!
2005-04-02 edwinclassinfo: changed type of super and interfaces to...
2005-04-01 edwinremoved old descriptor parsing functions
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