Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Rene Hexel <rh@netbsd.org>
List: source-changes
Date: 08/26/1999 23:37:12
Module Name:	pkgsrc
Committed By:	rh
Date:		Fri Aug 27 06:37:11 UTC 1999

Modified Files:
	pkgsrc/devel/pth: Makefile
	pkgsrc/devel/pth/files: md5
	pkgsrc/devel/pth/pkg: PLIST

Log Message:
Update pth to 1.1.2

Changes include:

   *) Changed return type of pth_yield() from `void' to `int' to
      be able to return an error FALSE/EINVAL in case the `tid'
      argument specified an invalid or still not ready thread.
      [Kurt D. Zeilenga <Kurt@OpenLDAP.Org>, Ralf S. Engelschall]

   *) Fixed description of pth_yield() in pth.pod.
      [Kurt D. Zeilenga <Kurt@OpenLDAP.Org>, Ralf S. Engelschall]


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/devel/pth/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/devel/pth/files/md5
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/pth/pkg/PLIST

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