GNU header update.
[cacao.git] / src / native / vm / VMClass.c
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...