verifier documentation
[cacao.git] / headers.c
2004-01-06 stefanexceptionptr update for native threads
2003-12-30 twisti- generate classinfo initialized offset
2003-12-16 edwinadded -noverify option
2003-12-13 stefanGet rid of asm_javacallmethod
2003-12-13 twisti- added command line option variables
2003-12-13 stefanWe don't need that
2003-12-13 stefanAdded option to omit header file generation
2003-12-05 stefanMade loging thread-safe
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-24 twisti- build a libnat.a
2003-11-21 jowennmissed a header.c change related to arrayarray
2003-11-21 jowennmerge from gnuclasspath branch. I hope I didn't miss...
2003-11-09 twistiDefine runverbose and collectverbose.
2003-11-02 twistiMajor file restructuring.
2003-10-30 twistiasm_ defines for f2i conversions.
2003-10-20 twistiheaders.c
2003-10-14 twistiRemoved old alpha compiler stuff.
2003-06-13 twistiasm_builtin_arrayinstanceof has 2 args, wrapper for...
2003-05-14 stefanFixed previous "fix"
2003-05-13 stefanoff-by-one fix
2003-05-12 twistiasm_builtin_anewarray and asm_builtin_newarray_array...
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...
2002-12-03 stefanTranslation
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-19 cacaorenaming of thread functions
1998-11-09 cacaonewcomp moved to jit
1998-11-02 cacaobidirectional layout of vftbl/interfaces added
1998-10-30 cacaoRun time type check with relative numbering added....
1998-10-04 cacaogc stack moved to unlimited main stack
1998-10-03 cacaoInitial revision