* Removed all Id tags.
[cacao.git] / src / vm / initialize.c
2007-08-27 Christian Thalinger* Removed all Id tags.
2007-08-11 michi* src/vm/global.h (java_handle_t): Added typedef.
2007-04-25 twisti* src/threads/lock-common.h: New file.
2007-01-29 twisti* This is a rather huge commit, which changes the build...
2006-07-12 twisti* src/vm/builtin.c (builtin_monitorenter): Removed.
2006-05-15 twisti* src/vm/hashtable.h,
2006-03-05 twisti* src/vm/vm.c (vm_call_method_intern): Removed.
2006-03-04 twisti* src/vm/global.h (jni_callblock): Removed.
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-12 twisti* initialize_class: Use CLASS_IS_OR_ALMOST_INITIALIZED.
2006-01-12 twisti* Use ASM_CALLJAVAFUNCTION macro.
2005-12-22 twisti* STATISTICS: Renamed to ENABLE_STATISTICS.
2005-12-05 twisti* Replaced c->loaded and c->linked stuff with
2005-12-03 twisti* initialize_class: Use c->state instead of old members...
2005-10-04 twisti* initialize_class_intern: Removed unused variable i.
2005-10-04 twisti* initialize_class_intern: Do not initialize interfaces...
2005-07-12 twisti* Removed JWDEBUG
2005-06-08 twistiBetter error handling in wrapping the exception.
2005-05-23 twistiUse log_message_class/log_message_class_message_class...
2005-04-30 jowennmore statistics, less crashing
2005-04-04 edwindo not include class.h in initialize.h
2005-04-03 twistiStatic class initializer functions.