* src/vm/jit/asmpart.h (calljava_xhandler2): Not required anymore.
[cacao.git] / src / threads / green / threads.h
2006-05-13 edwin* src/threads/native/threads.c, src/threads/native...
2005-02-10 twistiAdded THREADSPECIFIC define.
2004-12-03 twistiMade green threads work again.
2004-12-02 twistiMoved castinfo struct into asmpart.h.
2004-11-12 twisti-ansi -pedantic fixes.
2004-06-25 stefanno threads compile fix merged
2004-06-20 twistiAlso pass nanos to sleepThread function.
2004-06-16 jowenna few finalizer testcases, old thread implementation...
2004-05-19 stefancast_lock removed (using asm_getclassvalues_atomic...
2004-04-08 stefanstupid
2004-04-08 stefanwarnings
2004-03-29 stefanNative threads almost working
2004-01-21 stefanMore NATIVE_THREADS ifdefs
2004-01-14 stefanAdded critical regions for native threads
2004-01-06 stefanexceptionptr update for native threads
2004-01-05 stefanNative threads
2003-11-23 jowennmake threads work again (means, they don't crash anymor...
2003-11-06 twistiMachine dependent threads.h file removed and included...
2003-06-13 twistidebug cleanup
2003-02-19 stefanFixed type of main thread name
1999-11-09 schanijava.net implemented.
1999-01-20 philChanged the makefile system to autoconf/automake.
1998-11-19 schaniThreads are now garbage collected correctly (hopefully).
1998-10-27 cacaoClearing of thread flags added
1998-10-04 cacaogc stack moved to unlimited main stack
1998-10-03 cacaoInitial revision