cacao.git
2005-10-06 twisti* opt_verboseclass: Added.
2005-10-06 twisti* class_findfield, class_findfield_by_name, class_findf...
2005-10-06 twisti* classbuffer: path added, for -verbose:class.
2005-10-06 twisti* SUN compatible -verbose:class implemented.
2005-10-06 twisti* createnativestub: Forgot to load the return value...
2005-10-06 edwinuse new_internalerror where possible
2005-10-06 edwincheck param types *before* calling constrain_unresolved...
2005-10-06 edwinthrow classformaterror instead of assert(0)
2005-10-06 edwinthrow verifyerror instead of assert(0)
2005-10-06 edwinthrow verify errors instead of assert(0)
2005-10-06 edwinalways check return value of class_getconstant
2005-10-06 edwinthrow verify error instead of assertion
2005-10-06 edwinadded case for verifying unresolved arrayinstanceof
2005-10-05 edwincode cleanup, moved flag init to separate function
2005-10-05 edwinverify unresolved array references in MULTIANEWARRAY
2005-10-05 edwinverify invocations of generic builtin methods
2005-10-05 edwincode cleanup, moved some code into separate functions
2005-10-05 twisti* Changed # comments to /* */, so we can compile with...
2005-10-05 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
2005-10-05 twisti* is_valid_utf: Don't print Overlong UTF-8 sequence...
2005-10-05 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
2005-10-05 twisti* analyse_stack: Set iptr->op1 to false for automatic...
2005-10-05 edwinverify that abstract classes are not instantiated
2005-10-05 edwinverify that the right <init> is called for uninitialize...
2005-10-05 edwincache self-reference of class in link_class_intern
2005-10-05 twisti* show_icmd: Print string or classname for ACONSTs.
2005-10-05 twisti* literalstring_u2: Bugfix when reorganizing the string...
2005-10-05 edwinfor INVOKESPECIAL: check that it may only call <init...
2005-10-05 edwinfix checking of protected members (removed bogus test...
2005-10-04 edwinimplement special lookup for INVOKESPECIAL and super...
2005-10-04 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
2005-10-04 twisti* config.h, types.h: Added.
2005-10-04 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
2005-10-04 twisti* M_BNE: Added.
2005-10-04 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
2005-10-04 twisti* Include cacao/cacao.h for cacao_exit.
2005-10-04 twisti* initialize_class_intern: Removed unused variable i.
2005-10-04 twisti* Adapted output.
2005-10-04 twisti* Print exception in catch.
2005-10-04 twisti* Changed and added NegativeArraySizeException tests.
2005-10-04 edwinadded a large comment explaining the typechecker
2005-10-04 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
2005-10-04 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
2005-10-04 twisti* ICMD_BUILTIN, ICMD_INVOKE*: Use md->paramcount instea...
2005-10-04 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
2005-10-04 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
2005-10-04 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
2005-10-04 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
2005-10-04 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
2005-10-04 twisti* OP, OP1, OP2I: Reformatted.
2005-10-04 twisti* stacktrace_inline_negativearraysizeexception: Removed.
2005-10-04 twisti* M_XOR, M_BNE: Added.
2005-10-04 twisti* types.h: Include path fixes.
2005-10-04 twisti* asmoffsets.h, types.h: Removed.
2005-10-04 twisti* initialize_class_intern: Do not initialize interfaces...
2005-09-30 twisti* Forgot to prefix the java files with $(top_srcdir...
2005-09-30 twisti* setenvinstalled, setenvsource: Added.
2005-09-30 twisti* debugSetPathes: Removed.
2005-09-29 twisti* Added *.class
2005-09-29 twisti* Now in regression.
2005-09-29 twisti* GNU classpath removal changes.
2005-09-29 twisti* Added *.class
2005-09-29 twisti* GNU classpath removal changes.
2005-09-29 twisti* DIST_SUBDIRS: Removed arm.
2005-09-29 twisti* loader_load_all_classes: Also skip *.png files.
2005-09-29 twisti* Taken from GNU classpath for stuff we need in our...
2005-09-29 twisti* GNU classpath removal changes.
2005-09-29 twisti* types.h: Path fix.
2005-09-29 twisti* Removed src/classpath.
2005-09-29 twisti* Changes related to GNU classpath removal.
2005-09-29 twisti* ACLOCAL_AMFLAGS: Removed -I src/classpath/m4.
2005-09-29 twisti* classpath: Removed.
2005-09-29 twisti* JAVA_VM_FILES: Fixed pathes.
2005-09-29 twisti* VM interface classes, copied from src/classpath.
2005-09-29 twisti* cacaoh: Added.
2005-09-29 twisti* cacao: Added.
2005-09-29 twisti* Slim fdlibm version from GNU classpath, we need these...
2005-09-29 twisti* offsets.h: Added.
2005-09-29 twisti* createnativestub: Renamed _exceptionptr to _no_thread...
2005-09-28 twisti* src/scripts/kjc, src/vm/jit/arm/Makefile: Removed.
2005-09-28 twisti* kjc: Removed.
2005-09-28 twisti* java-getopt, kjc: Removed, since debian does not...
2005-09-28 twisti* Added armv4tl.
2005-09-28 twisti* class_java_lang_Thread, class_java_lang_VMThread...
2005-09-27 twisti* methodindent: Made it an s4, caused a problem on...
2005-09-27 twisti* signal_handler_sigint: Added, exits properly on ...
2005-09-27 twisti* We don't need it.
2005-09-27 twisti* Debian does not allow binary stuff, so we just remove...
2005-09-27 twisti* getDeclaredMethods: Removed setfield_critical, set...
2005-09-27 twisti* asm_calljavafunction2: Fixed stackframe size bug.
2005-09-27 twisti* types.h: Include fixes.
2005-09-27 twisti* createnativestub: Fixed stackframeinfo offset.
2005-09-27 twisti* types.h: Fixed include path.
2005-09-27 twisti* types.h: Removed.
2005-09-24 twisti* builtin_throw: Don't pass line to builtin_trace_excep...
2005-09-21 twisti* java_nio_DirectByteBufferImpl.h: Added.
2005-09-21 twisti* callLongMethod: Fixed argcount.
2005-09-21 twisti* new_classnotfoundexception: Added.
2005-09-21 twisti* Renamed verboseexception to opt_verboseexception.
2005-09-21 twisti* Renamed _exceptionptr to _no_threads_exceptionptr.
next