* src/vm/jit/parse.c, src/vm/jit/parse.h (inline_env): Removed most occurences.
[cacao.git] / src / native / vm /
2006-02-04 twisti* src/vm/jit/stacktrace.c (stacktrace_add_entry): Reall...
2006-02-03 twisti* src/native/vm/VMRuntime.c (nativeLoad): #ifdef ENABLE...
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/boehm-gc/.cvsignore, src/boehm-gc/include/.cvsignore,
2006-01-20 twisti* src/native/jni.c (fill_callblock_from_objectarray...
2006-01-17 twisti* Java_gnu_classpath_VMSystemProperties_preInit: Renamed
2006-01-16 twisti* Java_gnu_classpath_VMSystemProperties_preInit: Use...
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_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-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-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* vm/tables.h: Removed.
2005-12-03 twisti* invokeNative: Replaced c->initialized by (c->state...
2005-12-01 twisti* Removed vm/tables.h include.
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-17 twisti* intern: Reformatted for better debugability.
2005-11-15 twisti* set: Handle value == NULL correctly.
2005-11-11 twisti* preInit: Set java.library.path to "" to be compatible...
2005-11-10 twisti* getClassLoader: Restructured for better debugability.
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* VMFrame.c, VMVirtualMachine.c: Added, compile only...
2005-11-06 motsesplit VMjvmti.c in VMVirtualMachine.c and VMFrame.c
2005-11-06 motseVMjdwp/VMjvmti new makefile entries
2005-11-05 twisti* currentThread: Assign return value to variable, this...
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* start: threads changes.
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* 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* Arghhh! Sorry...
2005-10-19 twisti* First part of rewrite, get/setXXX functions are now...
2005-10-14 twisti* getDeclaredClasses, getDeclaringClass: Fixes the...
2005-10-12 twisti* Added vm/global.h include.
2005-10-12 twisti* start: If we use no threads, just return a Thread...
2005-09-29 twisti* GNU classpath removal changes.
2005-09-27 twisti* getDeclaredMethods: Removed setfield_critical, set...
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-19 twisti* Changes types.h include to vm/types.h.
2005-09-19 twisti* Unused since... a long time.
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* 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-08-24 michi* added arm defines
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* 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-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* Compiler warning fix: i leave this, as i want to...
2005-07-10 twisti* Removed debug output
2005-07-09 twisti* Added powerpc defines
2005-07-09 twisti* Added powerpc defines
2005-07-04 twisti* Updated to classpath 0.16
2005-06-28 twisti* Java_java_lang_VMThread_isAlive: removed
2005-06-28 twisti* Renamed STATIC_CLASSPATH to ENABLE_STATICVM
2005-06-28 twisti* Renamed STATIC_CLASSPATH to ENABLE_STATICVM
2005-06-28 twisti* Java_java_lang_VMObject_wait: changed signature in...
2005-06-22 edwinadded checkaccess parameter to resolve_class* functions
2005-06-20 twisti* Set java.version to 1.4.1 for eclipse-3.1
next