* libffi: Added.
[cacao.git] / src / vm / class.h
2005-09-21 twisti* Include fixes.
2005-06-20 edwinadded class_get_self_classref, should be made faster...
2005-06-13 twisti* class_java_lang_StackTraceElement, class_java_securit...
2005-05-19 jowennVMAccessController.getStack (currently leads in some...
2005-05-01 jowennFromReflectedMethod can be called for methods and const...
2005-04-21 twistiAdded: class_java_lang_ThreadGroup
2005-04-14 edwinimplemented defineClass with name == NULL
2005-04-12 twistiAdded: class_java_lang_ClassNotFoundException
2005-04-11 twistiMoved from loader.[ch]: class_getconstant, innerclass_g...
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 edwinextended type system to use symbolic references
2005-03-30 twistiAdded class_java_lang_NoClassDefFoundError: required...
2005-03-29 twisti- added constant_classref typedef
2005-03-28 twistiMoved stuff from other headers (global.h, loader.h).
2005-03-27 edwinadded functions for dynamically creating classrefs
2005-03-27 edwinadded functions for dynamically creating class references
2005-03-23 twistiAdded class_java_util_Vector
2005-02-10 twistiMostly stuff from native.[ch] and tables.[ch].