* configure.ac: Default to AC_ENABLE_SHARED and AC_DISABLE_STATIC.
[cacao.git] / src / native / vm / VMRuntime.c
2006-02-21 twisti* configure.ac: Default to AC_ENABLE_SHARED and AC_DISA...
2006-02-03 twisti* src/native/vm/VMRuntime.c (nativeLoad): #ifdef ENABLE...
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-10 twisti* exceptions_throw_nullpointerexception: Use this function.
2006-01-02 twisti* Fixed ltdl.h include path.
2005-12-01 twisti* Removed vm/tables.h include.
2005-12-01 twisti* nativeLoad: Renamed native_library_hash_find to
2005-10-21 twisti* Define OS_INLINE for darwin.
2005-09-21 twisti* nativeLoad: Use lt_dlopen instead of lt_dlopenext.
2005-09-12 twisti* nativeLoad: Call JNI_OnLoad if the functions is avail...
2005-09-10 twisti* mapLibraryName: Don't add extension.
2005-07-19 twisti* Removed unistd.h include
2005-06-28 twisti* Renamed STATIC_CLASSPATH to ENABLE_STATICVM
2005-06-15 twisti* compile warning fixes
2005-06-14 twisti* implemented the library hash: each loaded library...
2005-06-13 twisti* Use libltdl
2005-05-21 twisti- killed panic's
2005-03-05 twistiRemoved unused headers.
2005-02-10 twisticlass and utf8 related changes.
2005-02-08 twistiChanged nativeLoad signature.
2005-01-12 twisti- removed Java_java_lang_VMRuntime_insertSystemProperti...
2005-01-05 motseset user.language/user.region system property according...
2005-01-04 twisti- changed INSTALL_PREFIX to CACAO_INSTALL_PREFIX
2004-12-29 twistiSet correct java.vendor.url and java.home.
2004-12-22 twistiDARWIN compilation fix.
2004-12-16 motsedisable gthread-jni's portable native sync due to yet...
2004-12-07 twistiGNU header update.
2004-12-05 twistiLoad libraries from cacao library path.
2004-12-05 jowennprepare for loading libs/classfiles from install directory
2004-12-04 jowennuse two functions for creating/removing items of the...
2004-11-30 twistiNew source tree.
2004-11-17 twisti- fix a nullpointerexception
2004-11-14 jowenn2 new icmds, new exception table ordering for inlining...
2004-11-12 twisti-ansi -pedantic fixes.
2004-11-12 twistiImplemented availableProcessors() for darwin.
2004-11-08 twistiHandle properties in a much better and clearer way.
2004-11-05 twistiAhm, umh, just a commit to move my changes into cvs...
2004-11-04 motsenativeLoad remove #ifdef JOWENNDEBUG
2004-11-03 jowenntableswitch index problem solved, jump to wrong instruc...
2004-11-02 twistiFix for --disable-dynamicclasspath with empty LD_LIBRAR...
2004-11-02 jowenndynamic native library loading, some inlining changes
2004-07-21 twistiAdded #include "exceptions.h"
2004-07-11 stefanThis does not work on MIPSPro
2004-06-16 jowenna few finalizer testcases, old thread implementation...
2004-06-06 twisti- runFinalization() bug fix, ucsd benchmark now works...
2004-05-18 stefanRenamed loging to logging
2004-04-26 twisti- exception stuff
2004-03-30 twisti- heap_init works again and we can set initial and...
2004-03-28 twistiOoops, small type. But gcc does not complain about...
2004-03-28 twistiImplemented some functions: totalMemory, freeMemory...
2004-03-02 jowennnative functions, getClassContext, currentClassLoader...
2004-01-11 twisti- added gnu header
2003-12-13 stefanGet rid of asm_javacallmethod
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...
2003-11-21 jowennwill be replaced by modified versions
1999-10-04 romanjdk1.2 and loader optimisation