Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: wiz
Date: Sun Feb 27 04:28:46 UTC 2000
Modified Files:
pkgsrc/devel/pth: Makefile
pkgsrc/devel/pth/files: md5
pkgsrc/devel/pth/pkg: PLIST
Log Message:
updated pth to 1.3.2. Changes from 1.3.1:
*) Do no longer use -woff in CFLAGS for IRIX 6.5.2 and above.
*) Replaced ``while (1)'' constructs with ``for (;;)'' because some
compilers like this more and do not warn about constant expressions.
*) Added hint to pth.pod that ``pth_join(<tid>, NULL)'' is allowed.
*) Cancel and join the ticker thread explicitly in test_select.c
*) Removed unnecessary code in pth_event.c
*) Add special namespace workarounds to pthread.h.in for HPUX
platforms where the pthread_kill() prototypes conflict without this.
To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 pkgsrc/devel/pth/Makefile
cvs rdiff -r1.19 -r1.20 pkgsrc/devel/pth/files/md5
cvs rdiff -r1.16 -r1.17 pkgsrc/devel/pth/pkg/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index