Subject: CVS commit: pkgsrc/devel/ptl2
To: None <pkgsrc-changes@netbsd.org>
From: SAITOH Masanobu <msaitoh@netbsd.org>
List: pkgsrc-changes
Date: 12/12/2002 09:07:07
Module Name:	pkgsrc
Committed By:	msaitoh
Date:		Thu Dec 12 07:07:07 UTC 2002

Modified Files:
	pkgsrc/devel/ptl2: Makefile PLIST distinfo
	pkgsrc/devel/ptl2/patches: patch-aa
Removed Files:
	pkgsrc/devel/ptl2/patches: patch-ac patch-ad patch-ae patch-af patch-ag
	    patch-ah

Log Message:
Update to PTL-2.1.9

Changes:

* fixed: pthread_kill() does not restore the critical level when given
  signal number is zero.

* New API: POSIX readdir_r.

* fixed: interruption by a signal whose handler is SIG_SIGWAIT_NP may
  cause infinite loop.

* fixed: PTL's internal SIGSEGV handler gets strange arguments on a
  system that has POSIX-based signal facility.


To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 pkgsrc/devel/ptl2/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/ptl2/PLIST
cvs rdiff -r1.10 -r1.11 pkgsrc/devel/ptl2/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/ptl2/patches/patch-aa
cvs rdiff -r1.5 -r0 pkgsrc/devel/ptl2/patches/patch-ac
cvs rdiff -r1.4 -r0 pkgsrc/devel/ptl2/patches/patch-ad \
    pkgsrc/devel/ptl2/patches/patch-ae
cvs rdiff -r1.2 -r0 pkgsrc/devel/ptl2/patches/patch-af
cvs rdiff -r1.1 -r0 pkgsrc/devel/ptl2/patches/patch-ag \
    pkgsrc/devel/ptl2/patches/patch-ah

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.