aboutsummaryrefslogtreecommitdiff
path: root/devel/pth
Commit message (Collapse)AuthorAgeFilesLines
* Revert maintainership to ports@FreeBSD.org since current maintainerAde Lovett2001-06-061-1/+1
| | | | | | | appears to be idle (see ports/25224) Notes: svn path=/head/; revision=43564
* Upgrade to GNU Portable Threads (Pth), version 1.4.0Ralf S. Engelschall2001-03-255-19/+5
| | | | Notes: svn path=/head/; revision=40350
* This patch fixes a scheduling bug and is to be incorporated in theArchie Cobbs2001-03-161-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | next version. In the meantime, apply with the port. FYI, the bug is demonstrated by this program: #include <stdio.h> #include <stdlib.h> #include <pth.h> static int check_something(void *arg) { return (0); } static void *thread(void *arg) { printf("thread sleeping five seconds...\n"); pth_nap(pth_time(5, 0)); printf("thread is done sleeping\n"); /* bug: we never get here */ return (NULL); } int main(int ac, char **av) { pth_event_t ev; pth_init(); pth_spawn(NULL, thread, NULL); ev = pth_event(PTH_EVENT_FUNC, check_something, NULL, pth_time(2, 0)); while (1) pth_wait(ev); } Notes: svn path=/head/; revision=39905
* Upgrade to GNU Pth, version 1.3.7Ralf S. Engelschall2000-07-292-2/+2
| | | | Notes: svn path=/head/; revision=31106
* Upgrade to GNU Portable Threads (Pth), version 1.3.6Ralf S. Engelschall2000-07-012-2/+2
| | | | Notes: svn path=/head/; revision=30043
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Third round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-152-5/+1
| | | | Notes: svn path=/head/; revision=29615
* Add share/aclocal/pth.m4.Satoshi Asami2000-06-031-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=29155
* GNU Pth 1.3.4 -> 1.3.5Ralf S. Engelschall2000-04-172-2/+2
| | | | Notes: svn path=/head/; revision=27693
* ''Ralf S. Engelschall2000-04-162-2/+2
| | | | Notes: svn path=/head/; revision=27650
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-2/+2
| | | | Notes: svn path=/head/; revision=27452
* Upgrade GNU Portable Threads (Pth) to version 1.3.3Ralf S. Engelschall2000-03-102-3/+3
| | | | Notes: svn path=/head/; revision=26710
* Upgrade to GNU Portable Threads (Pth), version 1.3.2Ralf S. Engelschall2000-02-242-3/+3
| | | | Notes: svn path=/head/; revision=26252
* Upgrade to GNU Portable Threads (Pth), version 1.3.1Ralf S. Engelschall2000-02-202-3/+3
| | | | Notes: svn path=/head/; revision=26028
* Upgrade GNU Portable Threads (Pth) from version 1.2.2 to 1.3.0,Ralf S. Engelschall2000-02-194-6/+6
| | | | | | | the new release version in the now stable Pth 1.3 series. Notes: svn path=/head/; revision=26012
* Upgrade to GNU Portable Threads (Pth), version 1.2.2Ralf S. Engelschall2000-01-083-6/+4
| | | | Notes: svn path=/head/; revision=24551
* Upgrade to GNU Portable Threads, version 1.2.1Ralf S. Engelschall1999-11-142-3/+3
| | | | Notes: svn path=/head/; revision=23126
* Upgrade GNU Portable Threads (Pth) from 1.1.6 to 1.2.0Ralf S. Engelschall1999-10-313-5/+5
| | | | | | | | and this way move this port to the new stable 1.2 series. (The pth-devel port will later switch to Pth 1.3b1 if available...) Notes: svn path=/head/; revision=22737
* Upgrade to GNU Pth (STABLE), version 1.1.6Ralf S. Engelschall1999-09-282-3/+3
| | | | Notes: svn path=/head/; revision=22042
* GNU Portable Threads: 1.1.4 -> 1.1.5Ralf S. Engelschall1999-09-022-3/+3
| | | | Notes: svn path=/head/; revision=21196
* GNU Pth 1.1.3 -> 1.1.4Ralf S. Engelschall1999-08-302-3/+3
| | | | Notes: svn path=/head/; revision=21132
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
| | | | Notes: svn path=/head/; revision=21084
* Upgrade to GNU Portable Threads (Pth), version 1.1.3Ralf S. Engelschall1999-08-272-5/+6
| | | | Notes: svn path=/head/; revision=21024
* Bump GNU Pth: 1.1.1 -> 1.1.2Ralf S. Engelschall1999-08-232-4/+4
| | | | Notes: svn path=/head/; revision=20909
* GNU Pth 1.1.0 -> 1.1.1Ralf S. Engelschall1999-08-212-4/+4
| | | | Notes: svn path=/head/; revision=20841
* Upgrade to the new stabilized GNU Portable Thread 1.1 series.Ralf S. Engelschall1999-08-193-7/+14
| | | | | | | This port is now at GNU Pth 1.1.0. Notes: svn path=/head/; revision=20819
* Upgrade to GNU Portable Threads, version 1.0.6Ralf S. Engelschall1999-08-172-4/+4
| | | | Notes: svn path=/head/; revision=20758
* Upgrade to GNU Portable Threads, version 1.0.5Ralf S. Engelschall1999-08-102-4/+4
| | | | Notes: svn path=/head/; revision=20638
* Upgrade to GNU Pth 1.0.4Ralf S. Engelschall1999-08-032-4/+4
| | | | Notes: svn path=/head/; revision=20516
* Upgrade to GNU Portable Threads, version 1.0.3Ralf S. Engelschall1999-08-012-4/+4
| | | | Notes: svn path=/head/; revision=20465
* Upgrade to GNU Portable Threads (Pth), version 1.0.2Ralf S. Engelschall1999-07-282-4/+4
| | | | Notes: svn path=/head/; revision=20374
* Upgrade to GNU Portable Threads (Pth), Version 1.0.1Ralf S. Engelschall1999-07-222-4/+4
| | | | Notes: svn path=/head/; revision=20315
* Puhh.... after five months of hard development we've approachedRalf S. Engelschall1999-07-163-19/+23
| | | | | | | GNU Portable Threads (Pth), release version 1.0.0 :-) Notes: svn path=/head/; revision=20231
* Upgrade to GNU Portable Threads (Pth), version 1.0b8Ralf S. Engelschall1999-07-162-4/+4
| | | | Notes: svn path=/head/; revision=20230
* GNU Pth 1.0b6 -> 1.0b7 (just the hourly version bump ;)Ralf S. Engelschall1999-07-142-4/+4
| | | | Notes: svn path=/head/; revision=20201
* Upgrade to GNU Portable Threads, Version 1.0b6Ralf S. Engelschall1999-07-142-4/+4
| | | | Notes: svn path=/head/; revision=20191
* Upgrade to GNU Portable Threads (Pth), Version 1.0b5Ralf S. Engelschall1999-07-112-5/+7
| | | | Notes: svn path=/head/; revision=20159
* GNU pth 1.0b3 -> 1.0b4 (daily bump ;)Ralf S. Engelschall1999-07-082-4/+4
| | | | Notes: svn path=/head/; revision=20120
* Upgrade to GNU Portable Threads (pth), version 1.0b3Ralf S. Engelschall1999-07-072-4/+4
| | | | Notes: svn path=/head/; revision=20109
* Update new PTH port after repository copy from old NPS port.Ralf S. Engelschall1999-07-055-33/+31
| | | | Notes: svn path=/head/; revision=20076
* NPS 0.9.20 -> 1.0b1Ralf S. Engelschall1999-06-282-4/+10
| | | | Notes: svn path=/head/; revision=19870
* daily version number bump: NPS 0.9.21Ralf S. Engelschall1999-06-262-4/+4
| | | | Notes: svn path=/head/; revision=19797
* NPS 0.9.19 -> 0.9.20Ralf S. Engelschall1999-06-252-4/+4
| | | | Notes: svn path=/head/; revision=19763
* NPS 0.9.18->0.9.19Ralf S. Engelschall1999-06-212-3/+3
| | | | Notes: svn path=/head/; revision=19605
* Upgrade to NPS version 0.9.18Ralf S. Engelschall1999-06-202-4/+4
| | | | Notes: svn path=/head/; revision=19590
* Upgrade to NPS 0.9.16Ralf S. Engelschall1999-06-093-6/+6
| | | | Notes: svn path=/head/; revision=19375
* Upgrade to NPS, Version 0.9.15Ralf S. Engelschall1999-06-042-4/+4
| | | | Notes: svn path=/head/; revision=19204
* NPS 0.9.13 -> 0.9.14Ralf S. Engelschall1999-06-012-4/+4
| | | | Notes: svn path=/head/; revision=19165
* NPS 0.9.12 -> 0.9.13Ralf S. Engelschall1999-06-012-4/+4
| | | | Notes: svn path=/head/; revision=19161