Age | Commit message (Expand) | Author |
2011-03-06 | 64 bit compatibility (mingw64) | rpj |
2011-03-05 | Rework pthread_join result arg casting | rpj |
2011-03-03 | Some cleanups, mostly x86_64 compat plus interlocked macros | rpj |
2010-06-20 | See ChangeLogs: preparing for new release. | rpj |
2007-01-05 | Added more Win64 support | rpj |
2005-06-12 | '' | rpj |
2005-06-04 | ''v-2-7-0-release | rpj |
2005-06-03 | '' | rpj |
2005-05-18 | '' | rpj |
2005-05-15 | '' | rpj |
2005-04-25 | '' | rpj |
2005-04-18 | '' | rpj |
2005-04-12 | ''v-2-3-0-release | rpj |
2005-04-11 | '' | rpj |
2005-04-11 | pthread_once post-cancel starvation solution | rpj |
2005-04-06 | '' | rpj |
2005-04-01 | '' | rpj |
2005-03-16 | ''v-2-0-0-release | rpj |
2005-03-12 | New design for pthread_once (with cancelability); ABI change | rpj |
2005-03-08 | compiler compatibility and bug fixes | rpj |
2004-11-22 | Copyright update | rpj |
2004-11-03 | Mutex, semaphore, thread ID, test suite changes - see ChangeLogs | rpj |
2004-10-22 | Changes to mutexes and semaphores - considered alpha for now | rpj |
2004-10-19 | Semaphore speedups - alpha, but passes testsuite | rpj |
2004-10-16 | Mutex speedups cont'd | rpj |
2004-09-13 | Clarify behaviour and remove some redundant code - see ChangeLogs | rpj |
2004-09-08 | '' | rpj |
2004-06-22 | Add PTHREAD_{RECURSIVE,ERRORCHECK}_MUTEX_INITIALIZER{,_NP}snap-2004-06-22 | rpj |
2004-05-22 | Administrative changes | rpj |
2004-05-20 | Administrative fixes | rpj |
2004-05-17 | re-indentation, bug fixes, hooks for pre-emptive async cancelation | rpj |
2003-09-18 | Cleanup and fixes to thread priority management. Other minor changes.snap-2003-09-18 | rpj |
2003-09-02 | Allow cancelation of waiting implicit threads. | rpj |
2003-09-02 | Added cancelation of/from non-POSIX threads; minor fixes; minor changes.snap-2003-09-03 | rpj |
2003-08-14 | Reuse of thread IDs, improved thread ID validation, new tests, bug fixes. | rpj |
2003-08-13 | Bug fixes plus adaptation to current MinGW/MsysDTK environment. Changes to te... | rpj |
2002-12-11 | 2002-12-11 Thomas Pfaff <tpfaff@gmx.net> | rpj |
2002-06-03 | An attempt to get sem_getvalue working properly. | rpj |
2002-03-02 | Add file and add entry to tests/ChangeLog.snap-2002-03-02 | rpj |
2002-03-02 | * errno.c: Compiler directive was incorrectly including code. | rpj |
2002-02-27 | * exception3.c (terminateFunction): For MSVC++, call | rpj |
2002-02-23 | * pthread_cond_destroy.c: Expand the time change | rpj |
2002-02-18 | Major reorganisation of source code; new routine and tests added. | rpj |
2002-02-11 | Splitting files. See ChangeLog file for details. | rpj |
2002-02-02 | * cancel.c: Rearranged some code and introduced checks | rpj |
2002-01-31 | 2002-01-27 Ross Johnson <rpj@special.ise.canberra.edu.au> | rpj |
2002-01-13 | * attr.c (pthread_attr_setscope): Fix struct pointer | rpj |
2001-10-25 | * GNUmakefile (libwsock32): Add to linker flags for | rpj |
2001-07-11 | Assert that exactly one thread receives PTHREAD_BARRIER_SERIAL_THREAD.snap-2001-07-12 | rpj |
2001-07-08 | Barriers fixed and tested more extensively. | rpj |