2006-Jun-12 20:02 |
1.22
|
Check-in
[5419]:
Added LaTeX sources of USENIX paper (rse-pmt.tex, rse-pmt.fig)
to source tree and add Makefile targets for re-generating outputs
(rse-pmt.ps, rse-pmt.pdf). This way all GNU Pth related material
is finally part of the same distribution. By rse.
(diff)
|
2002-Nov-03 10:59 |
1.21
|
Check-in
[2718]:
Added a stand-alone sub-API for manual user-space context switching.
It is somewhat modeled after the POSIX ucontext(3) facility and
consists of an opaque data type pth_uctx_t and the management functions
pth_uctx_create(), pth_uctx_make(), pth_uctx_save(), pth_uctx_restore(),
pth_uctx_switch() and pth_uctx_destroy(). These functions are based on
the same underlying machine context switching facility (pth_mctx) the
threads in GNU Pth are using. This facility can be used to implement
co-routines without a full real multithreading environment or even to
implement an own multithreading environment. By rse.
(diff)
|
2002-Jan-30 14:05 |
1.20
|
Check-in
[1705]:
ignore generated files By rse.
(diff)
|
2002-Jan-30 13:54 |
1.19
|
Check-in
[1703]:
Woohhooo! Major GNU Pth source tree overhauling:
- Removed all generated files from CVS.
- Use OSSP devtool stuff to re-generate files on demand.
- Switched to Autoconf 2.52 and Libtool 1.4.2 environment. By rse.
|