* src/vm/jit/i386/Makefile.am (libarch_la_SOURCES): Removed
[cacao.git] / src / cacaoh /
2006-04-19 edwin* src/vm/builtin.c (builtin_print_cycles_stats): Added.
2006-04-13 edwin* src/vm/rt-timing.h (RT_TIMING_TIME_DIFF): Added.
2006-03-16 twisti* src/vm/jit/tools/Makefile.am, src/vm/jit/verify/Makef...
2006-03-14 edwin* src/vm/method.h (methodinfo): Moved `entrypoint`...
2006-03-14 edwin* src/vm/jit/code.c, src/vm/jit/code.h: Files added.
2006-03-07 twisti* src/cacaoh/headers.c (intrp_main_stack): Changed...
2006-03-06 twisti* src/vm/jit/powerpc/linux/Makefile.am (LIBS): Added...
2006-03-05 twisti* src/vm/vm.c (vm_call_method_intern): Removed.
2006-03-04 twisti* src/vm/global.h (jni_callblock): Removed.
2006-02-21 twisti* configure.ac: Default to AC_ENABLE_SHARED and AC_DISA...
2006-02-04 twisti* src/vm/jit/stacktrace.h (stacktrace_getCallingClassLo...
2006-01-28 twisti* src/vm/method.c (method_descriptor2types): Removed.
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-18 twisti* main: Call nogc_init for DISABLE_GC.
2006-01-17 twisti* main: Removed CACAO_INSTALL_PREFIX and CLASSPATH_INST...
2006-01-12 twisti* intrp_asm_calljavafunction, intrp_createcompilerstub,
2006-01-12 twisti* print_dynamic_super_statistics: Added from intrp.
2006-01-10 twisti* exceptions_throw_classformaterror,
2005-12-20 twisti* STATISTICS: Renamed to ENABLE_STATISTICS.
2005-12-13 twisti* Define options as an enum.
2005-12-10 twisti* main: Added suck_add.
2005-12-01 twisti* Removed vm/tables.h include.
2005-12-01 twisti* Renamed vm/tables.h to vm/hashtable.h.
2005-11-26 edwin* added exceptions_new_linkageerror
2005-11-26 twisti* asm_call_jit_compiler: Removed.
2005-11-22 twisti* patcher_builtin_new, patcher_builtin_newarray,
2005-11-16 twisti* Initialize subsystems in correct order.
2005-11-16 twisti* throw_main_exception_exit: Added.
2005-11-11 twisti* exceptions_print_exception: Added.
2005-11-08 edwintypeinfo.h: rewrote some macros as functions
2005-11-08 twisti* exceptions_new_nosuchmethoderror: Added.
2005-11-07 twisti* exceptions_throw_outofmemory_exit: Added.
2005-11-03 twisti* threads renaming changes.
2005-11-03 twisti* new_illegalmonitorstateexception: Added.
2005-10-20 edwinAdded new_noclassdeffounderror and a function to convert
2005-10-12 twisti* stacktrace_print_trace: Added.
2005-10-11 twisti* bindir: Removed.
2005-09-29 twisti* GNU classpath removal changes.
2005-09-29 twisti* cacaoh: Added.
2005-09-21 twisti* new_classnotfoundexception: Added.
2005-09-19 twisti* Changed types.h include to vm/types.h.
2005-09-17 twisti* Renamed _exceptionptr to _no_threads_exceptionptr.
2005-09-16 twisti* intrp_main_stack: Added.
2005-09-15 twisti* main: Removed log_cputime call.
2005-07-09 twisti* cacao_catch_Handler: removed
2005-06-30 twisti* OPT_VERBOSE: added load/linkverbose
2005-06-30 twisti* native_findfunction: return non-NULL, otherwise we...
2005-06-28 twisti* Link against fdlibm instead of libm
2005-06-28 twisti* new_exception_javastring: added
2005-06-23 edwinexception handling in typeinfo.c and typecheck.c
2005-06-22 edwinadded stubs for typeinfo functions
2005-06-20 edwinadded stub for typeinfo_init_class
2005-06-14 twisti* --disable-gc bug fixes
2005-06-13 twisti* codegen native stub changes
2005-06-13 twisti* Use load_class_bootstrap return value
2005-06-06 twistiAdded md_param_alloc.
2005-05-31 twisti- include <stdarg.h>
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-12 twistiAdded exceptions (again) since the exceptions.[ch]...
2005-05-11 twistiRenamed *_checkarraycast to *_arraycheckcast.
2005-04-25 twisti- removed unused i386 stuff (asm_builtin_newarray,
2005-04-21 twistiRenamed patcher wrapper function dummies.
2005-04-12 twistiAdded asm_builtin_newarray for i386 (will be removed).
2005-04-12 twistiRenamed code patching functions.
2005-04-11 twistiChanged asm_builtin_newarray signature.
2005-04-06 twistiAdded proper asm_builtin_new.
2005-04-06 twistiRemoved asm_builtin_new.
2005-04-03 twistiFixed --disable-threads compiling issues (missing heade...
2005-04-02 edwinno more unloaded classinfos!
2005-04-02 edwinclassinfo: changed type of super and interfaces to...
2005-03-30 twistiUse proper class load and link functions.
2005-03-30 twisti- added asm_builtin_new (how did this work?)
2005-03-18 twisticacaoh does not need libjavalang.
2005-03-09 twistiifdef statistics stuff to support --disable-statistics.
2005-03-05 twistiRemoved unused printnativetableentry function.
2005-03-05 twistiJust ignore some files.
2005-02-10 twistiBetter include headers.o in libcacaoh.a so we can reuse...
2005-02-10 twistiDeclare _exceptionptr as extern.
2005-02-10 twistiRemoved some stuff.
2005-02-10 twisti- call new init code
2005-02-10 twistiBuild a libcacaoh.a to overcome linker resolving issue.
2005-01-24 twistiBuild directory fixes.
2005-01-21 twisti- added bootclasspath stuff
2005-01-04 twistiInstall only into ${prefix}/jre/bin.
2004-12-21 twisti- declare functions with (void)
2004-12-07 twistiGNU header update.
2004-12-07 twistiForce installation of link.
2004-12-06 twistiInstall program link in bin/ (maybe this should be...
2004-12-06 twistiUse libtool to compile cacao libraries. We need to...
2004-12-03 twisti- build/dist/install changes
2004-12-01 twistiBugfix: include <signal.h> before <ucontext.h> in darwin.
2004-11-30 twistiNew source tree.
2004-11-30 twistiNew source tree.
2004-11-23 twistiInclude ucontext.h.
2004-11-18 twistiUse global opt_verbose.
2004-11-18 twistiTeach cacaoh -help, -version and -verbose.
2004-11-17 twistiTeach cacaoh to understand -d <dir> to install generate...
next