Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
pth: GNU Pth - The GNU Portable Threads
- Summary
- Pth is a very portable POSIX/ANSI-C based library for Unix platforms
which provides non-preemptive priority-based scheduling for multiple
threads of execution ("multithreading") inside server applications.
All threads run in the same address space of the server application,
but each thread has it's own individual program-counter, run-time
stack, signal mask and errno variable.
Changelog
- * Thu Feb 24 16:00:00 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:2.0.4-1
- Update to 2.0.4.
- Remove ancient changelog entries which even pre-date Fedora.
- * Tue Dec 14 16:00:00 2004 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:2.0.3-1
- Update to 2.0.3, minor and common spec adjustments + LGPL, %check,
use URLs for official GNU companion sites.
- * Thu Oct 7 17:00:00 2004 Adrian Reber <adrian{%}lisas{*}de> - 0:2.0.2-0.fdr.2
- iconv-ing spec to utf8