cacao.git
2004-04-01 cacaosome words for intro and overview by andi
2004-03-31 edwinadded field and method resolution
2004-03-31 edwinadded exceptions to field/method resolution
2004-03-31 twisti- removoed unused functions
2004-03-31 twisti500k is not enough, we go with 1M.
2004-03-30 twisti- usage of new_exception
2004-03-30 twistiHuh, heap size was too small.
2004-03-30 twisti- usage of new_exception
2004-03-30 twistiReplaced native_new_and_init with new_exception.
2004-03-30 twisti- removed unused exception class_ declarations
2004-03-30 twisti- removed references to proto_ exceptions
2004-03-30 twisti- removed unused exception class_ declarations
2004-03-30 twisti- removed unused exception class_ declarations
2004-03-30 twisti- heap_init works again and we can set initial and...
2004-03-30 twisti- removed warnings with newest autoconf version (except 1)
2004-03-30 twistiRemoved warnings for newest autconf versions. We AC_PRE...
2004-03-30 twistiRemove stamp-nat in cleanfiles.
2004-03-30 twistiNot needed anymore or it should not reside in cvs.
2004-03-29 stefanNative threads almost working
2004-03-29 stefanNative threads almost working
2004-03-29 stefan*** empty log message ***
2004-03-29 stefanRemoved cast_lock
2004-03-29 stefan*** empty log message ***
2004-03-29 stefancrash fix
2004-03-28 twistiThis will come, but not yet!
2004-03-28 twistiImplemented some functions: gc_get_free_bytes, gc_get_h...
2004-03-28 twistiOoops, small type. But gcc does not complain about...
2004-03-28 twistiImplemented some functions: totalMemory, freeMemory...
2004-03-26 twistiRemoved gcc3 compiler warnings and some other warnings.
2004-03-25 twistiPass code pointer to disassinstr instead of one instruc...
2004-03-25 twistiReplaced proto_ exceptions with dynamic ones.
2004-03-25 twistiPrint real addresses instead of method byte offset...
2004-03-25 twistiReplaced #ifdef __ALPHA__ with #ifndef __I386__. I...
2004-03-25 twistiThese should not reside in cvs.
2004-03-25 twistiRemoved unused asm_switchstackandcall
2004-03-25 jowenninlining starts working again for the first time after...
2004-03-25 twisti- added gnu header, emacs tailer
2004-03-24 edwinadded functions for resolving fields and methods
2004-03-24 edwinmore debug output
2004-03-24 twistiRemoved unused functions and .globl's.
2004-03-22 twistiGenerate all autmake and autoconf files.
2004-03-19 jowennpatching asm_builtin_new away and do direct calls to...
2004-03-18 jowennadditional fields for line numbers added to data segmen...
2004-03-17 twisti- -verbosecall fixes
2004-03-17 twistiFinished calljavafunction2 copy loop stuff.
2004-03-15 jowenncompile and run again on alpha. No new features from...
2004-03-15 jowennexception back traces for i386
2004-03-15 twisti- fixed -verbosecall
2004-03-15 twisti- added gnu header and emacs tailer
2004-03-14 twistiAdded some functions from native used in loader.
2004-03-14 twisti- show message in ExceptionInInitializerError
2004-03-14 twistiPOWERPC defines for time outputs.
2004-03-14 twistiPOWERPC defines in builtin_trace_args and builtin_displ...
2004-03-14 jowenntestcase including fillInStackTrace and rethrow examples
2004-03-13 jowennthe line number <-> mpc table is now stored into the...
2004-03-12 stefanconfigure script from the gc6.2 package - thread suppor...
2004-03-11 stefanGC_LINUX_THREADS only for linux
2004-03-11 stefanGC_LINUX_THREADS
2004-03-11 jowenncacao is now again able to run kjc on i386
2004-03-07 twisti- replaced proto_ exceptions with dynamic ones
2004-03-07 twistinative_new_and_init_int was not defined
2004-03-07 twisti- replace proto_ exceptions with dynamic ones
2004-03-07 twisti- replaced proto_ exception with dynamic ones
2004-03-07 twistiCheck dynamic inline exceptions (generated after actual...
2004-03-06 twistiOk, once again: variable declarations at block beginnin...
2004-03-06 twistiVariables must be declared at block beginnings, damn!
2004-03-06 twisti- built with autoconf-2.59 and automake-1.8.2
2004-03-06 jowennmissing extern and ;
2004-03-06 jowennretrieve line number information
2004-03-06 jowennMake Method.getExceptionTypes work
2004-03-06 twisti- removed inc, dec macros -- they only write partially...
2004-03-06 twistiAdded reg to branchref structure for ArrayIndexOutOfBou...
2004-03-06 twistiPass register number of index register to codegen_addxb...
2004-03-05 twistiDisplay exceptions classname correctly.
2004-03-05 twisti- utf_display_classname which converts / into . for...
2004-03-05 twisti- new_exception functions for dynamic exceptions
2004-03-05 jowennbetter handling of for name
2004-03-05 twistiTestcase for SecurityManager.getClassContext() and...
2004-03-05 jowennuse the old code on alpha for now
2004-03-02 jowennnative functions, getClassContext, currentClassLoader...
2004-02-26 twisti- don't use asm_builtin trace functions anymore
2004-02-26 twistiDefine functions prototypes
2004-02-26 twistiChanged names of asm_calljava* functions
2004-02-26 twisti- removed builtin trace functions
2004-02-26 twistiRemoved GC_DEBUG for x86_64
2004-02-26 twisti- restructured
2004-02-24 edwinfix bug when jit_compile is entered recursively
2004-02-24 edwinavoid 'label at end of compound statement' warning
2004-02-16 jowennfix for Object[] oa = (Object[])java.lang.reflect.Array...
2004-02-16 jowenntestcase for twisti's Array.NewInstance problem
2004-02-08 edwinchanged savedstack implementation
2004-02-08 edwinfixed exception typechecking
2004-02-08 edwinrestore input stack types changed by <init> call
2004-02-08 edwindon't override private methods
2004-02-05 edwinsilently remove ACC_SUPER on interfaces
2004-02-05 twistiAdded java.security.ProtectionDomain, java.lang.VMStrin...
2004-02-05 twistiWe have to add the string to cacao's constant pool...
2004-02-05 twistiPass string offset to literalstring_u2, fixed to store...
2004-02-04 carolynRT update for loader changes
2004-02-02 twistiSafety first.
next