* Updated header: Added 2006. Changed address of FSF. Changed email
[cacao.git] / src / threads / native / threads.c
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-12 twisti* arch.h: Added.
2006-01-12 twisti* thread_addstaticcritical: Quick hack: #ifdef ENABLE_JIT
2006-01-12 twisti* Use ASM_CALLJAVAFUNCTION macro.
2006-01-03 twisti* Use new avl tree code.
2005-12-01 twisti* Removed vm/tables.h include.
2005-11-04 motsealmost all required function implemented - first integr...
2005-11-03 twisti* Finalizer thread changes.
2005-11-03 twisti* CHECK_MONITORSTATE: Check for lr == NULL, this is...
2005-09-21 twisti* Added interpreter stack stuff.
2005-07-28 twisti* Bug #5: tobj->info.next may be NULL, check that in...
2005-07-28 twisti* Bug #5: Don't print threads which are currently in...
2005-07-22 motsefix warning - bug #6
2005-07-20 motsefix build error - bug #6
2005-07-04 twisti* thread_getself: implemented
2005-06-23 twisti* thread_dump: send SIGUSR1 to all threads, this maybe...
2005-06-20 stefanfixed a deadlock introduced by previous patch
2005-06-20 stefanlet's clear this up a bit
2005-06-20 stefanreplaced one hack by another
2005-06-20 twisti* Started to implement thread_dump
2005-06-13 twisti* Use load_class_bootstrap return value
2005-05-23 twistiKilled panic's.
2005-04-29 twistiAdded get_dummyLR.
2005-04-22 twistiUse some global variables (class_, utf_).
2005-04-02 edwinno more unloaded classinfos!
2005-03-30 twistiUse proper class load and link functions.
2005-02-10 twisti#include "vm/stringlocal.h"
2004-12-16 motseadd check for lr != null to threadHoldsLock
2004-12-07 twistiGNU header update.
2004-12-03 twisti- removed memset (NEW uses calloc)
2004-11-30 twistiNew source tree.
2004-11-30 twistiNew source tree.
2004-11-17 twistiWarning fixes.
2004-10-30 motsemake sure threadobject->tid has always a non-zero value
2004-10-29 stefancompile fix
2004-08-05 stefanSome boring fixes (mainly protection against spurious...
2004-08-02 stefanholdsLock and MonitorState fix + slight optimization
2004-08-01 stefannew native threads
2004-07-21 twistiAdded #include "exceptions.h"
2004-06-25 twisti- implemented some exceptions
2004-06-12 stefanThreads for IRIX
2004-06-11 stefanMore darwin-threads stuff
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-06 stefanbugfix
2004-05-06 stefanCleaner thread startup
2004-05-05 stefanThreads on Alpha Linux
2004-05-05 stefannative threads - there was something missing
2004-05-05 stefannative threads - checkcast fixes
2004-04-30 stefanuse siginfo
2004-04-26 twistilazy loading/linking
2004-04-22 stefanthread detach fix
2004-04-08 stefanwarnings
2004-04-07 stefanstop world
2004-04-06 stefanhash lock
2004-03-29 stefan*** empty log message ***