* Fix line number problem in exception stubs: we can't reuse an exception
[cacao.git] / src / native /
2005-11-06 motseforgot to include a few header files
2005-11-06 twisti* GEN_JVMTI_HEADER_FILES: Added, fixed small type,...
2005-11-06 twisti* VMFrame.c, VMVirtualMachine.c: Added, compile only...
2005-11-06 motseadd check for ENABLE_JVMTI
2005-11-06 motsesplit VMjvmti.c in VMVirtualMachine.c and VMFrame.c
2005-11-06 motseignore for jvmti header files added
2005-11-06 motseVMjdwp/VMjvmti new makefile entries
2005-11-05 twisti* currentThread: Assign return value to variable, this...
2005-11-04 motsealmost all required function implemented - first integr...
2005-11-04 twisti* fill_callblock_from_objectarray: Pass classinfo to
2005-11-04 twisti* config.h, vm/types.h: Added.
2005-11-04 twisti* defineClass: Renamed arguments so they fit to the...
2005-11-03 twisti* CallStatic*Method*: Some cleanups and correct log...
2005-11-03 twisti* start: threads changes.
2005-11-03 twisti* _no_threads_localref_table: Made non-static.
2005-11-03 twisti* gnu_classpath_Pointer.h: Added, required by java_lang...
2005-11-03 twisti* Updated.
2005-11-03 twisti* Regenerated with GNU classpath 0.19 files.
2005-11-03 twisti* genall: Added, generates the headers which are in...
2005-11-02 twisti* preInit: When GC is disabled, we add constant strings...
2005-11-02 twisti* preInit: Set java.vendor and java.vendor.url to GNU...
2005-11-01 twisti* config.h, vm/types.h: Added include.
2005-11-01 twisti* getDeclaredClasses: Mauve bugfix, we took the wrong...
2005-10-26 twisti* GetMethodID, GetStaticMethodID: Check clazz, initiali...
2005-10-26 twisti* cacao_get_field_address: Don't call cacao_callingMeth...
2005-10-26 twisti* invokeNative: Fixed access check, initialize class.
2005-10-21 twisti* Define OS_INLINE for darwin.
2005-10-19 twisti* cacao_get_field_address: Check if we should bypass...
2005-10-19 twisti* set: Assigment bugfix, wrong variable used. Maybe...
2005-10-19 twisti* Second part of the rewrite, seems quite ok now and...
2005-10-19 twisti* config.h, vm/types.h: Added.
2005-10-19 twisti* Use noinst_DATA target for header files since all...
2005-10-19 twisti* Arghhh! Sorry...
2005-10-19 twisti* class_findfield_approx, class_findfield_index_approx...
2005-10-19 twisti* First part of rewrite, get/setXXX functions are now...
2005-10-14 twisti* DefineClass, GetSuperclass, NewObjectA: Add return...
2005-10-14 twisti* getDeclaredClasses, getDeclaringClass: Fixes the...
2005-10-13 twisti* NewLocalRef: Keep the compiler happy, return a value.
2005-10-13 edwinfix bug when calling Java method with return type long
2005-10-12 twisti* java_lang_VMThrowable.h: Added.
2005-10-12 twisti* Added local references stuff.
2005-10-12 twisti* localref_table: Added.
2005-10-12 twisti* Added vm/global.h include.
2005-10-12 twisti* start: If we use no threads, just return a Thread...
2005-10-07 twisti* VM_ZIP, GLIBJ_ZIP: Added.
2005-09-29 twisti* GNU classpath removal changes.
2005-09-29 twisti* GNU classpath removal changes.
2005-09-29 twisti* types.h: Path fix.
2005-09-27 twisti* getDeclaredMethods: Removed setfield_critical, set...
2005-09-21 twisti* java_nio_DirectByteBufferImpl.h: Added.
2005-09-21 twisti* callLongMethod: Fixed argcount.
2005-09-21 twisti* nativeLoad: Use lt_dlopen instead of lt_dlopenext.
2005-09-21 twisti* forName: Mauve fix, check for '/' in class name.
2005-09-21 twisti* nativeGetResources: Mauve fix, check for classes.
2005-09-21 twisti* Added comments.
2005-09-21 twisti* callObjectMethod, callIntegerMethod, jni_method_invok...
2005-09-19 twisti* Changed types.h include to vm/types.h.
2005-09-19 twisti* Changes types.h include to vm/types.h.
2005-09-19 twisti* Unused since... a long time.
2005-09-19 twisti* Fixed comments.
2005-09-19 twisti* gnu_classpath_Pointer32.h, gnu_classpath_Pointer64...
2005-09-16 twisti* native_library_hash_find: Declaration added.
2005-09-16 twisti* Fixed architecture and interpreter defines: who suppo...
2005-09-12 twisti* nativeLoad: Call JNI_OnLoad if the functions is avail...
2005-09-10 twisti* mapLibraryName: Don't add extension.
2005-09-10 twisti* Added #include "vm/options.h".
2005-09-10 twisti* preInit: Added java.vm.info.
2005-09-10 twisti* getCallingClassLoader: Fixed #ifdef.
2005-09-10 twisti* findLoadedClass: Added.
2005-09-10 twisti* Proxy to VMProxy changes.
2005-09-10 twisti* Proxy to VMProxy changes.
2005-09-10 twisti* Changed RawData to Pointer (classpath-0.18 change).
2005-09-10 twisti* fillInStackTrace: Check return value of cacao_stacktr...
2005-09-10 twisti* forName: Changed to (Ljava/lang/String;ZLjava/lang...
2005-09-05 twisti* Disable the stackwalker stuff for the intrp for now...
2005-09-05 twisti* Bugfix: Use rt.jar in CLASSPATH
2005-08-24 michi* added arm defines
2005-07-21 motsefix DeleteGlobalRef missing argument for IdentityHashMa...
2005-07-21 twisti* JAVA_VERSION: added, it's defined in global.h
2005-07-20 twisti* Java_java_lang_VMObject_clone: check for OOM in array...
2005-07-20 twisti* Added java_lang_StackTraceElement.h
2005-07-20 twisti* generateStackTraceArray: removed
2005-07-20 michi* added arm defines
2005-07-19 twisti* Removed unused unistd.h include
2005-07-19 twisti* Removed unistd.h include
2005-07-19 twisti* Added --enable-jvmti configure switch, plus ENABLE_JV...
2005-07-19 twisti* Fixed jvmti.h include path
2005-07-19 twisti* Removed jvmti.[ch]
2005-07-19 motseadd emacs footer
2005-07-19 motseinitial support for jvmti
2005-07-13 twisti* Compiler warning fix
2005-07-13 twisti* Java_java_lang_VMClass_getDeclaredClasses: bugfix...
2005-07-13 twisti* Compiler warning fix
2005-07-12 twisti* Added mips defines
2005-07-12 twisti* Some functions implemented/corrected
2005-07-12 twisti* JNI_COMMIT, JNI_ABORT: added
2005-07-12 twisti* Compiler warning fix: i leave this, as i want to...
2005-07-12 twisti* make dist-check fixes
2005-07-12 michi* GetEnv: thread_getself is available with native threa...
2005-07-10 twisti* Removed debug output
next