Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: SAITOH Masanobu <msaitoh@netbsd.org>
List: source-changes
Date: 09/24/2000 20:14:38
Module Name:	pkgsrc
Committed By:	msaitoh
Date:		Sun Sep 24 17:14:38 UTC 2000

Modified Files:
	pkgsrc/devel/ptl2: Makefile
	pkgsrc/devel/ptl2/files: md5

Log Message:
Upgrade to 2.1.5.

Changes:

* Add wait3() and wait4().

* fixed: wait() or waitpid() might not return even after a child
  process exits.

* fixed: bug in close() and pipe().

* fixed: processes might hang up if a signal interrupts within a
  critical region.


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 pkgsrc/devel/ptl2/Makefile
cvs rdiff -r1.11 -r1.12 pkgsrc/devel/ptl2/files/md5

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