* Removed all Id tags.
[cacao.git] / src / cacaoh / headers.c
2007-08-27 Christian Thalinger* Removed all Id tags.
2007-08-16 michi* src/native/llni.h: Added macros for array handling.
2007-08-11 michi* src/vm/global.h (java_handle_t): Added typedef.
2007-06-21 twisti* configure.ac (AC_CHECK_HEADERS): Added sys/socket.h.
2007-06-19 twisti* src/cacaoh/headers.c (stdint.h): Added and use stdint...
2007-03-09 twisti* tests/regression/resolving (svn:ignore): Added.
2007-03-05 edwin* src/cacaoh/headers.c: Don't include asmpart.h.
2007-01-29 twisti* This is a rather huge commit, which changes the build...
2007-01-19 edwin* src/vm/options.h, src/vm/method.c, src/vm/jit/inline...
2007-01-16 twisti* src/cacaoh/headers.c (asm_compare_and_swap): Added.
2007-01-10 twisti* src/vm/suck.c (suck_add): Use vm_abort instead of
2006-12-27 twisti* src/vm/class.c: Java ME changes.
2006-11-15 twisti* src/cacaoh/headers.c (cacao_prefix, classpath_libdir...
2006-11-12 edwin* src/cacaoh/headers.c (inline_debug_log): Added dummy...
2006-11-12 edwin* src/cacaoh/headers.c (jit_invalidate_code): Added...
2006-11-08 twisti* src/vm/exceptions.c (new_nullpointerexception): Renam...
2006-11-04 michi* src/mm/boehm.h: Renamed to gc-common.h
2006-10-30 edwin* src/mm/memory.h (ALIGN): Renamed to MEMORY_ALIGN.
2006-10-29 edwin* src/cacaoh/headers.c (vm_abort): Print the error...
2006-10-20 twisti* src/vm/jit/jit.c (jit_init) [ENABLE_JIT]: Call stack_...
2006-10-20 twisti* src/vm/suck.c (vm/vm.h): Added.
2006-10-19 twisti* src/vm/jit/stacktrace.c (stacktrace_dump_trace):...
2006-10-11 edwin* src/cacaoh/headers.c (typeinfo_print_short): Stub...
2006-09-05 twisti* src/cacaoh/headers.c: Use a dummy flag for natively...
2006-08-25 twisti* src/vm/exceptions.c (new_illegalmonitorstateexception...
2006-08-18 twisti* src/vm/exceptions.c (new_arraystoreexception): Renamed to
2006-08-08 edwin* src/vm/access.h, src/vm/access.c (access_check_caller...
2006-07-31 twisti* src/native/vm/gnu_java_lang_management_VMThreadMXBean...
2006-07-21 twisti* src/vm/exceptions.c (new_verifyerror): Renamed to
2006-07-06 twisti* src/vm/method.h (methodinfo): Removed isleafmethod...
2006-06-28 twisti* src/vm/utf8.c (utf_java_lang_AbstractMethodError...
2006-06-19 twisti* src/vm/jit/methodheader.h (MethodPointer): Removed.
2006-06-14 motse* src/vm/loader.c (load_class_from_classloader): Add...
2006-06-06 motsesrc/native/vm/VMVirtualMachine.c (unregisterEvent)...
2006-05-22 twisti* src/vm/vm.c (vm_abort): New method.
2006-05-15 twisti* src/vm/hashtable.h,
2006-05-12 edwin* src/threads/native/threads.c: The Big Thread Cleanup...
2006-05-05 edwin* src/vm/utf8.h, src/vm/utf8.c: The Big utf_* Renaming.
2006-05-05 edwin* src/vm/utf8.c, src/vm/utf8.h (utf_strlen): Renamed to
2006-04-19 edwin* src/vm/builtin.c (builtin_print_cycles_stats): Added.
2006-03-14 edwin* src/vm/method.h (methodinfo): Moved `entrypoint`...
2006-03-14 edwin* src/vm/jit/code.c, src/vm/jit/code.h: Files added.
2006-03-07 twisti* src/cacaoh/headers.c (intrp_main_stack): Changed...
2006-03-05 twisti* src/vm/vm.c (vm_call_method_intern): Removed.
2006-03-04 twisti* src/vm/global.h (jni_callblock): Removed.
2006-02-04 twisti* src/vm/jit/stacktrace.h (stacktrace_getCallingClassLo...
2006-01-28 twisti* src/vm/method.c (method_descriptor2types): Removed.
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-12 twisti* intrp_asm_calljavafunction, intrp_createcompilerstub,
2006-01-12 twisti* print_dynamic_super_statistics: Added from intrp.
2006-01-10 twisti* exceptions_throw_classformaterror,
2005-12-01 twisti* Removed vm/tables.h include.
2005-11-26 edwin* added exceptions_new_linkageerror
2005-11-26 twisti* asm_call_jit_compiler: Removed.
2005-11-22 twisti* patcher_builtin_new, patcher_builtin_newarray,
2005-11-16 twisti* throw_main_exception_exit: Added.
2005-11-11 twisti* exceptions_print_exception: Added.
2005-11-08 edwintypeinfo.h: rewrote some macros as functions
2005-11-08 twisti* exceptions_new_nosuchmethoderror: Added.
2005-11-07 twisti* exceptions_throw_outofmemory_exit: Added.
2005-11-03 twisti* new_illegalmonitorstateexception: Added.
2005-10-20 edwinAdded new_noclassdeffounderror and a function to convert
2005-10-12 twisti* stacktrace_print_trace: Added.
2005-09-21 twisti* new_classnotfoundexception: Added.
2005-09-17 twisti* Renamed _exceptionptr to _no_threads_exceptionptr.
2005-09-16 twisti* intrp_main_stack: Added.
2005-07-09 twisti* cacao_catch_Handler: removed
2005-06-30 twisti* native_findfunction: return non-NULL, otherwise we...
2005-06-28 twisti* new_exception_javastring: added
2005-06-23 edwinexception handling in typeinfo.c and typecheck.c
2005-06-22 edwinadded stubs for typeinfo functions
2005-06-20 edwinadded stub for typeinfo_init_class
2005-06-13 twisti* codegen native stub changes
2005-06-06 twistiAdded md_param_alloc.
2005-05-31 twisti- include <stdarg.h>
2005-05-23 twistiFixed: missing return statement at end of non-void...
2005-05-23 twistiKilled panic's.
2005-05-12 twistiAdded exceptions (again) since the exceptions.[ch]...
2005-05-11 twistiRenamed *_checkarraycast to *_arraycheckcast.
2005-04-25 twisti- removed unused i386 stuff (asm_builtin_newarray,
2005-04-21 twistiRenamed patcher wrapper function dummies.
2005-04-12 twistiAdded asm_builtin_newarray for i386 (will be removed).
2005-04-12 twistiRenamed code patching functions.
2005-04-11 twistiChanged asm_builtin_newarray signature.
2005-04-06 twistiAdded proper asm_builtin_new.
2005-04-06 twistiRemoved asm_builtin_new.
2005-04-02 edwinno more unloaded classinfos!
2005-04-02 edwinclassinfo: changed type of super and interfaces to...
2005-03-30 twisti- added asm_builtin_new (how did this work?)
2005-03-05 twistiRemoved unused printnativetableentry function.
2005-02-10 twistiRemoved some stuff.
2004-12-21 twisti- declare functions with (void)
2004-12-07 twistiGNU header update.
2004-12-01 twistiBugfix: include <signal.h> before <ucontext.h> in darwin.
2004-11-30 twistiNew source tree.
2004-11-23 twistiInclude ucontext.h.
2004-11-17 twistiTeach cacaoh to understand -d <dir> to install generate...
2004-11-12 twistiRemoved warnings.
2004-08-01 stefannew native threads implementation
2004-07-28 twistiInclude missing java_lang_Throwable.h
next