Index: ossp-pkg/pth/README RCS File: /v/ossp/cvs/ossp-pkg/pth/README,v rcsdiff -q -kk '-r1.194' '-r1.195' -u '/v/ossp/cvs/ossp-pkg/pth/README,v' 2>/dev/null --- README 2002/01/27 12:34:29 1.194 +++ README 2002/01/27 16:14:01 1.195 @@ -5,7 +5,7 @@ |_| \__|_| |_| the impossible.'' GNU Pth - The GNU Portable Threads - Version 1.4.1 (27-Jan-2002) + Version 1.5b1 (27-Jan-2002) ABSTRACT Index: ossp-pkg/pth/pth-config.1 RCS File: /v/ossp/cvs/ossp-pkg/pth/Attic/pth-config.1,v rcsdiff -q -kk '-r1.132' '-r1.133' -u '/v/ossp/cvs/ossp-pkg/pth/Attic/pth-config.1,v' 2>/dev/null --- pth-config.1 2002/01/27 12:34:30 1.132 +++ pth-config.1 2002/01/27 16:14:01 1.133 @@ -1,5 +1,5 @@ .\" Automatically generated by Pod::Man version 1.15 -.\" Sun Jan 27 13:33:10 2002 +.\" Sun Jan 27 17:13:12 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -138,13 +138,13 @@ .\" ====================================================================== .\" .IX Title "PTH-CONFIG 1" -.TH PTH-CONFIG 1 "27-Jan-2002" "GNU Pth 1.4.1" "GNU Portable Threads" +.TH PTH-CONFIG 1 "27-Jan-2002" "GNU Pth 1.5b1" "GNU Portable Threads" .UC .SH "NAME" \&\fBpth-config\fR \- Pth library build utility .SH "VERSION" .IX Header "VERSION" -\&\s-1GNU\s0 Pth \s-11.4.1 (27-Jan-2002)\s0 +\&\s-1GNU\s0 Pth \s-11.5b1 (27-Jan-2002)\s0 .SH "SYNOPSIS" .IX Header "SYNOPSIS" \&\fBpth-config\fR Index: ossp-pkg/pth/pth.3 RCS File: /v/ossp/cvs/ossp-pkg/pth/Attic/pth.3,v rcsdiff -q -kk '-r1.232' '-r1.233' -u '/v/ossp/cvs/ossp-pkg/pth/Attic/pth.3,v' 2>/dev/null --- pth.3 2002/01/27 12:34:30 1.232 +++ pth.3 2002/01/27 16:14:01 1.233 @@ -1,5 +1,5 @@ .\" Automatically generated by Pod::Man version 1.15 -.\" Sun Jan 27 13:33:11 2002 +.\" Sun Jan 27 17:13:13 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -138,13 +138,13 @@ .\" ====================================================================== .\" .IX Title "pth 3" -.TH pth 3 "27-Jan-2002" "GNU Pth 1.4.1" "GNU Portable Threads" +.TH pth 3 "27-Jan-2002" "GNU Pth 1.5b1" "GNU Portable Threads" .UC .SH "NAME" \&\fBpth\fR \- \s-1GNU\s0 Portable Threads .SH "VERSION" .IX Header "VERSION" -\&\s-1GNU\s0 Pth \s-11.4.1 (27-Jan-2002)\s0 +\&\s-1GNU\s0 Pth \s-11.5b1 (27-Jan-2002)\s0 .SH "SYNOPSIS" .IX Header "SYNOPSIS" .Ip "\fBGlobal Library Management\fR" 4 Index: ossp-pkg/pth/pth.spec RCS File: /v/ossp/cvs/ossp-pkg/pth/pth.spec,v rcsdiff -q -kk '-r1.8' '-r1.9' -u '/v/ossp/cvs/ossp-pkg/pth/pth.spec,v' 2>/dev/null --- pth.spec 2002/01/27 12:34:30 1.8 +++ pth.spec 2002/01/27 16:14:02 1.9 @@ -30,7 +30,7 @@ # distribution tarball. %define prefix /usr -%define ver 1.4.1 +%define ver 1.5b1 %define rel 1 Name: pth Index: ossp-pkg/pth/pth_vers.c RCS File: /v/ossp/cvs/ossp-pkg/pth/pth_vers.c,v rcsdiff -q -kk '-r1.139' '-r1.140' -u '/v/ossp/cvs/ossp-pkg/pth/pth_vers.c,v' 2>/dev/null --- pth_vers.c 2002/01/27 12:34:30 1.139 +++ pth_vers.c 2002/01/27 16:14:02 1.140 @@ -8,7 +8,7 @@ #ifndef _PTH_VERS_C_ #define _PTH_VERS_C_ -#define PTH_INTERNAL_VERSION 0x104201 +#define PTH_INTERNAL_VERSION 0x105101 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _PTH_VERS_C_AS_HEADER_ pth_internal_version_t pth_internal_version = { - 0x104201, - "1.4.1", - "1.4.1 (27-Jan-2002)", - "This is GNU Pth, Version 1.4.1 (27-Jan-2002)", - "GNU Pth 1.4.1 (27-Jan-2002)", - "GNU Pth/1.4.1", - "@(#)GNU Pth 1.4.1 (27-Jan-2002)", + 0x105101, + "1.5b1", + "1.5b1 (27-Jan-2002)", + "This is GNU Pth, Version 1.5b1 (27-Jan-2002)", + "GNU Pth 1.5b1 (27-Jan-2002)", + "GNU Pth/1.5b1", + "@(#)GNU Pth 1.5b1 (27-Jan-2002)", "$Id$" }; Index: ossp-pkg/pth/pthread-config.1 RCS File: /v/ossp/cvs/ossp-pkg/pth/Attic/pthread-config.1,v rcsdiff -q -kk '-r1.97' '-r1.98' -u '/v/ossp/cvs/ossp-pkg/pth/Attic/pthread-config.1,v' 2>/dev/null --- pthread-config.1 2002/01/27 12:34:30 1.97 +++ pthread-config.1 2002/01/27 16:14:02 1.98 @@ -1,5 +1,5 @@ .\" Automatically generated by Pod::Man version 1.15 -.\" Sun Jan 27 13:33:12 2002 +.\" Sun Jan 27 17:13:14 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -138,13 +138,13 @@ .\" ====================================================================== .\" .IX Title "PTHREAD-CONFIG 1" -.TH PTHREAD-CONFIG 1 "27-Jan-2002" "GNU Pth 1.4.1" "POSIX Threading API of GNU Pth" +.TH PTHREAD-CONFIG 1 "27-Jan-2002" "GNU Pth 1.5b1" "POSIX Threading API of GNU Pth" .UC .SH "NAME" \&\fBpthread-config\fR \- Pth pthread library build utility .SH "VERSION" .IX Header "VERSION" -\&\s-1GNU\s0 Pth \s-11.4.1 (27-Jan-2002)\s0 +\&\s-1GNU\s0 Pth \s-11.5b1 (27-Jan-2002)\s0 .SH "SYNOPSIS" .IX Header "SYNOPSIS" \&\fBpthread-config\fR Index: ossp-pkg/pth/pthread.3 RCS File: /v/ossp/cvs/ossp-pkg/pth/Attic/pthread.3,v rcsdiff -q -kk '-r1.102' '-r1.103' -u '/v/ossp/cvs/ossp-pkg/pth/Attic/pthread.3,v' 2>/dev/null --- pthread.3 2002/01/27 12:34:30 1.102 +++ pthread.3 2002/01/27 16:14:02 1.103 @@ -1,5 +1,5 @@ .\" Automatically generated by Pod::Man version 1.15 -.\" Sun Jan 27 13:33:12 2002 +.\" Sun Jan 27 17:13:15 2002 .\" .\" Standard preamble: .\" ====================================================================== @@ -138,13 +138,13 @@ .\" ====================================================================== .\" .IX Title "pthread 3" -.TH pthread 3 "27-Jan-2002" "GNU Pth 1.4.1" "POSIX Threading API of GNU Pth" +.TH pthread 3 "27-Jan-2002" "GNU Pth 1.5b1" "POSIX Threading API of GNU Pth" .UC .SH "NAME" \&\fBpthread\fR \- \s-1POSIX\s0.1c Threading \s-1API\s0 of \s-1GNU\s0 Pth .SH "VERSION" .IX Header "VERSION" -\&\s-1GNU\s0 Pth \s-11.4.1 (27-Jan-2002)\s0 +\&\s-1GNU\s0 Pth \s-11.5b1 (27-Jan-2002)\s0 .SH "SYNOPSIS" .IX Header "SYNOPSIS" \&\fBApplication Makefiles:\fR