OSSP CVS Repository

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

Check-in Number: 429
Date: 2001-Mar-24 17:30:36 (local)
2001-Mar-24 16:30:36 (UTC)
User:rse
Branch:
Comment: *** empty log message ***
Tickets:
Inspections:
Files:
ossp-pkg/pth/HISTORY      1.8 -> 1.9     1 inserted, 1 deleted
ossp-pkg/pth/README      1.191 -> 1.192     1 inserted, 1 deleted
ossp-pkg/pth/pth-config.1      1.130 -> 1.131     3 inserted, 3 deleted
ossp-pkg/pth/pth.3      1.229 -> 1.230     3 inserted, 3 deleted
ossp-pkg/pth/pth.spec      1.5 -> 1.6     1 inserted, 1 deleted
ossp-pkg/pth/pth_vers.c      1.137 -> 1.138     9 inserted, 9 deleted
ossp-pkg/pth/pthread-config.1      1.95 -> 1.96     3 inserted, 3 deleted
ossp-pkg/pth/pthread.3      1.100 -> 1.101     3 inserted, 3 deleted

ossp-pkg/pth/HISTORY 1.8 -> 1.9

--- HISTORY      2001/03/24 14:32:14     1.8
+++ HISTORY      2001/03/24 16:30:36     1.9
@@ -94,5 +94,5 @@
   01-Jul-2000  1.4a2         alpha
   29-Jul-2000  1.3.7         release
   29-Jul-2000  1.4a3         alpha
-  24-Mar-2001  1.4a4         alpha
+  24-Mar-2001  1.4.0         release
 


ossp-pkg/pth/README 1.191 -> 1.192

--- README       2001/03/24 14:56:46     1.191
+++ README       2001/03/24 16:30:36     1.192
@@ -5,7 +5,7 @@
   |_|    \__|_| |_|                     the impossible.''
 
   GNU Pth - The GNU Portable Threads
-  Version 1.4a4 (24-Mar-2001)
+  Version 1.4.0 (24-Mar-2001)
 
   ABSTRACT
 


ossp-pkg/pth/pth-config.1 1.130 -> 1.131

--- pth-config.1 2001/03/24 14:56:47     1.130
+++ pth-config.1 2001/03/24 16:30:36     1.131
@@ -1,5 +1,5 @@
 .\" Automatically generated by Pod::Man version 1.02
-.\" Sat Mar 24 15:54:46 2001
+.\" Sat Mar 24 17:29:24 2001
 .\"
 .\" Standard preamble:
 .\" ======================================================================
@@ -138,13 +138,13 @@
 .\" ======================================================================
 .\"
 .IX Title "PTH-CONFIG 1"
-.TH PTH-CONFIG 1 "24-Mar-2001" "GNU Pth 1.4a4" "GNU Portable Threads"
+.TH PTH-CONFIG 1 "24-Mar-2001" "GNU Pth 1.4.0" "GNU Portable Threads"
 .UC
 .SH "NAME"
 \&\fBpth-config\fR \- Pth library build utility
 .SH "VERSION"
 .IX Header "VERSION"
-\&\s-1GNU\s0 Pth \s-11.4a4 (24-Mar-2001)\s0
+\&\s-1GNU\s0 Pth \s-11.4.0 (24-Mar-2001)\s0
 .SH "SYNOPSIS"
 .IX Header "SYNOPSIS"
 \&\fBpth-config\fR


ossp-pkg/pth/pth.3 1.229 -> 1.230

--- pth.3        2001/03/24 14:56:47     1.229
+++ pth.3        2001/03/24 16:30:36     1.230
@@ -1,5 +1,5 @@
 .\" Automatically generated by Pod::Man version 1.02
-.\" Sat Mar 24 15:54:47 2001
+.\" Sat Mar 24 17:29:24 2001
 .\"
 .\" Standard preamble:
 .\" ======================================================================
@@ -138,13 +138,13 @@
 .\" ======================================================================
 .\"
 .IX Title "pth 3"
-.TH pth 3 "24-Mar-2001" "GNU Pth 1.4a4" "GNU Portable Threads"
+.TH pth 3 "24-Mar-2001" "GNU Pth 1.4.0" "GNU Portable Threads"
 .UC
 .SH "NAME"
 \&\fBpth\fR \- \s-1GNU\s0 Portable Threads
 .SH "VERSION"
 .IX Header "VERSION"
