* src/vm/jit/codegen-common.c (codegen_addreference): Fixed bug when
[cacao.git] / src / native /
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.
2005-11-08 twisti* GetMethodID, GetStaticMethodID: Use exceptions_new_no...
2005-11-08 twisti* preInit: Set java.class.version to CLASS_VERSION.
2005-11-07 twisti* get: Warning fix.
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.
next