cacao.git
2004-07-01 jowennfix cacao/gennativetable to not crash on zipfile input...
2004-07-01 unknownThis commit was manufactured by cvs2svn to create tag
2004-07-01 jowennCVS include rules removed, but still compile, next...
2004-06-30 stefani love nice usage messages
2004-06-30 stefanjust being pedantic...
2004-06-30 twistiMoved reg_of_var from codegen.c, cause it's platform...
2004-06-30 twistiMoved reg_of_var into codegen.inc, cause it's platform...
2004-06-30 twistiOh fuck, ansi c again! I'm soooooooo sorry...
2004-06-30 twistiInclude options.h.
2004-06-30 twistiInclude dir fix.
2004-06-30 twistiHandle offsets.h stuff in a better way.
2004-06-30 twistiEnable zlib support by default.
2004-06-30 twistiInclude options.h/statistics.h.
2004-06-30 twistiRemoved offsets.h stuff.
2004-06-30 twistiDefine {INT,FLT}_{ARG,SAV}_CNT
2004-06-30 twisti- *registerdata stuff
2004-06-30 twistiImplemented functions for ICMD_xASTORECONST.
2004-06-30 twisti- *registerdata changes
2004-06-30 twistiInclude options.h/statistics.h.
2004-06-30 twistiMoved getcputime() into statistics.*
2004-06-30 twisti- removed options (they are now in options.c)
2004-06-30 twistiSome exports of header.c's functions and variables...
2004-06-30 twistiMain function of cacaoh, uses functions of header.c
2004-06-30 twisti- added options.*/statistics.*
2004-06-30 twisti- include options.h/statistics.h instead of main.h
2004-06-30 twisti- moved struct nativeref, nativecompref from c file
2004-06-30 twisti- moved struct nativeref, struct nativecompref into...
2004-06-30 twisti- include options.h/statistics.h instead of main.h
2004-06-30 twistiInclude options.h instead of main.h.
2004-06-30 twistiInclude options.h.
2004-06-30 twistiDefined registerdata structure.
2004-06-30 twisti- moved statistic variables into statistics.*
2004-06-30 twisti- include options.h/statistics.h instead of main.h
2004-06-30 twistiInclude options.h/statistics.h instead of main.h.
2004-06-30 twisti- moved commandline switch and statistic variables...
2004-06-30 twisti- moved statistic variables into statistics.*
2004-06-30 twistiMoved commandline option and statistic variables into
2004-06-30 twistiInclude options.h
2004-06-30 twistiInclude options.h instead of main.h
2004-06-30 twistiInclude dir fix.
2004-06-30 twistiContains global statistic variables used in the compiler.
2004-06-30 twistiContains commandline switch variables used in cacao...
2004-06-30 twistiGenerate nativetable.h for native.c
2004-06-30 twistiGenerate jit/ARCH_DIR/offsets.h
2004-06-29 twistiAdded javastring_tochar, class_java_lang_Exception
2004-06-29 twistiPrint detailMessage in builtin_throw_exception.
2004-06-29 twistiremoval_of_global_jit_variables changes.
2004-06-29 twistiasmpart depends on offsets.h
2004-06-29 twisti- print exceptions if they occur
2004-06-29 twisticodegen_insertNative only for i386 and x86_64.
2004-06-26 stefanwe need to disable threads for boehm
2004-06-26 stefannative threads configuration option added
2004-06-26 stefanrename thread switch so we can control it from our...
2004-06-25 stefanjit global vars added
2004-06-25 stefanno threads compile fix merged
2004-06-25 twistiTemporary hack for non i386 architectures.
2004-06-25 twisti- implemented some exceptions
2004-06-25 twisti- pass nanos to sleepThread
2004-06-25 carolynupdated inline.c so works with lazy loading
2004-06-23 twistiHmm, this file makes problems.
2004-06-22 twistiRemoved jit.c global variables. Most of them were alrea...
2004-06-21 stefanneed clarification
2004-06-20 twisti- check for NoClassDefFoundError, because forName can...
2004-06-20 twistiAdded a testing class.
2004-06-20 twistiMade random a global variable to get always different...
2004-06-20 twistiAlso pass nanos to sleepThread function.
2004-06-20 twistiFixed include path.
2004-06-20 twistiSet prev and next to NULL on list_remove (with this...
2004-06-20 twistiEager loading now works.
2004-06-19 twistiBug fix in builtin_monitor* with green threads: monitor...
2004-06-19 twisti- Arghhhh! Do NOT use %ebx in a asm_ function without...
2004-06-19 twistiDon't use ecx, edx on i386 (we have problems with asmpa...
2004-06-19 twistiSome lazy loading/linking checks, i believe the are...
2004-06-19 twisti- added: throw_exception, throw_exception_exit, throw_m...
2004-06-19 twistiAdded: throw_exception, throw_main_exception, throw_mai...
2004-06-19 twisti- added compatibility flags: -cp, -Xmx, -Xms (with...
2004-06-19 twistiAdded initializing flag to classinfo structure. This...
2004-06-19 twisti- removed stringdeleter from tables_close (why?)
2004-06-19 twisti- removed stringdeleter from tables_close (why?)
2004-06-19 twistiAdded class_free
2004-06-19 twistiAnsi C greetz you...
2004-06-19 twisti- added new_classformaterror
2004-06-17 twistiMoved builtin_monitorenter/builtin_monitorexit function...
2004-06-17 twistiFixed include paths.
2004-06-17 twistiAdded throw_exception
2004-06-17 stefan*** empty log message ***
2004-06-16 jowenna few finalizer testcases, old thread implementation...
2004-06-12 stefanMIPS specific functions
2004-06-12 stefanprototype fix
2004-06-12 stefanansi c fix
2004-06-12 stefanThreads for IRIX
2004-06-12 stefanAlignment was broken for MIPS
2004-06-12 stefanCritical sections declaration fix
2004-06-12 stefanNative stub size again
2004-06-11 stefanSmall fix (native stub size)
2004-06-11 stefanatomic functions in asmpart.S because of MIPSPro compiler
2004-06-11 stefanAtomic operations for MIPS
2004-06-11 stefanMore darwin-threads stuff
2004-06-11 stefanNull pointer exception working again on darwin
2004-06-09 twisti- removed cacao_shutdown
next