added the typechecker (not yet complete)
[cacao.git] / src / vm / builtin.c
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