* Updated header: Added 2006. Changed address of FSF. Changed email
[cacao.git] / src / vm / loader.c
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-22 twisti* src/vm/class.c (class_showmethods): Use class_printflags.
2006-01-12 twisti* Use ASM_CALLJAVAFUNCTION_ADR macro.
2006-01-10 twisti* exceptions_throw_classformaterror: Use this function.
2006-01-08 twisti* loader_load_all_classes: Print exception when loading...
2005-12-30 twisti* vm/jit/codegen.inc.h: Renamed to vm/jit/codegen-common.h.
2005-12-22 twisti* STATISTICS: Renamed to ENABLE_STATISTICS.
2005-12-20 twisti* loader_load_all_classes: Renamed classes to htclasses.
2005-12-10 twisti* Rewrite of bootstrap ZIP handling code, now uses...
2005-12-07 twisti* load_class_bootstrap: Use new_noclassdeffounderror...
2005-12-05 twisti* Replaced c->loaded and c->linked stuff with
2005-12-02 twisti* sys/stat.h, toolbox/util.h, vm/tables.h: Removed.
2005-12-01 edwin* desc_to_type: renamed to descriptor_to_basic_type...
2005-11-28 edwin* loader.c: ifdef verifier code with ENABLE_VERIFIER
2005-11-26 twisti* load_class_from_classloader: Store array classes...
2005-11-16 twisti* load_constantpool, load_newly_created_array: Replaced...
2005-10-28 twisti* load_method: Calculate count_extable_len correctly.
2005-10-26 twisti* class_resolvefield, class_findmethod, class_resolveme...
2005-10-20 edwinadded resolve_*_eager functions
2005-10-12 twisti* load_class_from_classbuffer: GCNEW renamed to GCNEW_U...
2005-10-07 edwincheck against method descriptors used for fields and...
2005-10-06 twisti* SUN compatible -verbose:class implemented.
2005-10-06 edwinuse new_internalerror where possible
2005-10-06 edwinthrow classformaterror instead of assert(0)
2005-10-06 edwinalways check return value of class_getconstant
2005-10-04 edwinimplement special lookup for INVOKESPECIAL and super...
2005-09-29 twisti* loader_load_all_classes: Also skip *.png files.
2005-09-28 twisti* class_java_lang_Thread, class_java_lang_VMThread...
2005-09-21 twisti* Mauve test fixes: check for bad array name and stuff...
2005-09-16 twisti* load_newly_created_array: Set clone() method to ACC_N...
2005-09-05 twisti* Added ENABLE_INTRP define (this is more like a hack...
2005-07-24 michi* suck_double: On little endian ARMs with FPA, doubles
2005-07-20 twisti* load_newly_created_array: Save native stub to m-...
2005-07-12 michi* fixed typo when compiled with LOADER_VERBOSE
2005-07-11 twisti* Comment typos
2005-07-08 twisti* loader_load_all_classes: fixed the META-INF bug again...
2005-07-07 twisti* loader_load_all_classes: skip META-INF entries
2005-06-20 edwinfixed classref field for 'this' parameter in methoddescs
2005-06-16 edwinclass loading synchronization: throw away loaded class...
2005-06-14 twisti* use load_class_from_sysloader return value
2005-06-13 twisti* Use load_class_bootstrap return value
2005-06-06 twisti- load_constantpool: try to add all descriptors to...
2005-05-23 twisti- killed panic's
2005-05-19 jowennVMAccessController.getStack (currently leads in some...
2005-05-12 twistiRenamed create_all_classes to loader_load_all_classes.
2005-05-01 jowennFromReflectedMethod can be called for methods and const...
2005-04-21 twistiAdded: class_java_lang_ThreadGroup
2005-04-14 edwinsynchronize VMClassLoader.defineClass and load_class_bo...
2005-04-14 edwinuse log_text for logging
2005-04-14 edwinimplemented defineClass with name == NULL
2005-04-12 twistiMoved exception loading to exceptions.c
2005-04-11 twisti- moved class_getconstant, innerclass_getconstant to...
2005-04-03 twistiRemoved class_init* stuff (now in initialize.[ch]).
2005-04-03 edwinremoved the class hash and all functions identifying...
2005-04-02 edwinno more unloaded classinfos!
2005-04-02 edwinstarted changing constant pool to constant_classrefs
2005-04-02 edwinchanged exception types and innerclass references to...
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 twistiLoad primitive type wrapper classes in loader_init.
2005-03-30 twistiUse proper class load and link functions.
2005-03-30 twistiRemoved ProtectionDomain stuff, this is done through...
2005-03-29 twistiMoved a lot of stuff to seperate files.
2005-03-23 twistiExport classpath_entries (this should be stored somewhe...
2005-03-09 twistiInclude config.h and ifdef statistics stuff to support...
2005-02-10 twisti- #include "vm/stringlocal.h"
2005-02-07 twistiBetter locking of zip/jar files with threads.
2005-02-03 motsefix: race condition with concurrent access to a jar...
2005-01-28 motsefix: restore
2005-01-27 motsefix: forgot a few casts
2005-01-27 motseadd ProtectionDomain/Codesource support
2004-12-29 twisti- make classpath_info a struct, not a union (there...
2004-12-22 twistiUse monitorenter/exit only with threads.
2004-12-21 jowenndon't terminate with "method not found" during compile...
2004-12-07 twistiGNU header update.
2004-12-07 twistiFixed class not found warning bug with opt_verbose.
2004-12-03 twistiInclude unzip.h fixes.
2004-11-30 twistiNew source tree.
2004-11-19 carolynRTA updates for abstract classes
2004-11-18 twistiBug fix: released filename memory of classpath entries.
2004-11-18 twistiUse malloc'd memory in suck_init and suck_start and...
2004-11-15 carolynrta invoke interface updates
2004-11-12 twisti-ansi -pedantic fixes.
2004-11-05 twistiDon't clear removed registerdata.
2004-11-02 jowenndynamic native library loading, some inlining changes
2004-10-11 jowennFix a crash in the code which tests, if a method is...
2004-08-17 twisti- added a bunch of loader exceptions and errors, compat...
2004-08-01 stefanInitialize object locks
2004-07-21 twisti- added #include "exceptions.h"
2004-07-10 stefanrenamed vftbl type to vftbl_t
2004-06-30 twisti- include options.h/statistics.h instead of main.h
2004-06-19 twistiAnsi C greetz you...
2004-06-19 twisti- added new_classformaterror
2004-06-16 jowenna few finalizer testcases, old thread implementation...
2004-06-09 twisti- suck_init filename bugfix
2004-06-05 twisti- correct includes
2004-05-31 jowennExceptions work now with nested builtin_news correctly...
2004-05-28 jowennchecking the return value of a non void function, which...
next