* Renamed STATIC_CLASSPATH to ENABLE_STATICVM
[cacao.git] / src / vm / linker.c
2005-06-28 twisti* Renamed STATIC_CLASSPATH to ENABLE_STATICVM
2005-06-22 edwinadded checkaccess parameter to resolve_class* functions
2005-06-17 twisti* Don't use native_findfunction with non-static classpath
2005-06-16 edwinclass loading synchronization: throw away loaded class...
2005-06-14 twisti* warning fix
2005-06-14 twisti* use load_class_from_sysloader return value
2005-06-13 twisti* link missing classes
2005-05-23 twisti- killed panic's
2005-05-12 twistiMoved global string definitions to string.c for 2 reaso...
2005-04-21 twistiAdded: class_java_lang_ThreadGroup
2005-04-12 twistiLink important system classes.
2005-04-06 twistiInclude missing vm/classcache.h
2005-04-03 twistiRenamed create_classinfo to class_create_classinfo.
2005-04-03 edwinremoved the class hash and all functions identifying...
2005-04-02 edwinno more unloaded classinfos!
2005-04-02 edwinchanged exception types and innerclass references to...
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-31 twistiFixed bug in adding interface methods to abstract class...
2005-03-30 twistiLink primitive type wrapper classes in linker_init.
2005-03-30 twistiUse proper class load and link functions.
2005-03-29 twistiMoved stuff from loader.c
2005-03-28 twistiLinker related stuff (mostly from loader.c/global.h).