OSSP CVS Repository

ossp - Check-in [1665]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 1665
Date: 2002-Jan-27 17:14:01 (local)
2002-Jan-27 16:14:01 (UTC)
User:rse
Branch:
Comment: switch to version 1.5 branding
Tickets:
Inspections:
Files:
ossp-pkg/pth/README      1.194 -> 1.195     1 inserted, 1 deleted
ossp-pkg/pth/pth-config.1      1.132 -> 1.133     3 inserted, 3 deleted
ossp-pkg/pth/pth.3      1.232 -> 1.233     3 inserted, 3 deleted
ossp-pkg/pth/pth.spec      1.8 -> 1.9     1 inserted, 1 deleted
ossp-pkg/pth/pth_vers.c      1.139 -> 1.140     9 inserted, 9 deleted
ossp-pkg/pth/pthread-config.1      1.97 -> 1.98     3 inserted, 3 deleted
ossp-pkg/pth/pthread.3      1.102 -> 1.103     3 inserted, 3 deleted

ossp-pkg/pth/README 1.194 -> 1.195

--- 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
 


ossp-pkg/pth/pth-config.1 1.132 -> 1.133

--- 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


ossp-pkg/pth/pth.3 1.232 -> 1.233

--- 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


ossp-pkg/pth/pth.spec 1.8 -> 1.9

--- 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


ossp-pkg/pth/pth_vers.c 1.139 -> 1.140

--- 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,14 +32,14 @@
 #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)",
-    "$Id: 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: GNU Pth 1.5b1 (27-Jan-2002) $"
 };
 
 #endif /* _PTH_VERS_C_AS_HEADER_ */


ossp-pkg/pth/pthread-config.1 1.97 -> 1.98

--- 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


ossp-pkg/pth/pthread.3 1.102 -> 1.103

--- 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

CVSTrac 2.0.1