Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Rene Hexel <rh@netbsd.org>
List: source-changes
Date: 08/11/1999 12:03:36
Module Name:	pkgsrc
Committed By:	rh
Date:		Wed Aug 11 19:03:36 UTC 1999

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

Log Message:
Update pth to 1.0.5.

Notable changes are:

   *) Backport from Pth 1.1b2:
      Fixed ring walking inside both public pth_msgport_find() function
      and the internal pth_mutex_releaseall() function.

   *) Backport from Pth 1.1b1:
      In pth_mctx.c the signal stack was not restored correctly.

   *) Backport from Pth 1.1b1:
      Fixed test_select.c: a char has to be used for read(2) and not an int.
      And replaced a bogus stdio fgetc() in test_select with pth_read().

   *) Backport from Pth 1.1b1:
      Fixed AC_CHECK_NSIG test and this way PTH_NSIG define.

   *) Backport from Pth 1.1b1:
      Fixed timeout handling in pth_select().


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/devel/pth/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/devel/pth/files/md5
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/pth/pkg/PLIST

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