fix: GetJavaVM now returns a pointer to a global variable ptr_jvm instead of a local...
[cacao.git] / src / native / jni.c
2005-03-01 motsefix: GetJavaVM now returns a pointer to a global variab...
2005-02-10 twisti- added authors
2005-01-12 twistiWarning fix in JNI_GetCreatedJavaVMs: return 0;
2005-01-05 motsefix: jni_method_invokeNativeHelper static methods can...
2005-01-04 twistiGetVersion: fixed and added comments.
2005-01-04 twisti- asm_calljavafunction2 warning fixes
2004-12-29 twistiReturn type fix in GetMethodID.
2004-12-22 twistiUse monitorenter/exit only with threads.
2004-12-21 jowenndon't terminate with "method not found" during compile...
2004-12-21 twisti- throw exception with name in GetMethodID and GetStati...
2004-12-20 jowenngenerate package names correctly, now they are not...
2004-12-17 jowenn1) disable the is leaf check for i386, where there...
2004-12-15 jowennthrow the required acceptions in the Field.getXYZ nativ...
2004-12-07 twistiGNU header update.
2004-11-30 twistiNew source tree.
2004-11-12 twisti-ansi -pedantic fixes.
2004-11-09 motsefix delayed jni init for disabled threads build
2004-11-08 motsedelay jni init til the firt NewGlobalRef call
2004-11-06 motseremove dummy implementation of GdkGraphics GdkPixbufDec...
2004-11-01 twistigcc-2.x compiler fix.
2004-10-30 motseadd NewGlobalRef to cacao jni
2004-08-17 twisti- enhanced and fixed DefineClass
2004-08-02 motsecallLongMethod - wrong return type
2004-07-31 motseCallLongMethod implementation added
2004-07-21 twistiAdded #include "exceptions.h"
2004-06-30 twistiInclude options.h/statistics.h.
2004-06-16 jowenna few finalizer testcases, old thread implementation...
2004-05-31 jowennExceptions work now with nested builtin_news correctly...
2004-05-18 stefanRenamed loging to logging
2004-04-26 twisti- removed OutOfMemoryError exceptions
2004-03-30 twisti- usage of new_exception
2004-03-15 jowennexception back traces for i386
2004-03-06 twistiVariables must be declared at block beginnings, damn!
2004-03-02 jowennnative functions, getClassContext, currentClassLoader...
2004-01-21 stefanMore NATIVE_THREADS ifdefs
2004-01-06 stefanexceptionptr update for native threads
2003-12-30 twisti- made code more readable
2003-12-16 edwinpointer cast bugfix
2003-12-16 edwinvftbl argument for builtin_arrayinstanceof
2003-12-13 stefanGet rid of asm_javacallmethod
2003-12-13 twistiRemoved heap_addreference.
2003-12-09 edwinadded UTF-8 validation
2003-12-08 jowennarray out of memory fixlet, InvocationTargetException...
2003-12-07 twisti- added gnu header
2003-12-04 jowennMake exceptions thrown from bytecode back to native...
2003-12-04 stefanThis is C
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- build a libnat.a
2003-11-23 jowennfaster zip implementation, works only for one zip archi...
2003-11-23 edwinnew array classes cleanup + made tests (except fp*...
2003-11-21 jowennmerge from gnuclasspath branch. I hope I didn't miss...
2003-11-02 twistiMajor file restructuring.
1999-11-09 schanijava.net implemented.
1999-10-04 romanjdk1.2 and loader optimisation