Subject: CVS commit: pkgsrc/devel/pth
From: Thomas Klausner
Date: 2003-05-02 13:49:49
Message id: 20030502114950.54D6AB004@cvs.netbsd.org

Log Message:
Update to 2.0.0, supplied by skrll@netbsd.
Changes:
   *) Make pth_poll(3) more compliant to POSIX.1-2001/SUSv3 poll(2).
   *) Make pth_select(3) more compliant to POSIX.1-2001/SUSv3 select(2).
   *) Replaced pth_event_occurred() with pth_event_status().
   *) Add Autoconf option --with-fdsetsize=NUM for enlarging FD_SETSIZE.
   *) Added thread attribute PTH_ATTR_DISPATCHES.
   *) Added sub-API pth_uctx_* for user-space context switching.
   *) Add a Pth variant of the new POSIX pselect(2) function.
   *) Internally cleaned up the error handling macros.
   *) Added POSIX-compliant sanity checks for bad fds.
   *) Added pth_nanosleep() function.
   *) Allow a NULL name for pth_msgport_create()
   *) Completely rewrote the "hard syscall mapping".
   *) Added support to pth_poll(3) for POLLD{RD,WR}{NORM,BAND}.
   *) Fixed a long-standing termination bug in pth_exit(3).
   *) Upgraded to Autoconf 2.57, Shtool 1.6.2 and Libtool 1.4.3.
   *) Add optional support for OSSP ex based exception handling.

Files:
RevisionActionfile
1.56modifypkgsrc/devel/pth/Makefile
1.4modifypkgsrc/devel/pth/buildlink2.mk
1.12modifypkgsrc/devel/pth/distinfo
1.15modifypkgsrc/devel/pth/patches/patch-ab
1.5modifypkgsrc/devel/pth/patches/patch-ac
1.4modifypkgsrc/devel/pth/patches/patch-ad
1.3modifypkgsrc/devel/pth/patches/patch-ae
1.3modifypkgsrc/devel/pth/patches/patch-af
1.5modifypkgsrc/devel/pth/patches/patch-ag
1.2modifypkgsrc/devel/pth/patches/patch-aj
1.13removepkgsrc/devel/pth/patches/patch-aa
1.1removepkgsrc/devel/pth/patches/patch-ah
1.1removepkgsrc/devel/pth/patches/patch-ai
1.1removepkgsrc/devel/pth/patches/patch-ak