Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-23 | * pthread_cond_destroy.c: Expand the time change | rpj | |
critical section to solve deadlock problem. * pthread.c: Add all remaining C modules. * pthread.h: Use dllexport/dllimport attributes on functions to avoid using pthread.def. * sched.h: Likewise. * semaphore.h: Likewise. * GNUmakefile: Add new targets for single translation unit build to maximise inlining potential; generate pthread.def automatically. * Makefile: Likewise, but no longer uses pthread.def. | |||
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-08 | Copyright notice updates; module splitting; POSIX version | rpj | |
conditional compilation; refinements; bug fixes. See the ChangeLog. |