fix make check for out-of-srcdir builds.
[cacao.git] / src / cacao /
2006-01-22 twisti* src/boehm-gc/.cvsignore, src/boehm-gc/include/.cvsignore,
2006-01-19 edwin* src/cacao/cacao.c (main): Disabled useinlining and...
2006-01-17 twisti* main: Removed CACAO_INSTALL_PREFIX and CLASSPATH_INST...
2006-01-17 twisti* CLASSPATH_INSTALL_DIR: Renamed to CLASSPATH_PREFIX.
2006-01-12 twisti* Use ASM_CALLJAVAFUNCTION macros.
2006-01-03 twisti* exit_handler: Removed print_dynamic_super_statistics.
2006-01-01 twisti* Removed libltdlc.la.
2005-12-22 twisti* bootclasspath, classpath: Moved to suck.[ch].
2005-12-22 twisti* properties.[ch]: Added, moved the commandline propert...
2005-12-21 anton* OPT_NO_QUICKSUPER: Added.
2005-12-20 twisti* STATISTICS: Renamed to ENABLE_STATISTICS.
2005-12-20 twisti* FFCALL_LIB, FFI_LIB: Removed, now checked by configure.
2005-12-13 twisti* Define options in an enum.
2005-12-11 twisti* Replaced ENABLE_DEBUG with NDEBUG.
2005-12-10 twisti* main: Added suck_add.
2005-12-09 twisti* main (compileall): Don't print the method if class...
2005-12-07 twisti* main (compileall): Print error and exception instead...
2005-12-07 anton* OPT_NO_DYNAMIC: Added.
2005-12-05 twisti* Replaced c->loaded and c->linked stuff with
2005-12-02 twisti* vm/tables.h: Removed.
2005-11-29 anton* main: Link the mainclass.
2005-11-17 twisti* main: Call string_init.
2005-11-16 twisti* main: Initialize subsystems in correct order, added...
2005-11-11 twisti* main: Check for compiler error with compileall and...
2005-11-05 twisti* main: Call nogc_init at the very beginning for DISABL...
2005-11-04 motsealmost all required function implemented - first integr...
2005-11-03 twisti* Finalizer thread changes.
2005-10-28 twisti* main: Call memory_init.
2005-10-13 twisti* -mx options fix.
2005-10-12 twisti* main: Call jni_init().
2005-10-11 twisti* bindir: Removed, install in cnofigured bindir.
2005-10-06 twisti* cacao_exiting, opt_verboseclass: Added.
2005-10-06 twisti* cacao_exiting: Added.
2005-09-29 twisti* GNU classpath removal changes.
2005-09-29 twisti* cacao: Added.
2005-09-21 twisti* Renamed verboseexception to opt_verboseexception.
2005-09-21 twisti* STACK_SIZE, intrp_main_stack: Added.
2005-09-21 twisti* FFI_LIB: Added.
2005-09-21 twisti* intrp_main_stack: Declared.
2005-09-19 twisti* Removed unsued threadrootmethod.
2005-09-05 twisti* Added options: -Xjit, -Xint
2005-09-05 twisti* Added ffcall library for intrp.
2005-07-21 twisti* exit_handler: Don't free system resources, some threa...
2005-07-21 twisti* JAVA_VERSION: added, it's defined in global.h
2005-07-21 twisti* Added -fullversion, required e.g. by jpackage
2005-07-19 twisti* Added --enable-jvmti configure switch, plus ENABLE_JV...
2005-07-19 motseinitial support for jvmti
2005-07-09 twisti* opt_showexceptionstubs: added
2005-07-04 twisti* Added -verbose:[class|gc|jni], yet only jni works
2005-06-28 twisti* Renamed STATIC_CLASSPATH to ENABLE_STATICVM
2005-06-28 twisti* Ooops, i should use a java string instead of an utf...
2005-06-28 twisti* Added OPT_SHOWVERSION, OPT_HELP, OPT_X
2005-06-25 twisti* Use strlen("0") instead of 1
2005-06-23 twisti* Renamed init_exceptions to signal_init
2005-06-22 twisti* Added opt_shownativestub to show disassembled native...
2005-06-14 twisti* define EXPORT_SYMBOLS_FLAGS for ld
2005-06-14 twisti* use load_class_from_sysloader return value
2005-06-14 twisti* --disable-gc bug fixes
2005-06-13 twisti* Use load_class_bootstrap return value
2005-06-13 twisti* Link to libltdlc convenience library
2005-06-12 twisti* link with libltdl when dynamically linked
2005-06-06 twisti- moved jit_init
2005-05-23 twistiAdded some libraries with STATIC_CLASSPATH (not finishe...
2005-05-12 twistiRenamed create_all_classes to loader_load_all_classes.
2005-04-13 christianregister allocator uses unused argument registers in...
2005-04-04 christianAdress Register File, Neues ARG_VAR Handling, neue...
2005-04-04 twistiCall load_class_bootstrap for specific method compilati...
2005-04-03 twistiRenamed class_init to initialize_class.
2005-04-03 edwinremoved the class hash and all functions identifying...
2005-04-02 edwinno more unloaded classinfos!
2005-03-30 twistiUse proper class load and link functions.
2005-03-29 twisti- added linker_init() call
2005-03-23 twisti- support external classpath
2005-03-09 twisti#ifdef STATISTICS statistics option.
2005-03-09 twistiInclude config.h and ifdef statistics stuff to support...
2005-03-08 christiansimple lsra first POWERPC Version (all long in memory)
2005-03-07 christiansimple LSRA for i386,alpha, x86_64
2005-03-05 twisti- removed gtk lib linking stuff
2005-03-05 twistiProperty bugfix: -Dfoo creates an empty property
2005-03-05 twistiJust ignore some files.
2005-02-10 twistiBuild a libcacao.a to overcome linker resolving issues.
2005-02-10 twisti- added -version
2005-01-24 twistiBuild directory fixes.
2005-01-21 carolyninitial XTA set-up changes
2005-01-21 twistiSome day we should call DestroyJavaVM.
2005-01-04 twistiExport: JNI jvm, env and bootclasspath.
2005-01-04 twisti- started jni invocation
2004-12-29 twisti- implemented bootclasspath usage
2004-12-27 motseadded option -jar to cacao
2004-12-21 jowenndon't terminate with "method not found" during compile...
2004-12-10 carolyninlining of parameters fixed
2004-12-08 twistiLDADD reordered. Did not work with no threads.
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-05 twisti- Oh man! What are you doing?
2004-12-05 jowennprepare for loading libs/classfiles from install directory
2004-12-03 twisti- build/dist/install changes
2004-12-03 twistiAutomagically set classpath to rt.jar.
next