GNU header update.
[cacao.git] / src / native / native.h
2004-12-07 twistiGNU header update.
2004-12-07 twistiOk, the same with nativeCalls.
2004-12-07 twistiDon't define a data structure in a header file! This...
2004-12-02 carolynmove code from natcalls.h into native.h
2004-11-30 twistiNew source tree.
2004-11-08 twistiHandle properties in a much better and clearer way.
2004-07-28 twistiRemoved native_setclasspath classpath stuff. classpath...
2004-07-21 twisti- added #include "exceptions.h"
2004-07-10 stefanrenamed vftbl type to vftbl_t
2004-06-30 twisti- moved struct nativeref, nativecompref from c file
2004-06-19 twistiAdded: throw_exception, throw_main_exception, throw_mai...
2004-05-27 twisti- more exception strings defined
2004-04-26 twisti- lazy loading/linking stuff
2004-03-30 twisti- removed unused exception class_ declarations
2004-03-07 twistinative_new_and_init_int was not defined
2004-03-05 twisti- new_exception functions for dynamic exceptions
2004-03-02 jowennnative functions, getClassContext, currentClassLoader...
2004-02-05 twistiPass string offset to literalstring_u2, fixed to store...
2004-01-06 stefanexceptionptr update for native threads
2004-01-04 jowennsupport for multiple zip archives as class source,...
2003-12-13 twisti- added class_java_lang_NoClassDefFoundError
2003-12-01 jowennreflection, loader fix (before it did offer an unloaded...
2003-11-24 twisti- build a libnat.a
2003-11-23 jowennfaster zip implementation, works only for one zip archi...
2003-11-21 jowennmerge from gnuclasspath branch. I hope I didn't miss...
2003-11-02 twistiMajor file restructuring.
2003-02-13 stefanOnly copy vftbl once in use_class_as_object
2003-02-12 stefanOther approach to the vftbl problem
1999-10-04 romanjdk1.2 and loader optimisation
1998-10-03 cacaoInitial revision