Merged revisions 7797-7917 via svnmerge from
[cacao.git] / src / native / native.h
2007-05-20 michiMerged revisions 7797-7917 via svnmerge from
2007-03-28 michiMerged revisions 7501-7598 via svnmerge from
2007-02-23 michi* src/native/native.h (hashtable_library_loader_entry...
2007-02-18 pm* src/vm/jit/s390/patcher.c (patcher_wrapper): Formatti...
2007-02-14 twisti* src/vm/jit/intrp/peephole.c: Updated to current codebase.
2007-02-11 twisti* src/native/native.c (native_get_returntype): Removed.
2007-01-29 twisti* This is a rather huge commit, which changes the build...
2006-12-27 twisti* src/vm/class.c [ENABLE_JAVASE] (arrayclass_java_lang_...
2006-12-18 twisti* src/vm/class.h (vm/loader.h): Added.
2006-11-21 twisti* native.c (native_class_getname): New function.
2006-02-21 twisti* configure.ac: Default to AC_ENABLE_SHARED and AC_DISA...
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-15 twisti* native_findfunction: #ifdef ENABLE_STATICVM.
2006-01-10 twisti* use_class_as_object, create_property, copy_vftbl...
2006-01-02 twisti* Fixed ltdl.h include path.
2005-12-01 twisti* Renamed library_hash to hashtable_library and stuff...
2005-10-19 twisti* class_findfield_approx, class_findfield_index_approx...
2005-09-19 twisti* Fixed comments.
2005-09-16 twisti* native_library_hash_find: Declaration added.
2005-07-04 twisti* stringtable_update, get_type: removed
2005-06-28 twisti* Renamed STATIC_CLASSPATH to ENABLE_STATICVM
2005-06-15 twisti* added STATIC_CLASSPATH defines to fix compile problems
2005-06-14 twisti* implemented the library hash: each loaded library...
2005-06-14 twisti* builtin_asm_createclasscontextarray,
2005-06-13 twisti* native_init: initialize libltdl
2005-03-30 twistiAdded proper header includes.
2005-02-10 twistiForgot to remove some class_* stuff (thanks go to the...
2005-02-10 twistiMoved string related stuff into vm/string.[ch], utf8...
2005-01-04 twistiWarning fix (const char *).native.c
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