* Updated header: Added 2006. Changed address of FSF. Changed email
[cacao.git] / src / native / vm / VMClassLoader.c
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-12 twisti* Use ASM_CALLJAVAFUNCTION_INT macro.
2006-01-10 twisti* exceptions_throw_nullpointerexception,
2005-12-22 twisti* STATISTICS: Renamed to ENABLE_STATISTICS.
2005-12-20 twisti* defineClass: Don't check for cl == NULL, this is ok.
2005-12-11 twisti* nativeGetResources: New zip code changes.
2005-12-05 twisti* Replaced c->loaded and c->linked stuff with
2005-12-03 twisti* vm/tables.h: Removed.
2005-11-26 edwin* defineClass: check if class has already been defined...
2005-11-26 edwin* added exceptions_new_linkageerror
2005-11-26 twisti* use_class_as_object removed, link_class added where...
2005-11-04 twisti* defineClass: Renamed arguments so they fit to the...
2005-09-21 twisti* nativeGetResources: Mauve fix, check for classes.
2005-09-19 twisti* Changes types.h include to vm/types.h.
2005-09-10 twisti* findLoadedClass: Added.
2005-07-04 twisti* Updated to classpath 0.16
2005-06-16 edwinclass loading synchronization: throw away loaded class...
2005-06-13 twisti* Use load_class_bootstrap return value
2005-05-04 twistiAdded Java_java_lang_VMClassLoader_nativeGetResources...
2005-05-04 twistiRemoved nativeGetResources, it's now completely impleme...
2005-04-14 edwinsynchronize VMClassLoader.defineClass and load_class_bo...
2005-04-14 edwinimplemented defineClass with name == NULL
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 edwinfixed segfault in defineClass
2005-03-31 twisti- defineClass: implemented (instead of calling the...
2005-03-30 twistiUse proper class load and link functions.
2005-03-23 twistiOoops! Sorry for this bug.
2005-03-23 twisti- implemented defineClass(Ljava/lang/ClassLoader;Ljava...
2005-02-10 twisticlass and utf8 related changes.
2004-12-19 jowennone additional condition which should throw an array...
2004-12-07 twistiGNU header update.
2004-11-30 twistiNew source tree.
2004-11-18 twistiRemoved unused include.
2004-11-05 twisti- made defineClass to work
2004-07-21 twistiAdded #include "exceptions.h"
2004-07-14 twisti- throw NullPointerException in Java_java_lang_VMClassL...
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
2003-12-09 edwinadded UTF-8 validation
2003-12-07 twistiAdded standard includes, which are needed.
2003-11-24 twisti- we now build a libnat.a
2003-11-21 jowennmerge from gnuclasspath branch. I hope I didn't miss...