Skip site navigation (1)Skip section navigation (2)

CVS log for ports/devel/pth/Makefile

[BACK] Up to [FreeBSD] / ports / devel / pth

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.87: download - view: text, markup, annotated - select for diffs
Wed Nov 9 15:25:32 2011 UTC (3 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +0 -1 lines
- Remove WITH_FBSD10_FIX, is no longer needed

Revision 1.86: download - view: text, markup, annotated - select for diffs
Fri Oct 28 18:00:24 2011 UTC (3 months, 1 week ago) by miwi
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +1 -0 lines
- Fix build FreeBSD 10

Revision 1.85: download - view: text, markup, annotated - select for diffs
Tue Apr 28 21:36:08 2009 UTC (2 years, 9 months ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +2 -0 lines
- Mark MAKE_JOBS_UNSAFE=    yes

Approved by:    pav (via irc on #bsdports)
Tested on:      RideCharge TB, and P6 TB

Revision 1.84: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:16:49 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +0 -1 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)

Revision 1.83: download - view: text, markup, annotated - select for diffs
Mon Feb 12 16:04:14 2007 UTC (4 years, 11 months ago) by vd
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL, PRE_XORG_7
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +4 -4 lines
Get rid of WITH_SYSCALL_HARD and depend on whether PKGNAMESUFFIX is -hard
or not.

Revision 1.82: download - view: text, markup, annotated - select for diffs
Mon Feb 12 15:38:08 2007 UTC (4 years, 11 months ago) by vd
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +4 -2 lines
Prepare devel/pth for the slave port devel/pth-hard that will be added
shortly.

PR:		ports/108975
Submitted by:	Martin Matuska <martin@matuska.org>

Revision 1.81: download - view: text, markup, annotated - select for diffs
Mon Jun 19 09:06:13 2006 UTC (5 years, 7 months ago) by vd
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +1 -5 lines
Switch to USE_LDCONFIG

Revision 1.80: download - view: text, markup, annotated - select for diffs
Fri Jun 16 14:18:59 2006 UTC (5 years, 7 months ago) by vd
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +4 -4 lines
Upgrade from 2.0.6 to 2.0.7

Revision 1.79: download - view: text, markup, annotated - select for diffs
Thu May 4 21:41:02 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +0 -2 lines
Remove USE_REINPLACE from all categories starting with D

Revision 1.78: download - view: text, markup, annotated - select for diffs
Fri Jan 20 06:12:03 2006 UTC (6 years ago) by vd
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +1 -1 lines
Change my email address to the @FreeBSD one

Approved by:	garga (mentor)

Revision 1.77: download - view: text, markup, annotated - select for diffs
Wed Nov 23 11:57:30 2005 UTC (6 years, 2 months ago) by flz
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +1 -2 lines
- Update to 2.0.6.

PR:		ports/89449
Submitted by:	maintainer

Revision 1.76: download - view: text, markup, annotated - select for diffs
Tue Nov 15 15:44:39 2005 UTC (6 years, 2 months ago) by nork
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +7 -2 lines
Fix pkg-plist WITH_SYSCALL_HARD, and Bump PORTREVISION.

Approved by:	Vasil Dimov <vd@datamax.bg> (maintainer)

Revision 1.75: download - view: text, markup, annotated - select for diffs
Wed Oct 26 18:59:25 2005 UTC (6 years, 3 months ago) by mnag
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +8 -19 lines
Update to 2.0.5
Take MAINTAINER

PR:		88037
Submitted by:	Vasil Dimov <vd@datamax.bg>

Revision 1.74: download - view: text, markup, annotated - select for diffs
Fri Jun 17 19:01:30 2005 UTC (6 years, 7 months ago) by alfred
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +18 -6 lines
Explicitly disable "soft syscalls" when compiling WITH_HARD_SYSCALLS.

Revision 1.73: download - view: text, markup, annotated - select for diffs
Wed Jun 15 21:03:03 2005 UTC (6 years, 7 months ago) by alfred
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +7 -2 lines
support toggling of HARD/SOFT syscalls.

Revision 1.72: download - view: text, markup, annotated - select for diffs
Mon May 16 14:11:39 2005 UTC (6 years, 8 months ago) by danfe
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +12 -8 lines
- Adjust Makefile header slightly
- Mute in-place patching and unmute script install
- Do not pass CFLAGS twice in !OPTIMIZED_CFLAGS case
- Utilize OPTIONS

Revision 1.71: download - view: text, markup, annotated - select for diffs
Mon May 16 13:58:45 2005 UTC (6 years, 8 months ago) by danfe
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +1 -2 lines
Update to version 2.0.4, the latest from GNU.

Revision 1.70: download - view: text, markup, annotated - select for diffs
Tue Apr 12 03:25:18 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +1 -1 lines
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.

Revision 1.69: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:01:41 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +1 -1 lines
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.

Revision 1.68: download - view: text, markup, annotated - select for diffs
Wed Dec 15 00:06:16 2004 UTC (7 years, 1 month ago) by mi
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +1 -1 lines
Use vertical bar (``|'') instead of coma (``,'') for
sed-substitutions. Comas can occur within CFLAGS now.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Fri Dec 3 17:30:58 2004 UTC (7 years, 2 months ago) by rse
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +1 -1 lines
upgrade to (my ;-) GNU pth 2.0.3

Revision 1.66: download - view: text, markup, annotated - select for diffs
Wed Nov 10 09:03:33 2004 UTC (7 years, 3 months ago) by demon
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +2 -1 lines
Upgrade to version 2.0.2.

Revision 1.65: download - view: text, markup, annotated - select for diffs
Sun May 2 19:36:28 2004 UTC (7 years, 9 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +3 -0 lines
- Support WITH_OPTIMIZED_CFLAGS knob

PR:		ports/66102
Submitted by:	michael johnson <ahze@ahze.net>

Revision 1.64: download - view: text, markup, annotated - select for diffs
Sat Apr 10 17:26:33 2004 UTC (7 years, 10 months ago) by trevor
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -1 lines
Tidy up whitespace.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Fri Nov 21 12:25:04 2003 UTC (8 years, 2 months ago) by arved
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +5 -0 lines
Respect CFLAGS, should fix build on alpha

Revision 1.62: download - view: text, markup, annotated - select for diffs
Thu Feb 20 17:07:02 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +1 -0 lines
De-pkg-comment.

Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon Feb 17 11:15:32 2003 UTC (8 years, 11 months ago) by rse
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -2 lines
upgrade to GNU Pth (Portable Threads), version 2.0.0

Revision 1.60: download - view: text, markup, annotated - select for diffs
Sun Nov 10 16:45:49 2002 UTC (9 years, 3 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +0 -2 lines
o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)

Revision 1.59: download - view: text, markup, annotated - select for diffs
Wed Nov 6 22:44:43 2002 UTC (9 years, 3 months ago) by adamw
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -0 lines
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat

Revision 1.58: download - view: text, markup, annotated - select for diffs
Sun Apr 28 07:38:54 2002 UTC (9 years, 9 months ago) by dirk
Branches: MAIN
CVS tags: RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +5 -2 lines
Add startup script for non standard library path.

PR:		ports/37142
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>

Revision 1.57: download - view: text, markup, annotated - select for diffs
Sat Mar 23 10:59:25 2002 UTC (9 years, 10 months ago) by kevlo
Branches: MAIN
CVS tags: RELEASE_5_0_DP1
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -3 lines
Update to 1.4.1

PR: 36115
Submitted by: Hidekazu Kuroki <hidekazu@pc88.gr.jp>

Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue Sep 11 14:49:45 2001 UTC (10 years, 5 months ago) by sf
Branches: MAIN
CVS tags: RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +6 -2 lines
install headers/libraries under its own directory, ${PREFIX}/includes/pth and
${PREFIX}/lib/pth, to avoid conflict with FreeBSD pthread.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Mon Jul 30 16:38:48 2001 UTC (10 years, 6 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +3 -4 lines
Don't install useless .la files.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Wed Jun 6 14:58:18 2001 UTC (10 years, 8 months ago) by ade
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -2 lines
Revert maintainership to ports@FreeBSD.org since current maintainer
appears to be idle (see ports/25224)

Revision 1.53: download - view: text, markup, annotated - select for diffs
Sun Mar 25 14:12:16 2001 UTC (10 years, 10 months ago) by rse
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -2 lines
Upgrade to GNU Portable Threads (Pth), version 1.4.0

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sat Jul 29 16:03:14 2000 UTC (11 years, 6 months ago) by rse
Branches: MAIN
CVS tags: RELEASE_4_2_0, RELEASE_4_1_1
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2 lines
Upgrade to GNU Pth, version 1.3.7

Revision 1.51: download - view: text, markup, annotated - select for diffs
Sat Jul 1 14:27:19 2000 UTC (11 years, 7 months ago) by rse
Branches: MAIN
CVS tags: RELEASE_4_1_0
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -2 lines
Upgrade to GNU Portable Threads (Pth), version 1.3.6

Revision 1.50: download - view: text, markup, annotated - select for diffs
Fri Jun 16 21:50:09 2000 UTC (11 years, 7 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_3_5_0
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -2 lines
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the
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

Revision 1.49: download - view: text, markup, annotated - select for diffs
Fri Jun 16 08:18:32 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -2 lines
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.

Hall of shame entry:	sobomax

Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Jun 15 17:59:06 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -4 lines
Third round of INSTALL_SHLIBS=yes fixes.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon Apr 17 16:19:06 2000 UTC (11 years, 9 months ago) by rse
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -2 lines
GNU Pth 1.3.4 -> 1.3.5

Revision 1.46: download - view: text, markup, annotated - select for diffs
Sun Apr 16 11:33:08 2000 UTC (11 years, 9 months ago) by rse
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -2 lines
''

Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Apr 11 21:30:11 2000 UTC (11 years, 10 months ago) by mharo
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +3 -3 lines
PORTNAME/PORTVERSION update

Revision 1.44: download - view: text, markup, annotated - select for diffs
Fri Mar 10 10:45:11 2000 UTC (11 years, 11 months ago) by rse
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +3 -3 lines
Upgrade GNU Portable Threads (Pth) to version 1.3.3

Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Feb 24 13:34:36 2000 UTC (11 years, 11 months ago) by rse
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +3 -3 lines
Upgrade to GNU Portable Threads (Pth), version 1.3.2

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun Feb 20 12:30:14 2000 UTC (11 years, 11 months ago) by rse
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +3 -3 lines
Upgrade to GNU Portable Threads (Pth), version 1.3.1

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat Feb 19 17:14:00 2000 UTC (11 years, 11 months ago) by rse
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -3 lines
Upgrade GNU Portable Threads (Pth) from version 1.2.2 to 1.3.0,
the new release version in the now stable Pth 1.3 series.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Sat Jan 8 15:17:22 2000 UTC (12 years, 1 month ago) by rse
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +3 -3 lines
Upgrade to GNU Portable Threads (Pth), version 1.2.2

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Nov 14 13:22:27 1999 UTC (12 years, 2 months ago) by rse
Branches: MAIN
CVS tags: RELEASE_3_4_0
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +3 -3 lines
Upgrade to GNU Portable Threads, version 1.2.1

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun Oct 31 15:27:28 1999 UTC (12 years, 3 months ago) by rse
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +3 -3 lines
Upgrade GNU Portable Threads (Pth) from 1.1.6 to 1.2.0
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...)

Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Sep 28 09:21:03 1999 UTC (12 years, 4 months ago) by rse
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +3 -3 lines
Upgrade to GNU Pth (STABLE), version 1.1.6

Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Sep 2 12:18:02 1999 UTC (12 years, 5 months ago) by rse
Branches: MAIN
CVS tags: RELEASE_3_3_0
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -3 lines
GNU Portable Threads: 1.1.4 -> 1.1.5

Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Aug 30 18:43:15 1999 UTC (12 years, 5 months ago) by rse
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +3 -3 lines
GNU Pth 1.1.3 -> 1.1.4

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sun Aug 29 11:11:14 1999 UTC (12 years, 5 months ago) by peter
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
$Id$ -> $FreeBSD$

Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Aug 27 16:08:52 1999 UTC (12 years, 5 months ago) by rse
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +5 -4 lines
Upgrade to GNU Portable Threads (Pth), version 1.1.3

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Aug 23 12:29:56 1999 UTC (12 years, 5 months ago) by rse
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +3 -3 lines
Bump GNU Pth: 1.1.1 -> 1.1.2

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat Aug 21 12:47:32 1999 UTC (12 years, 5 months ago) by rse
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -3 lines
GNU Pth 1.1.0 -> 1.1.1

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Aug 19 15:40:54 1999 UTC (12 years, 5 months ago) by rse
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +6 -5 lines
Upgrade to the new stabilized GNU Portable Thread 1.1 series.
This port is now at GNU Pth 1.1.0.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Aug 17 09:34:52 1999 UTC (12 years, 5 months ago) by rse
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -3 lines
Upgrade to GNU Portable Threads, version 1.0.6

Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Aug 10 08:12:00 1999 UTC (12 years, 6 months ago) by rse
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -3 lines
Upgrade to GNU Portable Threads, version 1.0.5

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Aug 3 10:58:11 1999 UTC (12 years, 6 months ago) by rse
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -3 lines
Upgrade to GNU Pth 1.0.4

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Aug 1 10:25:05 1999 UTC (12 years, 6 months ago) by rse
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -3 lines
Upgrade to GNU Portable Threads, version 1.0.3

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Jul 28 14:44:04 1999 UTC (12 years, 6 months ago) by rse
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -3 lines
Upgrade to GNU Portable Threads (Pth), version 1.0.2

Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Jul 22 16:11:02 1999 UTC (12 years, 6 months ago) by rse
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -3 lines
Upgrade to GNU Portable Threads (Pth), Version 1.0.1

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Jul 16 15:11:44 1999 UTC (12 years, 6 months ago) by rse
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +6 -4 lines
Puhh.... after five months of hard development we've approached
GNU Portable Threads (Pth), release version 1.0.0 :-)

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Jul 16 09:04:35 1999 UTC (12 years, 6 months ago) by rse
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -3 lines
Upgrade to GNU Portable Threads (Pth), version 1.0b8

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Jul 14 19:02:51 1999 UTC (12 years, 7 months ago) by rse
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -3 lines
GNU Pth 1.0b6 -> 1.0b7 (just the hourly version bump ;)

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Jul 14 06:45:01 1999 UTC (12 years, 7 months ago) by rse
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3 lines
Upgrade to GNU Portable Threads, Version 1.0b6

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Jul 11 15:49:31 1999 UTC (12 years, 7 months ago) by rse
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +6 -4 lines
Upgrade to GNU Portable Threads (Pth), Version 1.0b5

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Jul 8 11:08:13 1999 UTC (12 years, 7 months ago) by rse
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -3 lines
GNU pth 1.0b3 -> 1.0b4 (daily bump ;)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Jul 7 19:57:59 1999 UTC (12 years, 7 months ago) by rse
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3 lines
Upgrade to GNU Portable Threads (pth), version 1.0b3

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Jul 5 06:33:37 1999 UTC (12 years, 7 months ago) by rse
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +7 -8 lines
Update new PTH port after repository copy from old NPS port.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Jun 28 13:29:35 1999 UTC (12 years, 7 months ago) by rse
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +9 -3 lines
NPS 0.9.20 -> 1.0b1

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Jun 26 13:57:48 1999 UTC (12 years, 7 months ago) by rse
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
daily version number bump: NPS 0.9.21

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Jun 25 15:46:59 1999 UTC (12 years, 7 months ago) by rse
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3 lines
NPS 0.9.19 -> 0.9.20

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Jun 21 15:49:12 1999 UTC (12 years, 7 months ago) by rse
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
NPS 0.9.18->0.9.19

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Jun 20 10:10:48 1999 UTC (12 years, 7 months ago) by rse
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
Upgrade to NPS version 0.9.18

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Jun 9 07:00:39 1999 UTC (12 years, 8 months ago) by rse
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -4 lines
Upgrade to NPS 0.9.16

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Jun 4 11:18:09 1999 UTC (12 years, 8 months ago) by rse
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3 lines
Upgrade to NPS, Version 0.9.15

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jun 1 16:13:54 1999 UTC (12 years, 8 months ago) by rse
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
NPS 0.9.13 -> 0.9.14

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jun 1 11:48:19 1999 UTC (12 years, 8 months ago) by rse
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
NPS 0.9.12 -> 0.9.13

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun May 30 13:20:05 1999 UTC (12 years, 8 months ago) by rse
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
NPS 0.9.11 -> 0.9.12

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri May 28 16:36:38 1999 UTC (12 years, 8 months ago) by rse
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
NPS 0.9.10 -> 0.9.11

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri May 28 10:38:27 1999 UTC (12 years, 8 months ago) by rse
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
Upgrade to NPS 0.9.10

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue May 25 16:03:24 1999 UTC (12 years, 8 months ago) by rse
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
Upgrade to NPS 0.9.9

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon May 24 13:15:08 1999 UTC (12 years, 8 months ago) by rse
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
Upgrade to NPS (non-preemtive thread scheduling library), version 0.9.8

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun May 23 14:54:10 1999 UTC (12 years, 8 months ago) by rse
Branches: RSE
CVS tags: nps_0_9_7
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Import of NPS, a non-preeemtive thread scheduling library.

NPS is a POSIX/ANSI-C based library for Unix platforms which
provides non-preemtive scheduling for multiple threads of execution
("multi-threading") inside server applications. All threads run in the
same address space of the server application, but each thread has it's
own individual run-time stack and program-counter.

The thread scheduling itself is done in a cooperative way, i.e. the
threads are managed by a priority- and event-based non-preemtive
scheduler. The intention is that this way one can achieve better
portability and run-time performance than with preemtive scheduling.
The event facility allows threads to wait until various types of
events occur, including pending I/O on filedescriptors, elapsed
timers, pending I/O on message ports, thread and process termination,
and even customized callback functions.

More details:
http://www.engelschall.com/sw/nps/
 ftp://ftp.engelschall.com/sw/nps/

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun May 23 14:54:10 1999 UTC (12 years, 8 months ago) by rse
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options