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

CVS log for ports/devel/pth/pkg-descr

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Jun 1 09:42:29 2008 UTC (3 years, 8 months ago) by olgeni
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_EOL, RELEASE_6_4_0, HEAD
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Large round of typo fixes in ports/devel (pkg-descr).

Revision 1.10: 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
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_EOL, RELEASE_5_5_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +7 -7 lines
Update to 2.0.5
Take MAINTAINER

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

Revision 1.9: 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
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
upgrade to (my ;-) GNU pth 2.0.3

Revision 1.8: 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
CVS tags: RELEASE_5_3_0, RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0, RELEASE_4_10_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
upgrade to GNU Pth (Portable Threads), version 2.0.0

Revision 1.7: 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_5_0_DP1, RELEASE_5_0_0, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0, RELEASE_4_4_0, RELEASE_4_3_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
Upgrade to GNU Portable Threads (Pth), version 1.4.0

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Feb 19 17:14:03 2000 UTC (11 years, 11 months ago) by rse
Branches: MAIN
CVS tags: RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_4_0_0, RELEASE_3_5_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 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.5: download - view: text, markup, annotated - select for diffs
Sat Jan 8 15:17:25 2000 UTC (12 years, 1 month ago) by rse
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -3 lines
Upgrade to GNU Portable Threads (Pth), version 1.2.2

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

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

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

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