Renamed create_classinfo to class_create_classinfo.
[cacao.git] / src / vm / class.c
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 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-30 twistiUse proper class load and link functions.
2005-03-29 twistiInclude proper header files.
2005-03-28 twistiAdded: class_freecpool, class_free
2005-03-27 edwinadded functions for dynamically creating classrefs
2005-03-25 edwinadded data structures for parsed descriptors and class...
2005-03-23 twistiAdded class_java_util_Vector
2005-02-10 twistiMostly stuff from native.[ch] and tables.[ch].