GNU header update.
[cacao.git] / src / vm / builtin.c
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...
2004-02-16 jowennfix for Object[] oa = (Object[])java.lang.reflect.Array...
2004-02-02 twistiPrint initialize class log message only if it's really...
2004-01-29 carolynStatic analysis changes to parse starting with Object...
2004-01-21 stefanMore NATIVE_THREADS ifdefs
2004-01-19 edwincleanup
2004-01-10 edwinimplemented subroutine verification (Coglio's method...
2004-01-06 stefanexceptionptr update for native threads
2004-01-06 twistiLog class initialization in builtin_new.
2004-01-05 stefanNative threads
2003-12-16 edwinsafe methodindent--
2003-12-15 twisti64-bit warning fixes.
2003-12-15 twistiCompile fix.
2003-12-14 stefanNative threads
2003-12-11 edwinfixed loging crash caused by printf
2003-12-11 edwinchanged builtin table layout
2003-12-08 jowennarray out of memory fixlet, InvocationTargetException...
2003-12-07 twisti- removed usage of native-math.h
2003-12-06 edwinadded the typechecker (not yet complete)
2003-12-05 stefanMade loging thread-safe
2003-12-04 stefanThis is C
2003-12-04 jowennone bug less related to class/exception handing and...
2003-12-01 jowennreflection, loader fix (before it did offer an unloaded...
2003-11-23 edwinnew array classes cleanup + made tests (except fp*...
2003-11-21 jowennmerge from gnuclasspath branch. I hope I didn't miss...
2003-11-13 twistiChanged SUPPORT_LONG_MULDIV to SUPPORT_LONG_MUL and...
2003-11-12 twisti#ifdef'ed builtin_exception for later use.
2003-11-12 twisti- code indent
2003-11-02 twistiMajor file restructuring.
2003-11-01 twistiConvert -ieee to -noieee so we are caculate correctly...
2003-10-30 twistiasm_ defines for f2i conversions.
2003-10-22 twistiHandle 32-bit and 64-bit differently in builtin_trace_args.
2003-10-20 twistiheaders.c
2003-09-15 stefanPPC merge
2003-09-14 stefanHonor references flag in newarray
2003-09-13 twistiUse fmod for frem and drem. This fixes 5.0 % NaN in...
2003-08-29 twistiOops! Forgot case 0: in builtin_trace_args.
2003-08-29 twisti- ifdef builtin div and rem depend on types.h defines
2003-07-02 twisti- correct output of return values
2003-06-13 twisti- asm_builtin_arrayinstanceof has 2 args, wrapper for...
2003-05-15 stefanCleaner indentation
2003-05-12 twistiasm_builtin_anewarray and asm_builtin_newarray_array...
2003-04-11 twistiFixed trace args functions so they work with 32-bit...
2003-03-23 twistiAdded asm_builtin_anewarray in #ifdef
2003-03-07 stefancosmetic
2003-02-12 stefanReversed vftbl movement because of performance consider...
2003-02-12 stefanMoved baseval and diffval to classinfo. Can now run...
2003-02-05 stefanMerged everything with MIPS version
2002-12-03 stefanTypo
2002-11-30 stefanRemove debug message for correct output
2002-10-24 stefanTranslated to english
1999-11-15 andigc Bug prov. fixed, final fix waiting
1999-11-11 andiexception handling and parser bug fixed
1999-11-09 schanijava.net implemented.
1999-10-04 romanjdk1.2 and loader optimisation
1999-01-20 philChanged the makefile system to autoconf/automake.
1998-11-30 phil*** empty log message ***
1998-11-25 philFixed a typo (#if --> #ifdef)
1998-11-10 philAdded an "aligned" size field to various objectheaders...
1998-11-02 cacaobidirectional layout of vftbl/interfaces added
1998-10-30 cacaoRun time type check with relative numbering added....
1998-10-03 cacaoInitial revision