* src/threads/posix/lock.c: Moved to .cpp.
[cacao.git] / src / vm / classcache.c
2008-08-28 Christian Thalinger* src/threads/posix/lock.c: Moved to .cpp.
2008-08-20 Michael Starzinger* src/vm/classcache.c (classcache_hashtable_mutex)...
2008-08-08 Christian Thalinger* Moved all files from vmcore/ to vm/.
2007-01-29 twisti* This is a rather huge commit, which changes the build...
2007-01-10 twisti* src/vm/suck.c (suck_add): Use vm_abort instead of
2006-12-16 edwin* src/vm/classcache.c (classcache_foreach_loaded_class...
2006-07-31 twisti* src/vm/classcache.c (classcache_number_of_loaded_clas...
2006-07-17 twisti* configure.ac (CACAO_LIBDIR): Added.
2006-07-12 twisti* src/vm/builtin.c (builtin_monitorenter): Removed.
2006-05-23 motsesrc/vm/classcache.c: export CLASSCACHE_LOCK/UNLOCK...
2006-05-15 twisti* src/vm/hashtable.h,
2006-05-12 edwin* src/threads/native/threads.c: The Big Thread Cleanup...
2006-05-06 edwin* src/vm/classcache.c (classcache_merge_class_entries):
2006-05-05 edwin* src/vm/utf8.h, src/vm/utf8.c: The Big utf_* Renaming.
2006-04-20 edwin* src/vm/classcache.c (classcache_add_constraint):...
2006-04-20 edwin* src/vm/classcache.c (classcache_add_constraints_for_p...
2006-03-27 twisti* src/vm/class.c: Don't initialize classes to NULL.
2006-02-20 twisti* src/vm/classcache.c (classcache_new_name): Keep c89...
2006-02-14 edwin* src/vm/classcache.c, src/vm/classcache.h: Merge cache...
2006-02-12 edwin* src/vm/classcache.c (classcache_store): Made classcac...
2006-01-31 edwin* src/vm/classcache.c: Added a formal description of...
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...