-\&\s-1GNU\s0 Pth \s-11.4a4 (24-Mar-2001)\s0
+\&\s-1GNU\s0 Pth \s-11.4.0 (24-Mar-2001)\s0
 .SH "SYNOPSIS"
 .IX Header "SYNOPSIS"
 .Ip "\fBGlobal Library Management\fR" 4


ossp-pkg/pth/pth.spec 1.5 -> 1.6

--- pth.spec     2001/03/24 14:51:04     1.5
+++ pth.spec     2001/03/24 16:30:36     1.6
@@ -30,7 +30,7 @@
 #   distribution tarball.
 
 %define prefix /usr
-%define ver 1.4a4
+%define ver 1.4.0
 %define rel 1
 
 Name:       pth


ossp-pkg/pth/pth_vers.c 1.137 -> 1.138

--- pth_vers.c   2001/03/24 14:56:47     1.137
+++ pth_vers.c   2001/03/24 16:30:36     1.138
@@ -8,7 +8,7 @@
 #ifndef _PTH_VERS_C_
 #define _PTH_VERS_C_
 
-#define PTH_INTERNAL_VERSION 0x104004
+#define PTH_INTERNAL_VERSION 0x104200
 
 typedef struct {
     const int   v_hex;
@@ -32,14 +32,14 @@
 #undef  _PTH_VERS_C_AS_HEADER_
 
 pth_internal_version_t pth_internal_version = {
-    0x104004,
-    "1.4a4",
-    "1.4a4 (24-Mar-2001)",
-    "This is GNU Pth, Version 1.4a4 (24-Mar-2001)",
-    "GNU Pth 1.4a4 (24-Mar-2001)",
-    "GNU Pth/1.4a4",
-    "@(#)GNU Pth 1.4a4 (24-Mar-2001)",
-    "$Id: GNU Pth 1.4a4 (24-Mar-2001) $"
+    0x104200,
+    "1.4.0",
+    "1.4.0 (24-Mar-2001)",
+    "This is GNU Pth, Version 1.4.0 (24-Mar-2001)",
+    "GNU Pth 1.4.0 (24-Mar-2001)",
+    "GNU Pth/1.4.0",
+    "@(#)GNU Pth 1.4.0 (24-Mar-2001)",
+    "$Id: GNU Pth 1.4.0 (24-Mar-2001) $"
 };
 
 #endif /* _PTH_VERS_C_AS_HEADER_ */


ossp-pkg/pth/pthread-config.1 1.95 -> 1.96

--- pthread-config.1     2001/03/24 14:56:47     1.95
+++ pthread-config.1     2001/03/24 16:30:36     1.96
@@ -1,5 +1,5 @@
 .\" Automatically generated by Pod::Man version 1.02
-.\" Sat Mar 24 15:54:48 2001
+.\" Sat Mar 24 17:29:28 2001
 .\"
 .\" Standard preamble:
 .\" ======================================================================
@@ -138,13 +138,13 @@
 .\" ======================================================================
 .\"
 .IX Title "PTHREAD-CONFIG 1"
-.TH PTHREAD-CONFIG 1 "24-Mar-2001" "GNU Pth 1.4a4" "POSIX Threading API of GNU Pth"
+.TH PTHREAD-CONFIG 1 "24-Mar-2001" "GNU Pth 1.4.0" "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.4a4 (24-Mar-2001)\s0
+\&\s-1GNU\s0 Pth \s-11.4.0 (24-Mar-2001)\s0
 .SH "SYNOPSIS"
 .IX Header "SYNOPSIS"
 \&\fBpthread-config\fR


ossp-pkg/pth/pthread.3 1.100 -> 1.101

--- pthread.3    2001/03/24 14:56:47     1.100
+++ pthread.3    2001/03/24 16:30:36     1.101
@@ -1,5 +1,5 @@
 .\" Automatically generated by Pod::Man version 1.02
-.\" Sat Mar 24 15:54:48 2001
+.\" Sat Mar 24 17:29:29 2001
 .\"
 .\" Standard preamble:
 .\" ======================================================================
@@ -138,13 +138,13 @@
 .\" ======================================================================
 .\"
 .IX Title "pthread 3"
-.TH pthread 3 "24-Mar-2001" "GNU Pth 1.4a4" "POSIX Threading API of GNU Pth"
+.TH pthread 3 "24-Mar-2001" "GNU Pth 1.4.0" "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.4a4 (24-Mar-2001)\s0
+\&\s-1GNU\s0 Pth \s-11.4.0 (24-Mar-2001)\s0
 .SH "SYNOPSIS"
 .IX Header "SYNOPSIS"
 \&\fBApplication Makefiles:\fR

CVSTrac 2.0.1