cacao.git
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
2004-06-09 twisti- suck_init filename bugfix
2004-06-09 twistiRemoved TRACECALLARGS stuff, because it used 16MB memor...
2004-06-07 twististatic function prototypes should not be in a header...
2004-06-06 twisti- export xhandler
2004-06-06 twisti- added cacao_exit which exits the cacao jvm as it...
2004-06-06 twistiAdded function protos: cacao_exit, cacao_shutdown.
2004-06-06 twistiFix include paths to support build directories.
2004-06-06 twisti- runFinalization() bug fix, ucsd benchmark now works...
2004-06-06 twistiFix include paths to support build directories.
2004-06-05 twistiFix include paths to support build directories.
2004-06-05 twisti- added gc_invoke_finalizers
2004-06-05 twistiAdded gc_invoke_finalizers proto.
2004-06-05 twisti- added emitfuncs stuff
2004-06-05 twistiFix include paths to support build directories.
2004-06-05 twisti- export calljava_xhandler, calljava_xhandler2
2004-06-05 twisti- fixed ArrayIndexOutOfBoundsException bug
2004-06-05 twisti- fixed ArrayIndexOutOfBoundsException bug
2004-06-05 twisti- bug fix in L_initializererror
2004-06-05 twistiFixed ArrayIndexOutOfBoundsException bug.
2004-06-05 twistiFixed ArrayIndexOutOfBoundsException bug.
2004-06-05 twisti- ICMD_CHECKOOM to ICMD_CHECKEXCEPTION stuff
2004-06-05 twisti- moved all code emitter functions in emitfuncs.c
2004-06-05 twisti- correct includes
2004-06-05 twistii386 and x86_64 methodtable bugfix.
2004-06-05 twistiAdded dummy prototypes for calljava_xhandler and callja...
2004-06-05 twisti- removed _GNU_SOURCE
2004-06-03 twistiClass values (off*val) are s4's, so just read and write...
2004-06-03 twisti- replaced ICMD_CHECKOOM with ICMD_CHECKEXCEPTION
2004-06-03 twisti- added asm_getclassvalues_atomic and asm_criticalsections
2004-06-03 twistiRemoved methodtable.* stuff.
2004-06-03 twistiRemoved methodtable.* entries.
2004-06-03 twistiWe don't need this anymore, we now use a much faster...
2004-06-03 twistiUse avl tree instead of a simple linked list for x86...
2004-06-03 twistiWe don't need this anymore, we now use a much faster...
2004-06-02 twisti- #include "config.h"
2004-06-02 twisti- removed nullpointer proto
2004-06-02 twistiCompile asmpart.S with all falgs (to get config.h).
2004-06-02 twistiAlso set xcheckarefs back to null.
2004-06-02 twistiifdef __GNUC__ #warnings for mips pro compiler
2004-05-31 jowennExceptions work now with nested builtin_news correctly...
2004-05-29 jowennshould have been , now it works in the cvs version too
2004-05-28 jowennchecking the return value of a non void function, which...
2004-05-28 twistiPrint branch addresses correctly.
2004-05-28 twistiReplaced ICMD_CHECKOOM by ICMD_CHECKEXCEPTION.
2004-05-28 twistiRemoved warnings.
2004-05-28 twistiRemoved warnings.
2004-05-28 twisti...and we should use it correctly ;-) Damn!
2004-05-28 twistiUse MNEW instead of malloc, removes warnings.
2004-05-27 twistiDefine some linux flags, maybe also used in other systems.
2004-05-27 twisti- header changes
2004-05-27 twistiSome header changes.
2004-05-27 twistiReplaced findmethod with codegen_findmethod.
2004-05-27 twistiChanged xoomrefs to xexceptionrefs.
2004-05-27 twisti- changed ICMD_CHECKOOM to ICMD_CHECKEXCEPTION
2004-05-27 twisticacao system changes added.
2004-05-27 twistiThis on is huge:
2004-05-27 twisti- many exception related changes
2004-05-27 twisti- changed option statistics to opt_stat
2004-05-27 twisti- many changes related to exceptions
2004-05-27 twisti- many changes related to exceptions
2004-05-27 twisti- changed ICMD_CHECKOOM to ICMD_CHECKEXCEPTION
2004-05-27 twisti- #include "native.h"
2004-05-27 twisti- more exception strings defined
next