* Updated header: Added 2006. Changed address of FSF. Changed email
[cacao.git] / src / native / vm / VMClass.c
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-10 twisti* exceptions_throw_nullpointerexception: Use this function.
2005-12-05 twisti* Replaced c->loaded and c->linked stuff with
2005-12-01 twisti* Removed vm/tables.h include.
2005-11-26 twisti* use_class_as_object removed, link_class added where...
2005-11-10 twisti* getClassLoader: Restructured for better debugability.
2005-11-01 twisti* getDeclaredClasses: Mauve bugfix, we took the wrong...
2005-10-14 twisti* getDeclaredClasses, getDeclaringClass: Fixes the...
2005-09-27 twisti* getDeclaredMethods: Removed setfield_critical, set...
2005-09-21 twisti* forName: Mauve fix, check for '/' in class name.
2005-09-19 twisti* Changes types.h include to vm/types.h.
2005-09-10 twisti* forName: Changed to (Ljava/lang/String;ZLjava/lang...
2005-07-13 twisti* Java_java_lang_VMClass_getDeclaredClasses: bugfix...
2005-07-12 twisti* Compiler warning fix: i leave this, as i want to...
2005-07-04 twisti* Updated to classpath 0.16
2005-06-22 edwinadded checkaccess parameter to resolve_class* functions
2005-06-14 twisti* use load_class_from_sysloader return value
2005-06-13 twisti* Typo
2005-06-13 twisti* load_class_bootstrap return value
2005-05-21 twisti- killed panic's
2005-04-30 jowennmore statistics, less crashing
2005-04-04 twistiForgot to include initialize.h
2005-04-03 twistiRenamed class_init to initialize_class.
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 edwinswitched JNI to parsed descriptors
2005-04-01 twistiArghhh, small type in #if.
2005-03-31 twisti- forName: just return NULL, to use classpath default...
2005-03-30 twistiUse proper class load and link functions.
2005-03-05 twistiHeader fixes.
2005-02-10 twisticlass and utf8 related changes.
2005-01-04 twisti- isAssignableFrom: throw nullpointer, fixed typo
2004-12-20 jowenngenerate package names correctly, now they are not...
2004-12-07 twistiGNU header update.
2004-11-30 twistiNew source tree.
2004-11-17 twistiWarning fixes.
2004-11-05 twistiImplemented throwException. Can't remember but we need...
2004-07-21 twistiAdded #include "exceptions.h"
2004-07-18 motseflags add to new Field
2004-07-14 twistiImplemented Java_java_lang_VMClass_initialize.
2004-06-20 twisti- check for NoClassDefFoundError, because forName can...
2004-06-16 jowenna few finalizer testcases, old thread implementation...
2004-05-20 twisti- missing header file\VMClassLoader.c
2004-05-18 stefanRenamed loging to logging
2004-04-26 twisti- exception stuff
2004-03-30 twisti- usage of new_exception
2004-03-02 jowennnative functions, getClassContext, currentClassLoader...
2004-01-11 twisti- added gnu header
2004-01-06 stefanexceptionptr update for native threads
2004-01-04 jowennsupport for multiple zip archives as class source,...
2004-01-03 twistiMade code more readable.
2003-12-13 twisti- added gnu header, emacs tailer
2003-12-08 edwinmade descriptor parsing safer + array classes fix
2003-12-08 jowennarray out of memory fixlet, InvocationTargetException...
2003-12-07 twistiAdded standard includes, which are needed.
2003-12-07 edwinadded loging functions, made kaffe tests run
2003-12-05 jowennfix for VMClass.getName + additional public static...
2003-12-05 jowenn1) fix for getDeclaredClass(publiconly=true) returning...
2003-12-04 jowennone bug less related to class/exception handing and...
2003-12-01 jowennreflection, loader fix (before it did offer an unloaded...
2003-11-24 twisti- we now build a libnat.a
2003-11-23 jowennbetter reflection code
2003-11-23 edwinnew array classes cleanup + made tests (except fp*...
2003-11-21 jowennmerge from gnuclasspath branch. I hope I didn't miss...