summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2005-04-28''rpj
2005-04-25''rpj
2005-04-25''rpj
2005-04-11pthread_once post-cancel starvation solutionrpj
2005-04-06''rpj
2005-04-01''rpj
2005-04-01''rpj
2005-03-16''rpj
2005-03-16''v-2-0-0-releaserpj
2005-03-14Downgrade interlocked ops where possiblerpj
2005-03-12New design for pthread_once (with cancelability); ABI changerpj
2005-03-08compiler compatibility and bug fixesrpj
2005-01-25''snap-2005-01-25rpj
2005-01-25''rpj
2005-01-02''rpj
2005-01-01''rpj
2004-11-22Copyright updaterpj
2004-11-03Mutex, semaphore, thread ID, test suite changes - see ChangeLogsrpj
2004-10-23Mutex and Semaphore changes - considered alpha for nowrpj
2004-10-22Changes to mutexes and semaphores - considered alpha for nowrpj
2004-10-21Mutex logic fixrpj
2004-10-19Semaphore speedups - alpha, but passes testsuiterpj
2004-10-16Mutex speedups cont'drpj
2004-10-08Mutex speedupsrpj
2004-10-01Mutex speedupsrpj
2004-09-13Clarify behaviour and remove some redundant code - see ChangeLogsrpj
2004-07-01Initial support for Digital Mars Compilerrpj
2004-06-29Add initial Digital Mars compiler supportrpj
2004-06-29Borland toolchain compatibiltyrpj
2004-06-25''rpj
2004-06-22Add PTHREAD_{RECURSIVE,ERRORCHECK}_MUTEX_INITIALIZER{,_NP}snap-2004-06-22rpj
2004-05-20 Administrative changesrpj
2004-05-20Administrative fixesrpj
2004-05-17re-indentation, bug fixes, hooks for pre-emptive async cancelationrpj
2004-05-06Attempt to make email addresses less harvestablerpj
2004-05-06''rpj
2004-05-06''rpj
2004-04-06Close memory leak.rpj
2004-02-13Remove redundant equality logic.rpj
2003-12-11*** empty log message ***rpj
2003-09-18Cleanup and fixes to thread priority management. Other minor changes.snap-2003-09-18rpj
2003-09-02Allow cancelation of waiting implicit threads.rpj
2003-09-02Added cancelation of/from non-POSIX threads; minor fixes; minor changes.snap-2003-09-03rpj
2003-09-01Reuse the thread struct on failure.rpj
2003-08-14Reuse of thread IDs, improved thread ID validation, new tests, bug fixes.rpj
2003-08-13Bug fixes plus adaptation to current MinGW/MsysDTK environment. Changes to te...rpj
2003-08-12Invalid thread param now returns ESRCH instead of EINVAL.rpj
2003-06-24pthread_spin_destroy was not freeing the spinlock struct.rpj
2003-06-21pthread_mutex_destroy.c (pthread_mutex_destroy): When calledrpj
2003-05-15Fixed memory leaks caused by destructors calling pthreads routines at thread ...rpj