cacao.git
2006-05-29 twisti* configure.ac (AC_INIT): Changed to version 0.96.
2006-05-29 twisti* src/vm/vm.c (usage): Removed new-line.
2006-05-29 twisti* src/vm/vm.c (OPT_GLIBJ): Added.
2006-05-29 edwin* src/vm/linker.c (link_class_intern): On i386 align...
2006-05-29 twisti* src/threads/native/critical.h (signal.h): Added,...
2006-05-29 twisti* NEWS: Added a lot of stuff.
2006-05-29 twisti* src/cacao/Makefile.am: Renamed libcacaovm.so to libjv...
2006-05-29 motsesrc/native/jni.c: removed jvmti.h included cacaodbg...
2006-05-26 edwin* src/toolbox/logging.h (stdarg.h): Include it here...
2006-05-26 twisti* src/vm/jit/powerpc/linux/md-os.c (thread_restartcriti...
2006-05-26 edwin* NEWS: Added unicode cleanup.
2006-05-26 edwin* NEWS: Added tasuki locks and other news.
2006-05-26 motsesrc/native/jvmti/jvmti.c (GetClassStatus): bugfix ...
2006-05-26 edwin* src/vm/jit/stacktrace.c (stacktrace_remove_stackframe...
2006-05-26 twisti* src/vm/jit/powerpc/linux/md-os.c (thread_restartcriti...
2006-05-26 edwin* src/vm/builtin.c (builtin_init): Documented.
2006-05-26 edwin* src/vm/loader.h: Comment update.
2006-05-26 twisti* src/vm/properties.c (properties_system_add): Changed
2006-05-26 edwin* src/vm/class.c (class_resolveclassmethod): Removed...
2006-05-26 edwin* src/native/jni.c (DefineClass): Use javastring_new_fr...
2006-05-26 twisti* src/mm/boehm.c (stackcall_malloc_atomic): Removed.
2006-05-25 motsesrc/vm/vm.c(usage): added information for jvmti agent...
2006-05-25 twisti* vm/jit/intrp/intrp.h (global_sp): Added space, yeah...
2006-05-25 twisti* NEWS: Sorry.
2006-05-25 twisti* src/vm/vm.c (HEAP_MAXSIZE): Changed to 128MB.
2006-05-25 twisti* src/vm/jit/x86_64/md-emit.h (emit_movl_reg_reg):...
2006-05-25 edwin* configure.ac: Disable inlining and lsra by default.
2006-05-24 twisti* src/threads/native/threads.c (threads_startup_thread...
2006-05-24 twisti* configure.ac: Added INTRP_CFLAGS.
2006-05-24 motsesrc/vm/vm.c (vm_exit): only set JVMTI_PHASE_DEAD if...
2006-05-23 motsesrc/vm/classcache.c: export CLASSCACHE_LOCK/UNLOCK...
2006-05-23 motsesrc/vm/vm.c (vm_create): rename jvmti function calls
2006-05-23 twisti* src/vm/jit/x86_64/codegen.c: Changed the code generat...
2006-05-23 twisti* src/vm/options.c (opt_heapmaxsize, opt_heapstartsize...
2006-05-23 twisti* src/vm/jit/x86_64/emit.c (emit_movl_reg_reg): New...
2006-05-22 twisti* configure.ac: Added --with-classpath-includedir.
2006-05-22 twisti* NEWS: Some news.
2006-05-22 twisti* src/vm/vm.c (vm_abort): New method.
2006-05-18 edwin* src/threads/native/lock.h, src/threads/native/lock...
2006-05-18 twisti* src/vm/properties.c (properties_get): Search the...
2006-05-18 twisti* src/vm/vm.c (version): Print default and runtime...
2006-05-17 twisti* configure.ac: Don't export BOOTCLASSPATH, that makes...
2006-05-17 twisti* src/vm/jit/powerpc/codegen.c (createnativestub):...
2006-05-16 twisti* src/vm/jit/powerpc/codegen.c (codegen): Bugfix: use...
2006-05-16 edwin* src/threads/native/lock.c: Fixed comment formatting.
2006-05-15 edwin* src/vm/jit/i386/machine-instr.h (compare_and_swap...
2006-05-15 twisti* configure.ac: Export BOOTCLASSPATH for javac check.
2006-05-15 edwin* src/vm/jit/inline/inline_debug.c: Renamed to src...
2006-05-15 edwin* src/threads/native/lock.c (lock_record_remove_waiter...
2006-05-15 edwin* src/threads/native/lock.h, src/threads/native/lock.c
2006-05-15 edwin* configure.ac (src/threads/green/Makefile): Removed...
2006-05-15 edwin* src/threads/native/lock.h (lock_record_pool_header_t...
2006-05-15 twisti* THIRDPARTY: Removed green threads stuff.
2006-05-15 twisti* src/vm/jit/alpha/asmpart.S (asm_perform_threadswitch)
2006-05-15 twisti* src/vm/hashtable.h,
2006-05-15 twisti* src/vm/jit/asmpart.h (calljava_xhandler2): Not requir...
2006-05-15 twisti* src/threads/native/threads.c (sem_init, sem_post...
2006-05-15 edwin* src/threads/native/lock.c (THIN_UNLOCKED): Abstracted...
2006-05-15 edwin* src/threads/native/lock.c: Added reference to thin...
2006-05-14 edwin* src/threads/native/lock.c: Thin lock implementation.
2006-05-14 edwin* src/threads/native/lock.c (lock_record_free_pools...
2006-05-14 edwin* src/threads/native/threads.c (threads_table_init...
2006-05-14 edwin* src/threads/native/threads.h, src/threads/native...
2006-05-14 edwin* src/threads/native/lock.c, src/threads/native/lock...
2006-05-14 edwin* src/threads/native/threads.c (threads_calc_absolute_t...
2006-05-13 edwin* src/threads/native/lock.c (lock_init_thread_lock_reco...
2006-05-13 edwin* src/threads/native/threads.c, src/threads/native...
2006-05-12 edwin* src/threads/native/threads.c: The Big Thread Cleanup...
2006-05-12 twisti* src/vm/jit/emit.h: Replaced __POWERPC__ #ifdef with
2006-05-11 twisti* src/native/vm/VMClassLoader.c (nativeGetResources...
2006-05-11 twisti* src/vm/jit/mips/codegen.c: Changed mcodeptr from...
2006-05-11 twisti* src/vm/jit/mips/asmpart.S (asm_call_jit_compiler...
2006-05-11 edwin* src/threads/native/threads.c (monitorExit): Added...
2006-05-11 edwin* src/lib/vm/reference/java/lang/VMClassLoader.java
2006-05-11 twisti* src/native/jni.c (DeleteGlobalRef): Bugfix: handle...
2006-05-11 twisti* src/vm/hashtable.c (threads/native/threads.h): Added.
2006-05-10 twisti* src/vm/jit/alpha/codegen.c: Changed mcodeptr from...
2006-05-10 twisti* src/vm/jit/codegen-common.h (codegendata): Use an...
2006-05-10 edwin* src/vm/jit/inline/inline.c (inline_write_exception_ha...
2006-05-10 twisti* src/vm/jit/alpha/asmpart.S (asm_call_jit_compiler...
2006-05-08 twisti* configure.ac (AC_CONFIG_FILES): Added src/scripts...
2006-05-08 twisti* src/vm/jit/powerpc/asmpart.S (asm_vm_call_method...
2006-05-08 twisti* tests/regression/native/testarguments.java: Added...
2006-05-06 motse* src/vm/vm.c (vm_create): make agentlib/agentpath...
2006-05-06 edwin* src/native/vm/VMRuntime.c
2006-05-06 edwin* src/native/vm/VMClassLoader.c
2006-05-06 edwin* src/vm/classcache.c (classcache_merge_class_entries):
2006-05-06 edwin* src/native/vm/VMClassLoader.c
2006-05-05 edwin* src/vm/utf8.h: Moved #include "config.h" up front.
2006-05-05 edwin* src/toolbox/logging.c (Changes): Added my name.
2006-05-05 edwin* src/toolbox/logging.c (log_message_utf): Use new...
2006-05-05 edwin* src/vm/builtin.c (builtin_throw_exception): Use new...
2006-05-05 edwin* src/vm/suck.c (suck_start): Use new utf_ functions.
2006-05-05 edwin* src/vm/utf8.h, src/vm/utf8.c: Fixed header.
2006-05-05 edwin* src/vm/loader.c (load_class_from_classbuffer): Use new
2006-05-05 edwin* src/vm/resolve.c (resolve_class_from_name): Use new...
2006-05-05 edwin* src/vm/utf8.h, src/vm/utf8.c: The Big utf_* Renaming.
2006-05-05 edwin* src/vm/exceptions.c (new_exception): Documented.
2006-05-05 edwin* src/vm/utf8.c, src/vm/utf8.h (utf_copy): New function.
2006-05-05 edwin* src/vm/string.c, src/vm/stringlocal.h, src/vm/utf8...
next