* src/vm/class.c: Don't initialize classes to NULL.
[cacao.git] / src / vm / resolve.c
2006-03-27 twisti* src/vm/class.c: Don't initialize classes to NULL.
2006-03-11 edwin* src/vm/resolve.c (resolve_class_from_typedesc): Safer...
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2005-12-20 edwin* resolve_method: impose loading constraints on loader...
2005-12-05 twisti* Replaced c->loaded and c->linked stuff with
2005-11-28 edwin* renamed CACAO_TYPECHECK to ENABLE_VERIFIER
2005-11-26 edwin* added exceptions_new_linkageerror
2005-11-08 edwintypeinfo.h: rewrote some macros as functions
2005-11-07 edwinadapt verifier to java 1.5 changes (ACONSTs are now...
2005-10-20 edwinadded resolve_*_eager functions
2005-10-19 twisti* is_accessible_class: Renamed to access_is_accessible_...
2005-10-13 edwindo not throw exceptions for missing fields/methods...
2005-10-06 edwinin resolve_and_check_subtype_set: skip types that canno...
2005-10-05 edwinverify that abstract classes are not instantiated
2005-10-05 edwinfor INVOKESPECIAL: check that it may only call <init...
2005-10-05 edwinfix checking of protected members (removed bogus test...
2005-10-04 edwinimplement special lookup for INVOKESPECIAL and super...
2005-07-13 twisti* resolve_classref_or_classinfo: convert ClassNotFoundE...
2005-06-23 edwinexception handling in typeinfo.c and typecheck.c
2005-06-22 edwinfix error message code: utf_sprint declarer->name,...
2005-06-22 edwinadded checkaccess parameter to resolve_class* functions
2005-06-22 edwinfix subtype checking for merged array types
2005-06-20 edwindo not check protected access for methods of arrays...
2005-06-20 edwinfix merging error
2005-06-20 edwinsome fixes
2005-06-20 twisti* Come on... it's not that hard!
2005-06-20 edwinsome work on the resolve functions for verification
2005-06-18 edwinsplit create_unresolved_* functions in create_* and...
2005-06-14 twisti* use load_class_from_sysloader return value
2005-06-06 twisti- resolve_method: check for mi->parseddesc->params...
2005-05-12 twistiMoved global string definitions to string.c for 2 reaso...
2005-04-06 edwinfixed bug in classcache_add_constraint
2005-04-05 edwinlink class in resolve_field/resolve_method
2005-04-05 edwindo not use members set by method_descriptor2types in...
2005-04-05 edwincall method_descriptor2types
2005-04-05 edwindont use stack in create_unresolved_ functions if no...
2005-04-05 edwinenable the create_unresolved_... functions to work...
2005-04-04 edwinrenamed resolve_class to resolve_class_from_name
2005-04-03 edwinremoved the class hash and all functions identifying...
2005-04-03 twistiFixed --disable-threads compiling issues (missing heade...
2005-04-02 edwinno more unloaded classinfos!
2005-04-02 edwinremoved "class" field in constant_FMIref
2005-04-02 edwinclassinfo: changed type of super and interfaces to...
2005-04-01 edwinremoved old descriptor parsing functions
2005-04-01 edwinextended type system to use symbolic references
2005-03-30 twistiUse proper class load and link functions.
2005-03-28 twistiInclude linker.h instead of loader.h.
2005-03-25 edwinadded functions for freeing memory
2005-03-25 edwinadded new code for resolving symbolic references