* Updated header: Added 2006. Changed address of FSF. Changed email
[cacao.git] / src / vm / linker.c
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-12 twisti* link_class_intern: #ifdef createcompilerstub call...
2006-01-10 twisti* exceptions_throw_nullpointerexception: Use this function.
2005-12-30 twisti* vm/jit/codegen.inc.h: Removed.
2005-12-22 twisti* STATISTICS: Renamed to ENABLE_STATISTICS.
2005-12-05 twisti* Replaced c->loaded and c->linked stuff with
2005-12-01 edwin* desc_to_type: renamed to descriptor_to_basic_type...
2005-11-26 twisti* linker_init: Link java.lang.Class first and then...
2005-11-16 twisti* link_array: Replaced utf_new_intern with utf_new.
2005-11-01 edwinfix in linker: do not store self-reference for bootload...
2005-10-20 edwinadded resolve_*_eager functions
2005-10-05 edwincache self-reference of class in link_class_intern
2005-10-04 twisti* config.h, types.h: Added.
2005-09-28 twisti* class_java_lang_Thread, class_java_lang_VMThread...
2005-09-21 twisti* link_primitivetype_table: Set correct flags (taken...
2005-07-20 twisti* link_class_intern: Create for all methods a compiler...
2005-07-11 twisti* Comment typos
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).