cacao.git
2005-04-01 twisti- added asm_calljavafunction_int
2005-04-01 twisti- fixed CHECKCAST bug
2005-04-01 twistiArghhh, small type in #if.
2005-03-31 twisti- defineClass: implemented (instead of calling the...
2005-03-31 twisti- forName: just return NULL, to use classpath default...
2005-03-31 twistiCall native functions (instead the other way around...
2005-03-31 twistiInitial JNI test code.
2005-03-31 twistiFixed bug in adding interface methods to abstract class...
2005-03-31 twisti- call proper class load/link functions
2005-03-31 christianshift bug finaly fixed
2005-03-30 twistiWarning fixes.
2005-03-30 twisti- added nativeGetResources
2005-03-30 twisti- added asm_calljavafunction_int
2005-03-30 twistiTwo ICMD_PUT{STATIC,FIELD}CONST bugfixes.
2005-03-30 twistiCall proper class load/link functions.
2005-03-30 twistiCall proper class load/link functions.
2005-03-30 twistiMoved LAZYLOADING* from loader.h
2005-03-30 twistiRemoved unnecessary stdlib.h include.
2005-03-30 twistiAdded utf_java_lang_NoClassDefFoundError: : required...
2005-03-30 twistiRemoved CLASS_IS_ARRAY macro.x
2005-03-30 twistiLink primitive type wrapper classes in linker_init.
2005-03-30 twistiLoad primitive type wrapper classes in loader_init.
2005-03-30 twistiMoved LAZYLOADING* to xta header.
2005-03-30 twistiAdded class_java_lang_NoClassDefFoundError: required...
2005-03-30 twistiUse proper class load and link functions.
2005-03-30 twisti- proper link_class call
2005-03-30 twistiSet classloader in DefineClass.
2005-03-30 twistiForward typedef dumpblock and dumpinfo.
2005-03-30 twistiUse proper class load and link functions.
2005-03-30 twisti- added new_internalerror (TODO: use get_variable_messa...
2005-03-30 twistiClass loading and linking changes (use proper functions).
2005-03-30 twistiRemoved deprecated .globl defines: asm_builtin_checkcas...
2005-03-30 twistiRemoved unused .globl defines (from i386): asm_builtin_...
2005-03-30 twistiRemoved deprecated .globl defines: asm_builtin_trace...
2005-03-30 twistiRemoved deprecated .globl defines: asm_builtin_checkcas...
2005-03-30 twistiRemoved deprecated prototypes.
2005-03-30 twisti- added asm_builtin_new (how did this work?)
2005-03-30 twistiAdded proper header includes.
2005-03-30 twistiRemoved ProtectionDomain stuff, this is done via gnu...
2005-03-30 twistiRemoved ProtectionDomain stuff, this is done through...
2005-03-30 twistiAdded: utf_strcat_classname
2005-03-30 twistiMoved builtin table stuff to builtin.[ch]
2005-03-30 twistiMoved builtin table stuff from jit.c
2005-03-30 twistiDon't use fixed buffer length for log_message_class...
2005-03-29 twistiReplaced class_load with class_load_extern (this is...
2005-03-29 twisti- added linker_init() call
2005-03-29 twistiAdded additional files.
2005-03-29 twistiAdded header includes: field, method
2005-03-29 twistiChanged header includes.
2005-03-29 twistiAdded get_variable_message_length: this function determ...
2005-03-29 twisti- changes header includes
2005-03-29 twisti- added header includes
2005-03-29 twisti- added header includes
2005-03-29 twistiMoved stuff from global.h
2005-03-29 twistiInclude proper header files.
2005-03-29 twisti- added constant_classref typedef
2005-03-29 twistiMoved a lot of stuff to seperate files.
2005-03-29 twistiMoved stuff from global.h
2005-03-29 twistiMoved stuff from loader.c
2005-03-29 twistiInclude proper header files.
2005-03-29 twisti- added header include
2005-03-29 twistiRemoved SIZE_FROM_CLASSINFO stuff (i think we don't...
2005-03-29 twisti- moved stuff from global.h
2005-03-29 twistiInclude new proper header files.
2005-03-29 twistiMoved stuff from global.h
2005-03-29 twistiInclude new proper header files.
2005-03-29 twistiGlobal variables comment.
2005-03-29 twisti- added utf_strcat
2005-03-29 twistiAdded: utf_strcat
2005-03-28 twistiChanged some includes.
2005-03-28 twistiAdded: xtainfo, xtafldinfo structures
2005-03-28 twistiMoved stuff from other headers (global.h, loader.h).
2005-03-28 twistiAdded: class_freecpool, class_free
2005-03-28 christianbugfix in saving rcx for lshl
2005-03-28 twistiInclude linker.h instead of loader.h.
2005-03-28 twistiLinker related stuff (mostly from loader.c/global.h).
2005-03-28 twistiMethod related stuff (mostly from loader.c/global.h).
2005-03-28 twistiField related stuff (mostly from loader.c/global.h).
2005-03-27 edwininitialize and free classcache
2005-03-27 edwinmade array_packagename harder to spoof
2005-03-27 edwincheck defining classloader in SAME_PACKAGE
2005-03-27 edwinmoved CLASS_IS_ARRAY to vm/jit/verify/typeinfo.c
2005-03-27 edwinadded macro CLASSREF_INIT
2005-03-27 edwinadded functions for dynamically creating classrefs
2005-03-27 edwinmoved typecheckverbose flag to jit/verify/typeinfo.h
2005-03-27 edwinadded functions for dynamically creating class references
2005-03-27 edwinadded paramslots field in methoddesc
2005-03-27 edwinadded some fields for parsed descriptors
2005-03-25 edwinmoved the check for classinfo->linked
2005-03-25 edwindocumentation updates for the coming changes
2005-03-25 edwinadded functions for freeing memory
2005-03-25 twisti- added asm_calljavafunction_int (for calls which requi...
2005-03-25 edwincheck if classnames are valid
2005-03-25 edwinfix merging of classcache_class_entry:s
2005-03-25 edwinadded {access,classcache,descriptor,resolve}.[ch] to...
2005-03-25 edwinmoved INSTRUCTION_PUTCONST_* macros to vm/jit/jit.h
2005-03-25 edwinadded statistics for size of classrefs and parsed descr...
2005-03-25 edwinminor documentation fixes
2005-03-25 edwinadded data structures for parsed descriptors and class...
2005-03-25 edwinadded new code for resolving symbolic references
next