add escape character for underscore to codegen_resolve_native
[cacao.git] / threads /
2004-11-05 twisti- added dumpinfo into threadobject
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-08-01 stefancompatibility changes with new native threads
2004-07-21 twistiAdded #include "exceptions.h"
2004-06-30 twistiInclude options.h.
2004-06-30 twistiInclude dir fix.
2004-06-25 stefanno threads compile fix merged
2004-06-25 twisti- implemented some exceptions
2004-06-20 twistiAlso pass nanos to sleepThread function.
2004-06-20 twistiFixed include path.
2004-06-16 jowenna few finalizer testcases, old thread implementation...
2004-06-12 stefanThreads for IRIX
2004-06-11 stefanMore darwin-threads stuff
2004-05-28 twisti...and we should use it correctly ;-) Damn!
2004-05-28 twistiUse MNEW instead of malloc, removes warnings.
2004-05-19 stefanMacOSX threads working (somewhat)
2004-05-19 stefancast_lock removed (using asm_getclassvalues_atomic...
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 stefanstupid
2004-04-08 stefanwarnings
2004-04-07 stefanstop world
2004-04-06 stefanhash lock
2004-03-29 stefanNative threads almost working
2004-03-29 stefanNative threads almost working
2004-03-29 stefan*** empty log message ***
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-12-13 stefanGet rid of asm_javacallmethod
2003-12-13 twistiCan't remember, but made some compiling problems.
2003-12-13 twistiRemoved heap_addreference.
2003-12-13 stefanNative threads
2003-12-09 edwinadded UTF-8 validation
2003-11-24 twistiAlways changed, too annoying.
2003-11-23 jowennmake threads work again (means, they don't crash anymor...
2003-11-21 jowennwill be replaced by modified versions
2003-11-06 twistiMachine dependent threads.h file removed and included...
2003-11-02 twistiMajor file restructuring.
2003-11-01 twistiCompile without warnings.
2003-10-22 twistiRemoved use of defines.h and USE_INTERNAL_THREADS.
2003-10-22 twistiUSE_BOEHM removed.
2003-10-21 twistiNot needed anymore.
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
2003-01-21 stefanEnable compilation without threads
2002-12-15 stefan*** empty log message ***
1999-11-18 schaniChanged some blockInts assertions to > 0.
1999-11-16 andiinclude files and headers fixed for portability
1999-11-11 andiexception handling and parser bug fixed
1999-11-09 schanijava.net implemented.
1999-10-04 romanjdk1.2 and loader optimisation
1999-09-27 chrisnarray first check in
1999-01-28 philadded a simple test target
1999-01-20 andifixed old_copiler/new_compiler issue and other merged...
1999-01-20 philChanged the makefile system to autoconf/automake.
1998-11-19 cacaodependencies added
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-30 cacaoRun time type check with relative numbering added....
1998-10-27 cacaoClearing of thread flags added
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