GNU header update.
[cacao.git] / src / cacaoh / headers.c
2004-12-07 twistiGNU header update.
2004-12-01 twistiBugfix: include <signal.h> before <ucontext.h> in darwin.
2004-11-30 twistiNew source tree.
2004-11-23 twistiInclude ucontext.h.
2004-11-17 twistiTeach cacaoh to understand -d <dir> to install generate...
2004-11-12 twistiRemoved warnings.
2004-08-01 stefannew native threads implementation
2004-07-28 twistiInclude missing java_lang_Throwable.h
2004-07-21 twistiRemoved exception stuff, now in exceptions.[ch]. Possib...
2004-07-10 stefanrenamed vftbl type to vftbl_t
2004-07-03 stefanstatic monitorenter merge
2004-06-30 twisti- removed options (they are now in options.c)
2004-06-29 twistiAdded javastring_tochar, class_java_lang_Exception
2004-06-29 twisti- print exceptions if they occur
2004-06-17 twistiAdded throw_exception
2004-06-16 jowenna few finalizer testcases, old thread implementation...
2004-06-12 stefanMIPS specific functions
2004-06-12 stefanThreads for IRIX
2004-05-31 jowennExceptions work now with nested builtin_news correctly...
2004-05-27 twisticacao system changes added.
2004-05-26 jowennthe cleaner part of the code for stub created exception...
2004-05-19 stefanMacOSX threads working (somewhat)
2004-05-19 stefancast_lock removed (using asm_getclassvalues_atomic...
2004-05-18 stefanRenamed loging to logging
2004-05-05 stefannative threads
2004-04-26 twisti- lazy loading/linking stuff
2004-03-31 twisti500k is not enough, we go with 1M.
2004-03-30 twistiHuh, heap size was too small.
2004-03-30 twisti- heap_init works again and we can set initial and...
2004-03-29 stefanNative threads almost working
2004-03-25 twistiRemoved unused asm_switchstackandcall
2004-03-15 jowennexception back traces for i386
2004-03-14 twistiAdded some functions from native used in loader.
2004-03-02 jowennnative functions, getClassContext, currentClassLoader...
2004-01-19 edwinadded -liberalutf option
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