* src/vm/jit/code.c (code_get_stack_frame_size): Implement stack alignment
[cacao.git] / src / native /
2006-03-16 twisti* src/vm/jit/tools/Makefile.am, src/vm/jit/verify/Makef...
2006-03-14 edwin* src/native/jvmti/jvmti.c (GetMethodLocation): Use...
2006-03-14 twisti* src/cacao/Makefile.am (ENABLE_STATICVM): Added cacao_...
2006-03-13 edwin* src/native/vm/VMClass.c (Java_java_lang_VMClass_getCo...
2006-03-13 edwin* src/native/vm/VMClass.c (Java_java_lang_VMClass_getSu...
2006-03-10 twisti* src/native/vm/VMRuntime.c (vm/options.h): Added.
2006-03-08 twisti* src/native/jni.c (PushLocalFrame): Implemented.
2006-03-07 twisti* src/native/vm/VMClassLoader.c (nativeGetResources...
2006-03-07 twisti* src/vm/vm.c (usage): Small change.
2006-03-07 twisti* src/native/jni.c (_Jv_jni_CallIntMethodA): New function.
2006-03-07 twisti* src/vm/string.c (string_java_lang_StringIndexOutOfBou...
2006-03-07 twisti* src/vm/vm.c (_Jv_jvm): Changed type to _Jv_JavaVM.
2006-03-06 twisti* src/vm/jit/powerpc/linux/Makefile.am (LIBS): Added...
2006-03-05 twisti* src/vm/vm.c (vm_call_method_intern): Removed.
2006-03-04 twisti* src/vm/global.h (jni_callblock): Removed.
2006-03-03 twisti* src/vm/linker.c (link_class_intern): Handle miranda...
2006-03-01 twisti* src/vm/options.c: Renamed runverbose to opt_verbosecall.
2006-02-21 twisti* src/native/native.c: Small changes.
2006-02-21 twisti* configure.ac: Default to AC_ENABLE_SHARED and AC_DISA...
2006-02-14 edwin* src/native/jni.c (_Jv_jni_invokeNative): Cleanup.
2006-02-14 edwin* src/native/jni.c (_Jv_jni_invokeNative): Look up...
2006-02-13 twisti* src/vm/method.c (assert.h): Added.
2006-02-12 edwin* src/native/vm/VMClass.c (Java_java_lang_VMClass_getDe...
2006-02-12 edwin* src/native/vm/VMClassLoader.c (vim boilerplate):...
2006-02-12 edwin* src/vm/classcache.c (classcache_store): Made classcac...
2006-02-12 twisti* src/native/vm/VMClass.c (getDeclaredMethods): Set...
2006-02-04 twisti* src/native/native.c (native_resolve_function): Print...
2006-02-04 twisti* src/vm/jit/stacktrace.c (stacktrace_add_entry): Reall...
2006-02-04 twisti* src/native/Makefile.am (CLEANFILES): Always clean...
2006-02-04 twisti* src/native/Makefile.am: Accidentally moved the librar...
2006-02-03 twisti* configure.ac (VM_ZIP_STRING): Added.
2006-02-03 twisti* src/native/vm/VMRuntime.c (nativeLoad): #ifdef ENABLE...
2006-02-03 twisti* src/vm/global.h (CACAO_VM_ZIP_PATH): Removed accident...
2006-02-03 twisti* src/vm/global.h (CACAO_VM_ZIP_PATH): Set correctly...
2006-02-03 twisti* src/native/tools/.cvsignore (TAGS): Added.
2006-02-03 twisti* src/native/Makefile.am (VM_ZIP, GLIBJ_ZIP, CLASSPATH...
2006-02-03 twisti* src/native/tools/gennativetable.c (main): Don't free...
2006-02-03 twisti* src/native/Makefile.am (nativetable.inc): Pass classp...
2006-02-03 twisti* src/native/tools/gennativetable.c: Updated to work...
2006-02-03 twisti* src/vm/jit/stacktrace.c, src/vm/jit/stacktrace.h
2006-01-27 twisti* src/native/vm/VMSystemProperties.c (preInit): Don...
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-22 twisti* src/native/Makefile.am (INCLUDES): Renamed to AM_CPPF...
2006-01-22 twisti* src/boehm-gc/.cvsignore, src/boehm-gc/include/.cvsignore,
2006-01-20 twisti* src/native/jni.c (fill_callblock_from_objectarray...
2006-01-17 twisti* CLASSPATH_INSTALL_DIR: Renamed to CLASSPATH_PREFIX.
2006-01-17 twisti* Java_gnu_classpath_VMSystemProperties_preInit: Renamed
2006-01-17 twisti* CLASSPATH_INSTALL_DIR: Renamed to CLASSPATH_PREFIX.
2006-01-16 twisti* jni_init: Fixed small typo.
2006-01-16 twisti* Java_gnu_classpath_VMSystemProperties_preInit: Use...
2006-01-15 twisti* utf_java_nio_DirectByteBufferImpl_ReadWrite: Removed.
2006-01-15 twisti* native_new_and_init: Ooops, reverting last change...
2006-01-15 twisti* native_findfunction: #ifdef ENABLE_STATICVM.
2006-01-15 twisti* native_new_and_init: Fixed return value.
2006-01-15 twisti* Java_gnu_classpath_VMSystemProperties_preInit: Set...
2006-01-14 edwin* src/native/vm/Method.c (invokeNative): check class...
2006-01-12 twisti* vm/options.h: Added.
2006-01-12 twisti* Use ASM_CALLJAVAFUNCTION* macros.
2006-01-12 twisti* Use ASM_CALLJAVAFUNCTION macro.
2006-01-12 twisti* Use ASM_CALLJAVAFUNCTION_INT macro.
2006-01-10 twisti* exceptions_throw_nullpointerexception: Use this function.
2006-01-10 twisti* exceptions_throw_nullpointerexception,
2006-01-10 twisti* exceptions_throw_nullpointerexception,
2006-01-10 twisti* exceptions_throw_illegalargumentexception,
2006-01-10 twisti* Not required anymore.
2006-01-10 twisti* use_class_as_object, create_property, copy_vftbl...
2006-01-10 twisti* nativeCalls, nativeCompCalls: Removed.
2006-01-03 twisti* CallNonvirtualBooleanMethodA: Added missing ;.
2006-01-02 twisti* Fixed ltdl.h include path.
2006-01-02 twisti* Fixed ltdl.h include path.
2005-12-22 twisti* cacao/cacao.h: Removed.
2005-12-22 twisti* properties.[ch]: Added, moved the commandline propert...
2005-12-22 twisti* STATISTICS: Renamed to ENABLE_STATISTICS.
2005-12-22 twisti* STATS: Renamed to STATISTICS.
2005-12-20 twisti* defineClass: Don't check for cl == NULL, this is ok.
2005-12-11 twisti* nativeGetResources: New zip code changes.
2005-12-05 twisti* Replaced c->loaded and c->linked stuff with
2005-12-03 twisti* Replaced c->initialized by (c->state & CLASS_INITIALI...
2005-12-03 twisti* vm/tables.h: Removed.
2005-12-03 twisti* invokeNative: Replaced c->initialized by (c->state...
2005-12-03 twisti* Required by class.[ch] during bootstrapping.
2005-12-03 twisti* java_lang_Class.h: Moved to NO_GEN_HEADER_FILES.
2005-12-01 twisti* main: Removed tables_close call.
2005-12-01 twisti* Removed vm/tables.h include.
2005-12-01 twisti* Renamed vm/tables.h to vm/hashtable.h.
2005-12-01 twisti* Renamed library_hash to hashtable_library and stuff...
2005-12-01 twisti* nativeLoad: Renamed native_library_hash_find to
2005-11-26 edwin* defineClass: check if class has already been defined...
2005-11-26 edwin* added exceptions_new_linkageerror
2005-11-26 twisti* use_class_as_object removed, link_class added where...
2005-11-26 twisti* use_class_as_object removed, link_class added where...
2005-11-17 twisti* intern: Reformatted for better debugability.
2005-11-16 twisti* gnu_classpath_Pointer.h: Removed, not required anymor...
2005-11-15 twisti* set: Handle value == NULL correctly.
2005-11-15 twisti2005-11-14 Tom Tromey <tromey@redhat.com>
2005-11-14 twisti* Get<Type>Field: Big-endian fixes for boolean, byte...
2005-11-11 twisti* preInit: Set java.library.path to "" to be compatible...
2005-11-11 twisti* setfield_critical: Removed.
2005-11-11 twisti* java_lang_Math.h: Removed.
2005-11-10 twisti* getClassLoader: Restructured for better debugability.
next