cacao.git
2005-05-23 twistiInclude src/classpath/m4 for aclocal to get AM_ICONV...
2005-05-23 twistiCheck for additional libraries with STATIC_CLASSPATH...
2005-05-23 twistiAdded some libraries with STATIC_CLASSPATH (not finishe...
2005-05-23 twistiRemoved orphaned headers: made problems with java_lang_...
2005-05-23 twistiFixed: missing return statement at end of non-void...
2005-05-23 twistiKilled panic's.
2005-05-23 twistiAdded DISABLE_GC stuff.
2005-05-23 twisti- killed panic's
2005-05-23 twisti- killed panic's
2005-05-23 twisti- warning fixes
2005-05-23 twistiAdded USE_INLINING stuff.
2005-05-23 twistiAdded: --disable-gc, --disable-inlining (but currently...
2005-05-23 twistiAllocates memory with malloc (no GC).
2005-05-23 twistiAdded nogc.c
2005-05-23 twisti- dolog: don't use vsprintf, just print it out (no...
2005-05-23 twisti- removed _CODEGEN_INC_H_ define, it's no header
2005-05-23 twisti- line length changes
2005-05-23 twistiKilled panic's.
2005-05-23 twisti- killed panic's
2005-05-23 twistiUse dolog instead of sprintf/log_text, so no fixed...
2005-05-23 twisti- killed panic's
2005-05-23 twisti- killed panic's
2005-05-23 twistiUse log_message_class/log_message_class_message_class...
2005-05-23 twisti- killed panic's
2005-05-23 twisti- builtin_throw_exception, builtin_trace_args, builtin_...
2005-05-23 twisti- killed panic's
2005-05-23 twistiKilled panic's.
2005-05-22 twistiKilled panic's.
2005-05-21 twistiKilled panic's.
2005-05-21 twisti- killed panic's
2005-05-21 twistiKilled panic's.
2005-05-21 twistiAdded includes to prevent compiler warnings with STATIC...
2005-05-20 twisti- new_verifyerror takes varargs
2005-05-20 twistiKilled panic's.
2005-05-20 twisti- killed panic's
2005-05-20 twistiKilled panic's.
2005-05-20 twistiTypo in java_security_VMAccessController.h, so it was...
2005-05-20 jowennperhaps I should commit the implementation too
2005-05-20 twisti- killed panic's, replaced mostly by verify errors
2005-05-20 twistiKilled panic's, replaced by log_text/assert.
2005-05-19 jowennVMAccessController.getStack (currently leads in some...
2005-05-17 twistiKilled panic's.
2005-05-13 twistiAdded ADDITIONAL_STATIC_CLASSPATH_HEADER_FILES, which...
2005-05-13 twisti- added AM_CONDITIONAL for STATIC_CLASSPATH
2005-05-13 twisti#include "stringlocal.h"
2005-05-13 twisti- added missing INT_*, FLT_* defines
2005-05-13 twistiUse patcher_putfieldconst in ICMD_PUTFIELDCONST.
2005-05-13 twistiImplemented patcher_putfieldconst.
2005-05-13 twistiAdded missing defines PUTFIELDCONST: i386, alpha, mips
2005-05-13 twistiAdded i386 define for patcher_putfieldconst.
2005-05-13 twistiUse really long values for long field/static tests.
2005-05-13 twisti#include "vm/stringlocal.h"
2005-05-13 twisti- correct order of argument-register assigment/monitore...
2005-05-13 twisti- added monitor for patcher functions
2005-05-13 twistiAdded monitor for patcher functions.
2005-05-13 twisti- renamed some I386_* to more common REG_* or ALU_*
2005-05-13 twistiRenamed I386_* to more common REG_* or ALU_*.
2005-05-13 twisti- forgot to include generated header files for dummynat...
2005-05-12 twistiAdded exceptions (again) since the exceptions.[ch]...
2005-05-12 twisti#include "vm/stringlocal.h"
2005-05-12 twistiMoved dummynativetable into native.c, for a static...
2005-05-12 twistiAdded `if STATIC_CLASSPATH' for nativetable.inc generation.
2005-05-12 twistiReactivate gennativetable, it's required for a static...
2005-05-12 twistiMoved global string definitions to string.c for 2 reaso...
2005-05-12 twistiMoved global string definitions to string.c for 2 reaso...
2005-05-12 twistiDon't include exceptions.[ch] in libvmcore, since cacao...
2005-05-12 twistiRenamed create_all_classes to loader_load_all_classes.
2005-05-11 twistiRestored deleted file.
2005-05-11 twistiHandle compiler exceptions.
2005-05-11 twisti- glibj.zip location bugfix
2005-05-11 twistiPatcher stub bugfix: don't increment mcodeptr with ++.
2005-05-11 twisti- use MCOPY macros
2005-05-11 twistiRenamed java_net_InetAddress to java_net_VMInetAddress.
2005-05-11 twistiRenamed *_checkarraycast to *_arraycheckcast.
2005-05-11 twistiRenamed *_checkarraycast to *_arraycheckcast.
2005-05-11 twistiRenamed *_checkarraycast to *_arraycheckcast.
2005-05-11 twisti__MIPS__ defines for lazy loading.
2005-05-11 twistiAdded comment to gen_resolvebranch.
2005-05-11 twistiLazy loading.
2005-05-11 twisti- renamed *_checkarraycast to *_arraycheckcast
2005-05-11 twistiPatcher stub bugfix: don't increment mcodeptr with ++.
2005-05-09 twistiPrint catch type for try-catch blocks.
2005-05-04 twisti- added Java_java_lang_VMObject_getClass
2005-05-04 twistiISO C compile fix, arghhh!
2005-05-04 twistiAdded Java_java_lang_VMClassLoader_nativeGetResources...
2005-05-04 twisti- added java_lang_Class.h
2005-05-04 christianpanic() elimiated
2005-05-04 twistiRemoved sleep, it's now implemented completely in java.
2005-05-04 twistiAdded getClass.
2005-05-04 twistiRemoved nativeGetResources, it's now completely impleme...
2005-05-04 twistiRegenerated for classpath-0.15.
2005-05-03 twistiPatcher synchronization.
2005-05-03 twistigcc-2.x compile fix.
2005-05-03 twistiPrint `(NOT RESOLVED)' for unresolved get/put{static...
2005-05-03 twisti- added asmpart.h include
2005-05-01 jowennFromReflectedMethod can be called for methods and const...
2005-04-30 twistiBugfix for the _great_ x86_64 isa. Since %r12 is handle...
2005-04-30 jowennFromRef*
2005-04-30 jowennmore statistics, less crashing
2005-04-30 twistiWe need an extra patcher_putfieldconst fro x86_64.
next