Get rid of asm_javacallmethod
[cacao.git] / threads / thread.c
2003-12-13 stefanGet rid of asm_javacallmethod
2003-12-13 twistiRemoved heap_addreference.
2003-12-13 stefanNative threads
2003-12-09 edwinadded UTF-8 validation
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-11-02 twistiMajor file restructuring.
2003-10-22 twistiUSE_BOEHM removed.
2003-10-20 twistiCompile without warnings with -Wall.
2003-07-08 carolynRTA update - statistics only until inlining
2003-06-13 twistidebug cleanup
2003-05-28 schaniFixed a bug in threads that occured when switching...
2003-02-19 stefanFixed type of main thread name
2003-02-03 stefanEnable Boehm GC
2003-02-03 stefanBoehm GC
1999-11-18 schaniChanged some blockInts assertions to > 0.
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 schaniThreads are now garbage collected correctly (hopefully).
1998-11-19 schaniFixed a threads/gc bug.
1998-11-16 schaniThreads now close down even if main thread
1998-10-12 cacaoerror in heap_addref corrected
1998-10-07 schaniGC now works without threads being initialized, which...
1998-10-04 cacaogc stack moved to unlimited main stack
1998-10-03 cacaoInitial revision