Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-06 | 64 bit compatibility (mingw64) | rpj | |
2011-03-03 | Some cleanups, mostly x86_64 compat plus interlocked macros | rpj | |
2007-05-15 | '' | rpj | |
2005-01-01 | Copyright year updated | rpj | |
2004-11-22 | Copyright update | rpj | |
2004-11-03 | Mutex, semaphore, thread ID, test suite changes - see ChangeLogs | rpj | |
2004-07-01 | Initial support for Digital Mars Compiler | rpj | |
2004-05-17 | re-indentation, bug fixes, hooks for pre-emptive async cancelation | rpj | |
2003-09-02 | Added cancelation of/from non-POSIX threads; minor fixes; minor changes.snap-2003-09-03 | rpj | |
2003-08-19 | Updated Copyright notice (date and contact address). | rpj | |
2002-02-27 | * exception3.c (terminateFunction): For MSVC++, call | rpj | |
exit() rather than pthread_exit(). Add comments to explain why. * rwlock2_t.c: New test. * rwlock3_t.c: New test. * rwlock4_t.c: New test. * rwlock5_t.c: New test. * rwlock6_t.c: New test. * rwlock6_t2.c: New test. * rwlock6.c (main): Swap thread and result variables to correspond to actual thread functions. * rwlock1.c: Change test description comment to correspond to the actual test. |