* Updated header: Added 2006. Changed address of FSF. Changed email
[cacao.git] / src / vm / builtin.c
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-15 twisti* math.h: Added for isnan.
2006-01-14 twisti* builtin_trace_args: Added callcount to verbose call...
2006-01-12 twisti* Use ASM_CALLJAVAFUNCTION macros.
2006-01-10 twisti* asm_getclassvalues_atomic: Replaced with ASM_GETCLASS...
2006-01-10 twisti* exceptions_throw_negativearraysizeexception: Use
2005-12-30 twisti* builtin_displaymethodstop: Fixed warnings.
2005-12-22 twisti* builtin_displaymethodstop: Print the returned string...
2005-12-08 twisti* builtin_trace_exception: Removed options check.
2005-12-05 twisti* Replaced c->loaded and c->linked stuff with
2005-12-03 twisti* builtin_new: Replaced c->initialized by (c->state...
2005-11-26 twisti* use_class_as_object removed, link_class added where...
2005-11-11 twisti* java_lang_Throwable.h, java_lang_VMThrowable.h: Removed.
2005-11-07 twisti* builtin_canstore: Some reformatting.
2005-11-05 twisti* builtin_new: Check for java.lang.InstantiationError.
2005-11-04 twisti* builtin_arrayinstanceof, builtin_arraycheckcast,...
2005-10-27 edwinprint numerical nesting level for -verbosecall (easier...
2005-10-26 twisti* builtin_multianewarray_intern: Renamed from builtin_m...
2005-10-12 twisti* builtin_new, builtin_newarray: Don't memset memory...
2005-10-10 edwinbuiltin_arrayinstanceof: return 0 if object == NULL
2005-09-29 twisti* GNU classpath removal changes.
2005-09-27 twisti* methodindent: Made it an s4, caused a problem on...
2005-09-21 twisti* builtin_trace_exception: Don't pass line, renamed...
2005-09-21 twisti* types.h include fixes.
2005-09-17 twisti* _threadrootmethod, _thread_nativestackframeinfo,
2005-09-16 twisti* builtin_clone_array: Cast fix.
2005-09-12 twisti* intBitsToFloat, longBitsToDouble: Made static.
2005-08-23 cacao* builtin_multianewarray: Handle MIPS32 correctly ...
2005-07-20 twisti* builtin_dummy: Removed.
2005-07-13 twisti* builtintable_entry_debug_dump: removed, sorry edwin...
2005-07-12 twisti* builtin_trace_args: remaining paramcount fix
2005-07-05 twisti* builtin_new: removed commented debug output
2005-07-04 christiandebug helper removed
2005-07-03 christianPreliminary Bugfix for PowerPC/Linux. Only 3 parameters...
2005-06-29 twisti* builtin_fdiv, builtin_ddiv, builtin_dneg: implemented...
2005-06-25 twisti* builtin_displaymethodstop: print hex values of intege...
2005-06-25 twisti* builtin_asm_get_stackframeinfo: don't declare as...
2005-06-22 twisti* builtintable_sort_internal: removed, we don't need it
2005-06-20 edwinadded builtintable_entry_debug_dump
2005-06-20 edwinfixed classref field for 'this' parameter in methoddescs
2005-06-09 twisti* don't use get_variable_message_length, it's not neessary
2005-06-08 twisti* use dump memory in trace functions, should be faster
2005-06-06 twisti- removed old builtin table stuff
2005-05-31 twisti- removed lazy loading defines
2005-05-23 twisti- builtin_throw_exception, builtin_trace_args, builtin_...
2005-05-11 twisti- renamed *_checkarraycast to *_arraycheckcast
2005-04-26 twistiCode patching: alpha define in builtin table.
2005-04-25 twistiReplaced asm_wrapper_patcher_BUILTIN_* with PATCHER_bui...
2005-04-25 twisti- made builtin_monitorexit void
2005-04-22 jowennfirst part of stacktraces on x86_64
2005-04-21 twisti- renamed patcher wrapper entries in builtin table
2005-04-14 edwinimplemented defineClass with name == NULL
2005-04-12 twistii386 defines in builtin table.
2005-04-12 twistiAdded asm_patcher_* functions.
2005-04-11 twistiifdef assembler functions in builtin table.
2005-04-11 twistiAdded asm_builtin_newarray to builtin_desc.
2005-04-06 twistiAdded asm_builtin_new to builtin table.
2005-04-03 twistiRenamed class_init to initialize_class.
2005-04-03 edwinremoved the class hash and all functions identifying...
2005-04-02 edwinno more unloaded classinfos!
2005-03-30 twistiUse proper class load and link functions.
2005-03-30 twistiMoved builtin table stuff from jit.c
2005-03-29 twistiRemoved SIZE_FROM_CLASSINFO stuff (i think we don't...
2005-02-19 carolyn1st level calls print
2005-02-10 twisti- #include "vm/stringlocal.h"
2005-01-28 twisti- better handling of TRACE_ARGS_NUM
2005-01-04 twistibuiltin_isanysubclass/builtin_isanysubclass_vftbl bugfi...
2004-12-22 twistiUse monitorenter/exit only with threads.
2004-12-20 jowenngenerate package names correctly, now they are not...
2004-12-07 twistiGNU header update.
2004-11-30 twistiNew source tree.
2004-11-18 twisti- #include "nat/java_lang_VMObject.h"
2004-11-18 twisti- removed unused include
2004-11-14 jowenn2 new icmds, new exception table ordering for inlining...
2004-11-12 twistiRemoved warning.
2004-08-01 stefanInitialize object locks
2004-07-28 twisti- compile with --enable-threads=no fixes (my fault)
2004-07-21 twisti- added #include "exceptions.h"
2004-07-10 stefanrenamed vftbl type to vftbl_t
2004-07-03 stefanstatic monitorenter merge
2004-06-30 twistiInclude options.h instead of main.h.
2004-06-29 twistiPrint detailMessage in builtin_throw_exception.
2004-06-19 twistiBug fix in builtin_monitor* with green threads: monitor...
2004-06-16 jowenna few finalizer testcases, old thread implementation...
2004-06-02 twistiifdef __GNUC__ #warnings for mips pro compiler
2004-05-31 jowennExceptions work now with nested builtin_news correctly...
2004-05-26 twistiCheck class_{load,link,init} for exceptions.
2004-05-26 jowennthe cleaner part of the code for stub created exception...
2004-05-19 stefancast_lock removed (using asm_getclassvalues_atomic...
2004-05-18 stefanRenamed loging to logging
2004-04-26 twisti- lazy loading/linking stuff
2004-04-21 stefanremoved builtin_reset_exceptionptr
2004-03-30 twisti- removed references to proto_ exceptions
2004-03-29 stefanNative threads almost working
2004-03-18 jowennadditional fields for line numbers added to data segmen...
2004-03-15 jowenncompile and run again on alpha. No new features from...
2004-03-15 jowennexception back traces for i386
2004-03-14 twistiPOWERPC defines in builtin_trace_args and builtin_displ...
2004-03-11 jowenncacao is now again able to run kjc on i386
2004-03-02 jowennnative functions, getClassContext, currentClassLoader...
next