summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2005-01-01Copyright year updatedrpj
2004-11-22Copyright updaterpj
2004-11-03Mutex, semaphore, thread ID, test suite changes - see ChangeLogsrpj
2004-10-22Changes to mutexes and semaphores - considered alpha for nowrpj
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-09-08''rpj
2004-06-22Add PTHREAD_{RECURSIVE,ERRORCHECK}_MUTEX_INITIALIZER{,_NP}snap-2004-06-22rpj
2004-05-22Administrative changesrpj
2004-05-20Administrative fixesrpj
2004-05-17''rpj
2004-05-17re-indentation, bug fixes, hooks for pre-emptive async cancelationrpj
2003-09-18Cleanup and fixes to thread priority management. Other minor changes.snap-2003-09-18rpj
2003-09-02Tested and passed.snap-2003-09-04rpj
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-08-19Fix accidental corruption of some test cases.snap-2003-08-19rpj
2003-08-19Updated Copyright notice (date and contact address).rpj
2003-08-19Fix missing constants.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
2002-12-112002-12-11 Thomas Pfaff <tpfaff@gmx.net>rpj
2002-06-04*** empty log message ***rpj
2002-06-03An attempt to get sem_getvalue working properly.rpj
2002-03-02Add file and add entry to tests/ChangeLog.snap-2002-03-02rpj
2002-03-02Changes to documentation and makefiles.rpj
2002-03-02 * errno.c: Compiler directive was incorrectly including code.rpj
2002-02-27 * exception3.c (terminateFunction): For MSVC++, callrpj
2002-02-23 * pthread_cond_destroy.c: Expand the time changerpj
2002-02-20spin4.c: Try to force the main thread to wait.rpj
2002-02-20Add missing test files.rpj
2002-02-18Major reorganisation of source code; new routine and tests added.rpj
2002-02-11Splitting files. See ChangeLog file for details.rpj
2002-02-08New tests.rpj
2002-02-08Copyright notice updates; module splitting; POSIX versionrpj
2002-02-03Change #pragma inline_depth(8) to use empty () for default value.rpj
2002-02-02 * cancel.c: Rearranged some code and introduced checksrpj
2002-01-312002-01-27 Ross Johnson <rpj@special.ise.canberra.edu.au>rpj
2002-01-13 * attr.c (pthread_attr_setscope): Fix struct pointerrpj
2001-12-18Include an interim complete Copyright notice in each source file;rpj
2001-10-25 * GNUmakefile (libwsock32): Add to linker flags forrpj
2001-10-25 * barrier.c: Move _LONG and _LPLONG defines intorpj
2001-07-11Assert that exactly one thread receives PTHREAD_BARRIER_SERIAL_THREAD.snap-2001-07-12rpj
2001-07-09 * barrier.c: Revamped to fix the race condition. Two alternatingrpj
2001-07-08Barriers fixed and tested more extensively.rpj
2001-07-06Spinlocks and barriers fixed and working. Beta level.rpj
2001-07-05Fixups to last commit.rpj