cacao.git
2005-06-14 twisti* powerpc warning fixes
2005-06-14 twisti* removed deprecated BlockPtrOfPC macro
2005-06-14 twisti* warning fix
2005-06-14 twisti* FindClass: implemented correctly
2005-06-14 twisti* builtin_asm_createclasscontextarray,
2005-06-14 twisti* add . to java.library.path
2005-06-14 twisti* Oops, typo
2005-06-14 twisti* use load_class_from_sysloader return value
2005-06-14 twisti* removed init_exceptions
2005-06-14 twisti* make r2 reserved (from old init_exceptions), ask...
2005-06-14 twisti* moved init_exceptions
2005-06-14 twisti* patcher_resolve_native: added
2005-06-14 twisti* Moved signal stuff
2005-06-14 twisti* classLoaderCollector: code indent and removed unused...
2005-06-14 twisti* use load_class_from_sysloader return value
2005-06-14 twisti* removed STATIC_CLASSPATH for ported architectures
2005-06-14 twisti* --disable-gc bug fixes
2005-06-13 twisti* added freebsd os
2005-06-13 twisti* native stub changes (data/code segment usage)
2005-06-13 twisti* machine dependent stuff
2005-06-13 twisti* FindClass: use load_class_bootstrap return value
2005-06-13 twisti* Use load_class_bootstrap return value
2005-06-13 twisti* codegen native stub changes
2005-06-13 twisti* Use load_class_bootstrap return value
2005-06-13 twisti* Link to libltdlc convenience library
2005-06-13 twisti* ignore *.la
2005-06-13 twisti* Renamed utf_end to UTF_END
2005-06-13 twisti* link missing classes
2005-06-13 twisti* made stubroutine a functionptr
2005-06-13 twisti* Removed utf_end
2005-06-13 twisti* utf_java_lang_StackTraceElement, utf_java_lang_reflec...
2005-06-13 twisti* string_java_lang_UnsatisfiedLinkError: added
2005-06-13 twisti* class_java_lang_StackTraceElement, class_java_securit...
2005-06-13 twisti* Use dump memory for code and data segment
2005-06-13 twisti* Use SIZEOF_VOID_P
2005-06-13 twisti* patcher_resolve_native: added
2005-06-13 michiadded arm stuff
2005-06-13 twisti* use load_class_bootstrap return value
2005-06-13 twisti* moved signal stuff and critical section restart to...
2005-06-13 twisti* Typo
2005-06-13 twisti* Moved signal stuff and critical section restart
2005-06-13 twisti* Added md.c
2005-06-13 twisti* Remove deprecated BlockPtrOfPC macro
2005-06-13 twisti* patcher_resolve_native: added
2005-06-13 twisti* Removed deprecated BlockPtrOfPC macro
2005-06-13 twisti* removed U8_AVAILABLE since we know x86_64 can do u8
2005-06-13 twisti* Use global class_java_lang_StackTraceElement
2005-06-13 twisti* Use libltdl
2005-06-13 twisti* Use load_class_bootstrap return value
2005-06-13 twisti* load_class_bootstrap return value
2005-06-13 twisti* native_init: initialize libltdl
2005-06-13 twisti* Use AC_LIBLTDL_CONVENIENCE
2005-06-13 twisti* Use global class_java_security_PrivilegedAction
2005-06-12 twisti* link with libltdl when dynamically linked
2005-06-12 twisti* added src/libltdl
2005-06-12 twisti* removed --{en,dis}able-static --{en,dis}able-shared...
2005-06-12 twisti* added DISABLE_GC and libltdl
2005-06-12 twistilibltdl from GNU Libtool 1.5.18
2005-06-10 twisti* Added some includes
2005-06-10 twisti* Adopted to darwin abi
2005-06-10 twisti* We need to include this header into asmpart.S because...
2005-06-10 twisti* also include ARCH_DIR
2005-06-10 jowennfix stacktrace problem found by twisti
2005-06-09 twisti* machine dependent stuff
2005-06-09 twisti* use parsed descriptors
2005-06-09 twisti* compile fix for mips, warning fix for others
2005-06-09 twisti* removed SET_ARG_STACKSLOTS
2005-06-09 twisti* moved defines into md-asm.h
2005-06-09 twisti* moved ABI stuff into md-abi.h
2005-06-09 twisti* added md files
2005-06-09 twisti* use patcher monitorenter/exit macros
2005-06-09 twisti* Use AC_C_BIGENDIAN in configure.in
2005-06-09 twisti* don't use get_variable_message_length, it's not neessary
2005-06-09 christianBug in long argument copying and Trace Argument copying...
2005-06-09 christiannew Stack memory allocation, use of unused arg regs...
2005-06-08 twisti* builtintable_internal: fixed 2 typo's
2005-06-08 twisti* use dump memory in trace functions, should be faster
2005-06-08 twisti* use SIZEOF_VOID_P instead of arch defines
2005-06-08 twistiAdded: codegen_disassemble_nativestub
2005-06-08 twistiMachine dependent stuff.
2005-06-08 twisti* moved ABI stuff to specific files
2005-06-08 twistiRemoved useless BlockPtrOfPC macro.
2005-06-08 twistiRemoved SET_ARG_STACKSLOTS.
2005-06-08 twistiMoved defines to md-asm.h
2005-06-08 twistiAdded md stuff.
2005-06-08 twistiMoved ABI stuff into md-abi.h
2005-06-08 twisti* removed U8_AVAILABLE, since we know what alpha can do
2005-06-08 twisti* use PATCHER_MARK_PATCHED_MONITOREXIT on exit
2005-06-08 twisti* Java_java_lang_reflect_Method_invokeNative: forgot...
2005-06-08 christianMoved abi stuff to machine depended files
2005-06-08 twistikjc script.
2005-06-08 twisti* added: tests/codepatching/Makefile, src/scripts/kjc
2005-06-08 twisti- added codepatching to SUBDIRS
2005-06-08 twistiObviously...
2005-06-08 twistiIgnore standard files.
2005-06-08 twistiUse threads to check the locking code.
2005-06-08 twisti* fill_callblock: renamed to fill_callblock_from_vargs
2005-06-08 twistiget_parametertypes:
2005-06-08 twistiJava_java_lang_reflect_Method_invokeNative: made code...
2005-06-08 twistiCorrect use of java.library.path and gnu.classpath...
next