cacao.git
2004-11-17 twistiRemoved gc function definitions.
2004-11-17 twistiInclude path fix.
2004-11-17 twistiInclude path fixes.
2004-11-17 twistiWarning fixes.
2004-11-17 twisti- warning fix
2004-11-17 twisti- fix a nullpointerexception
2004-11-17 twistiWarning fix.
2004-11-17 twistiJust some indent.
2004-11-17 twistiWarning fixes.
2004-11-17 twisti-ansi warning fixes.
2004-11-17 christianICMD_IF_L* zur Erstellung der "adjacency list for contr...
2004-11-15 carolynrta invoke interface updates
2004-11-14 jowennskip new instructions for now
2004-11-14 jowenn2 new icmds, new exception table ordering for inlining...
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-14 twistic89 fix.
2004-11-12 motsefix // comment
2004-11-12 twistiUse exception generating functions.
2004-11-12 twisti-ansi -pedantic bug fixes.
2004-11-12 twistiInclude <sys/types.h> on darwin before <sys/mman.h...
2004-11-12 twistiIf we compile with -ansi or c89 compilers, we have...
2004-11-12 twisti-ansi -pedantic fixes.
2004-11-12 twisti-ansi -pedantic fixes.
2004-11-12 twisti- use -ansi -pedantic under *linux* and *darwin*
2004-11-12 twisti-ansi -pedantic fixes.
2004-11-12 twistiWe do not use c++, so omit -fexceptions.
2004-11-12 twistiRemoved warnings.
2004-11-12 twistiRemoved warning: cast s4 to s8 on 64-bit machines.
2004-11-12 twistiRemoved warning.
2004-11-12 twisti#ifdef's for MAP_ANONYMOUS, MAP_ANON and of none is...
2004-11-12 twistiCheck for MAP_ANON (needed for darwin) and removed...
2004-11-12 twistiImplemented availableProcessors() for darwin.
2004-11-12 twistiZIP_LIBS in dependencies make some problems.
2004-11-11 twisti- compiler data structure changes
2004-11-11 twisti- fixed clinit exceptions
2004-11-11 twisti#ifdef #warning (mipspro compiler).
2004-11-11 twistiHandle null pointers in utf_display, utf_display_classn...
2004-11-11 twistiCheck for init_system_exceptions errors.
2004-11-11 twistiCheck for loading/linking errors in init_system_exceptions.
2004-11-11 twistiCompiler data structure changes.
2004-11-11 twistiPass registerdata to preregpass.
2004-11-11 twistiPart 1 of powerpc changes.
2004-11-11 twistiAdditional #endif removed.
2004-11-11 twistiDefines in reg_of_var for __POWERPC__, so we can remove...
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-09 carolyninline virtuals update (need to use -rt -inv together...
2004-11-09 motsefix delayed jni init for disabled threads build
2004-11-08 motsedelay jni init til the firt NewGlobalRef call
2004-11-08 carolynupdate to RT statistics for verbose
2004-11-08 twistiCompiler data structure changes.
2004-11-08 twistiRemoved unused sigcontext.h.
2004-11-08 twistiWe again use the dump memory in the jit compiler.
2004-11-08 twistiHandle properties in a much better and clearer way.
2004-11-06 motseremove dummy implementation of GdkGraphics GdkPixbufDec...
2004-11-06 motseadd escape character for underscore to codegen_resolve_...
2004-11-06 motsecorrect exception handler range checks
2004-11-05 twistiCompiler data structure changes.
2004-11-05 twistiMade code patch thread safe in check_clinit.
2004-11-05 twistiRemoved obsolete %ecx, %edx stuff.
2004-11-05 twistiMove typedefs in front of includes to resolve circular...
2004-11-05 twistiAdded java.util.VMTimeZone to CLASSES.
2004-11-05 twistiCompiler data structure changes. This one is huge!
2004-11-05 twistiCheck messages of some exceptions.
2004-11-05 twistiAdapted reentrant compiler fixes from christian ullrich.
2004-11-05 twistiUse exception functions to generate inline exception...
2004-11-05 twistiUse new_arrayindexoutofboundsexception.
2004-11-05 twistiAgain changes concerning compiler data structures....
2004-11-05 twisti- made code patching thread safe in check_clinit (use...
2004-11-05 twistiAhm, umh, just a commit to move my changes into cvs...
2004-11-05 twistiCall Class.getName() to get print the class name in...
2004-11-05 twisti- made defineClass to work
2004-11-05 twistiImplemented throwException. Can't remember but we need...
2004-11-05 twistiThrow nullpointer exception in utf_strlen if NULL is...
2004-11-05 twistiThrow nullpointer exceptions in javastring_new_char...
2004-11-05 twistiDon't clear removed registerdata.
2004-11-05 twisti- removed pointer to jit data structures
2004-11-05 twistiAdded new_arraystoreexception for asmpart.
2004-11-05 twistiJust a TODO file.
2004-11-05 twisti- added dumpinfo into threadobject
2004-11-05 twistiMoved stat functions from memory.*.
2004-11-05 twisti- removed literal allocate functions
2004-11-05 twistiUse normal memory alloc functions instead of removed...
2004-11-05 twistiChanged throw_cacao_exception_exit to support variable...
2004-11-05 twisti- added global.h include
2004-11-04 motsenativeLoad remove #ifdef JOWENNDEBUG
2004-11-03 jowenntableswitch index problem solved, jump to wrong instruc...
2004-11-02 twistiFix for --disable-dynamicclasspath with empty LD_LIBRAR...
2004-11-02 jowenntestcase
2004-11-02 jowenndynamic native library loading, some inlining changes
2004-11-01 twistiEnable xASTORECONST icmds.
2004-11-01 twisti- exceptiontable fixes
2004-11-01 twistigcc-2.x compiler fix.
2004-10-30 motsemake sure threadobject->tid has always a non-zero value
2004-10-30 motseadd NewGlobalRef to cacao jni
2004-10-29 jowennmake the --disable-__thread check work again
2004-10-29 stefancompile fix
2004-10-28 stefancompile fix
2004-10-27 twistiReentrant jit compiler changes for powerpc.
next