Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Rene Hexel <rh@netbsd.org>
List: source-changes
Date: 08/29/1999 02:43:31
Module Name:	pkgsrc
Committed By:	rh
Date:		Sun Aug 29 09:43:31 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.3

Changes include:
  *) Enhanced test program of AC_CHECK_STACKGROWTH in aclocal.m4 to
      make sure the test variables are not optimized away by the
      compiler and this way lead to incorrect check results.
      [Martin Kraemer <martin.kraemer@mch.sni.de>, Ralf S. Engelschall]

   *) Fixed default stack size: was 32*16384 (=512KB) instead
      of the intended 32*1024 (=32KB).
      [Ralf S. Engelschall]

   *) Added --enable-optimize flag to configure with selected
      standard optimization flags of GCC.
      [Ralf S. Engelschall]

   *) Added SUPPORT file to source tree.
      [Ralf S. Engelschall]

   *) Added test_philo, Dijkstra's Five Dining Philosophers ;)
      [Ralf S. Engelschall]

   *) Add "auto" qualifier to PTH_STACKGROWTH test program
      to make sure the variables are placed into the stack.
      [Ralf S. Engelschall]

   *) Use predetermined $PLATFORM of configure also in Makefile
      [Ralf S. Engelschall]


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

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