GNU header update.
[cacao.git] / src / vm / builtin.h
2004-12-07 twistiGNU header update.
2004-11-30 twistiNew source tree.
2004-11-23 twistiInclude arch.h.
2004-08-01 stefanInitialize object locks
2004-07-28 twisti- compile with --enable-threads=no fixes (my fault)
2004-07-21 twistiUse #error instead of panic, so we cannot build.
2004-07-10 stefanrenamed vftbl type to vftbl_t
2004-07-03 stefanstatic monitorenter merge
2004-05-18 stefanRenamed loging to logging
2004-04-26 twisti- lazy loading/linking stuff
2004-04-21 stefanremoved builtin_reset_exceptionptr
2004-03-29 stefanNative threads almost working
2004-03-15 jowennexception back traces for i386
2004-03-11 jowenncacao is now again able to run kjc on i386
2004-03-02 jowennnative functions, getClassContext, currentClassLoader...
2004-01-19 edwincleanup
2004-01-12 twistiRemoved HAVE_ stuff, just define float versions. I...
2004-01-10 edwinimplemented subroutine verification (Coglio's method...
2004-01-06 stefanexceptionptr update for native threads
2004-01-05 stefanNative threads
2003-12-31 twistiAaaaaahhhhhhhh!!! What's wrong with me?
2003-12-31 twistiDamn, forgot to include config.h.
2003-12-31 twistiDefine copysignf, finitef, fmodf, isnanf if not found.
2003-12-11 edwindocumented new builtin table
2003-12-11 edwinchanged builtin table layout
2003-12-07 twisti- removed usage of native-math.h
2003-12-06 edwinadded the typechecker (not yet complete)
2003-11-21 jowennmerge from gnuclasspath branch. I hope I didn't miss...
2003-11-02 twistiMajor file restructuring.
2003-10-30 twistiasm_ defines for f2i conversions.
2003-06-13 twistiasm_builtin_arrayinstanceof has 2 args, wrapper for...
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-02-05 stefanMerged everything with MIPS version
1999-10-04 romanjdk1.2 and loader optimisation
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