almost all required function implemented - first integration with jdwp - nothing...
[cacao.git] / src / cacao / cacao.c
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-06 twisti* cacao_exiting, opt_verboseclass: Added.
2005-09-29 twisti* GNU classpath removal changes.
2005-09-21 twisti* Renamed verboseexception to opt_verboseexception.
2005-09-21 twisti* STACK_SIZE, intrp_main_stack: Added.
2005-09-19 twisti* Removed unsued threadrootmethod.
2005-09-05 twisti* Added options: -Xjit, -Xint
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* 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* use load_class_from_sysloader return value
2005-06-13 twisti* Use load_class_bootstrap return value
2005-06-06 twisti- moved jit_init
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 twistiProperty bugfix: -Dfoo creates an empty property
2005-02-10 twisti- added -version
2005-01-21 carolyninitial XTA set-up changes
2005-01-21 twistiSome day we should call DestroyJavaVM.
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-07 twistiGNU header update.
2004-12-05 twisti- Oh man! What are you doing?
2004-12-05 jowennprepare for loading libs/classfiles from install directory
2004-12-03 twistiAutomagically set classpath to rt.jar.
2004-12-01 christianLinear Scan Register Allocator disabled. (with #ifdef...
2004-11-30 carolynMade options rt, xta, vta optional via #define
2004-11-30 twistiNew source tree.
2004-11-25 christian*** empty log message ***
2004-11-19 twistiSystem.exit bug fix.
2004-11-18 twistiRenamed opt_verbose'
2004-11-18 twisti- removed 2nd jni_init()
2004-11-17 twistiTeach cacaoh to understand -d <dir> to install generate...
2004-11-14 jowennbetter exit with status, instead of hardcoded one
2004-11-14 jowennexit with an error code of 1 if cacao exits because...
2004-11-11 twistiCheck for init_system_exceptions errors.
2004-11-11 carolyninline corrections to if test; PRIVATE now inlined...
2004-11-10 carolyn-inv sets opt_rt=true / moved rtMissed inputs to rtIn...
2004-11-08 motsedelay jni init til the firt NewGlobalRef call
2004-11-08 twistiHandle properties in a much better and clearer way.
2004-10-30 motseadd NewGlobalRef to cacao jni
2004-08-17 twistiDon't print stats twice.
2004-08-17 twistiUse initLocks() only with USE_THREADS.
2004-08-03 twistiUse other copy functions for classpath to catch \0.
2004-08-02 twistiForget environment CLASSPATH if one is given with ...
2004-08-01 stefangreen threads fix
2004-07-28 twisti- jvm initialization changes
2004-07-21 twisti- added #include "exceptions.h"
2004-06-30 twistiMoved commandline option and statistic variables into
2004-06-19 twisti- added compatibility flags: -cp, -Xmx, -Xms (with...
2004-06-16 jowenna few finalizer testcases, old thread implementation...
2004-06-06 twisti- added cacao_exit which exits the cacao jvm as it...
2004-05-27 twisti- changed option statistics to opt_stat
2004-05-18 stefanRenamed loging to logging
2004-04-26 twisti- init stuff
2004-03-31 edwinadded field and method resolution
2004-03-30 twisti- heap_init works again and we can set initial and...
2004-03-29 stefanNative threads almost working
2004-03-15 jowenncompile and run again on alpha. No new features from...
2004-03-15 jowennexception back traces for i386
2004-03-14 twistiPOWERPC defines for time outputs.
2004-03-05 twistiDisplay exceptions classname correctly.
2004-03-02 jowennnative functions, getClassContext, currentClassLoader...
2004-01-29 carolynStatic analysis changes to parse starting with Object...
2004-01-21 stefanMore NATIVE_THREADS ifdefs
2004-01-19 edwinadded -liberalutf option
2004-01-19 edwincleanup, added typecheck statistics
2004-01-06 stefanexceptionptr update for native threads
2004-01-06 twistiRemoved this ugly log output.
2004-01-05 twisti- added comments
2004-01-04 jowennsupport for multiple zip archives as class source,...
2003-12-21 twistiWarning fixes.
next