* Updated header: Added 2006. Changed address of FSF. Changed email
[cacao.git] / src / vm / classcache.c
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2005-12-05 twisti* Replaced c->loaded and c->linked stuff with
2005-12-01 twisti* vm/tables.h: Renamed to vm/hashtable.h.
2005-11-28 edwin* classcache.c, classcache.h: make NDEBUG remove debug...
2005-11-27 edwin* classcache.c: removed splint /*@...@*/ annotations
2005-11-27 edwin* classcache_store: fix: do not replace class if it...
2005-11-26 edwin* defineClass: check if class has already been defined...
2005-11-26 edwin* added exceptions_new_linkageerror
2005-11-16 twisti* config.h, vm/types.h: Added.
2005-10-05 edwincache self-reference of class in link_class_intern
2005-09-21 twisti* classcache_lookup_name, classcache_new_name: Speed...
2005-06-16 edwinclass loading synchronization: throw away loaded class...
2005-05-12 twistiMoved global string definitions to string.c for 2 reaso...
2005-04-15 edwinadded annotation for splint checking
2005-04-06 edwinfixed bug in classcache_add_constraint
2005-04-03 edwinremoved the class hash and all functions identifying...
2005-04-02 edwinchanged exception types and innerclass references to...
2005-04-02 edwinclassinfo: changed type of super and interfaces to...
2005-04-01 edwinextended type system to use symbolic references
2005-03-25 edwinfix merging of classcache_class_entry:s
2005-03-25 edwinadded new code for the loaded class cache and loading...