OSSP CVS Repository

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

Check-in Number: 420
Date: 2001-Mar-24 15:56:46 (local)
2001-Mar-24 14:56:46 (UTC)
User:rse
Branch:
Comment: *** empty log message ***
Tickets:
Inspections:
Files:
ossp-pkg/pth/.dmallocrc      added-> 1.3
ossp-pkg/pth/HACKING      1.11 -> 1.12     1 inserted, 0 deleted
ossp-pkg/pth/README      1.190 -> 1.191     1 inserted, 1 deleted
ossp-pkg/pth/pth-config.1      1.129 -> 1.130     3 inserted, 3 deleted
ossp-pkg/pth/pth.3      1.228 -> 1.229     3 inserted, 3 deleted
ossp-pkg/pth/pth_vers.c      1.136 -> 1.137     5 inserted, 5 deleted
ossp-pkg/pth/pthread-config.1      1.94 -> 1.95     3 inserted, 3 deleted
ossp-pkg/pth/pthread.3      1.99 -> 1.100     3 inserted, 3 deleted

ossp-pkg/pth/.dmallocrc -> 1.3

*** /dev/null    Sat Apr 27 14:37:11 2024
--- -    Sat Apr 27 14:40:57 2024
***************
*** 0 ****
--- 1,20 ----
+ ##
+ ##  Dmalloc Init Script for use with GNU Pth
+ ##  Copyright (c) 1999-2001 Ralf S. Engelschall <rse@engelschall.com>
+ ##
+ 
+ # no debugging
+ none    none
+ 
+ # basic debugging
+ debug1  log-stats, log-non-free, check-fence
+ 
+ # more logging and some heap checking
+ debug2  log-stats, log-non-free, log-trans, \
+         check-fence, check-heap, check-lists, error-abort
+ 
+ # good utilities
+ debug3  log-stats, log-non-free, log-trans, \
+         log-admin, check-fence, check-heap, check-lists, realloc-copy, \
+         free-blank, error-abort
+ 


ossp-pkg/pth/HACKING 1.11 -> 1.12

--- HACKING      2000/08/18 07:23:53     1.11
+++ HACKING      2001/03/24 14:56:46     1.12
@@ -71,6 +71,7 @@
   Here is a brief overview of the source tree.
 
   .gdbinit .............. GDB rc file for use with Pth
+  .dmallocrc ............ DMalloc rc file for use with Pth
 
   AUTHORS ............... List of major package authors
   COPYING ............... Copying conditions (the LGPL)


ossp-pkg/pth/README 1.190 -> 1.191

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


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

--- pth-config.1 2001/03/24 14:37:06     1.129
+++ pth-config.1 2001/03/24 14:56:47     1.130
@@ -1,5 +1,5 @@
 .\" Automatically generated by Pod::Man version 1.02
-.\" Sat Mar 24 15:32:34 2001
+.\" Sat Mar 24 15:54:46 2001
 .\"
 .\" Standard preamble:
 .\" ======================================================================
@@ -138,13 +138,13 @@
 .\" ======================================================================
 .\"
 .IX Title "PTH-CONFIG 1"
-.TH PTH-CONFIG 1 "30-Sep-2000" "GNU Pth 1.4a4" "GNU Portable Threads"
+.TH PTH-CONFIG 1 "24-Mar-2001" "GNU Pth 1.4a4" "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 (30-Sep-2000)\s0
+\&\s-1GNU\s0 Pth \s-11.4a4 (24-Mar-2001)\s0
 .SH "SYNOPSIS"
 .IX Header "SYNOPSIS"
 \&\fBpth-config\fR


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

--- pth.3        2001/03/24 14:37:06     1.228
+++ pth.3        2001/03/24 14:56:47     1.229
@@ -1,5 +1,5 @@
 .\" Automatically generated by Pod::Man version 1.02
-.\" Sat Mar 24 15:32:34 2001
+.\" Sat Mar 24 15:54:47 2001
 .\"
 .\" Standard preamble:
 .\" ======================================================================
@@ -138,13 +138,13 @@
 .\" ======================================================================
 .\"
 .IX Title "pth 3"
-.TH pth 3 "30-Sep-2000" "GNU Pth 1.4a4" "GNU Portable Threads"
+.TH pth 3 "24-Mar-2001" "GNU Pth 1.4a4" "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 (30-Sep-2000)\s0
+\&\s-1GNU\s0 Pth \s-11.4a4 (24-Mar-2001)\s0
 .SH "SYNOPSIS"
 .IX Header "SYNOPSIS"
 .Ip "\fBGlobal Library Management\fR" 4


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

--- pth_vers.c   2000/10/03 08:00:35     1.136
+++ pth_vers.c   2001/03/24 14:56:47     1.137
@@ -34,12 +34,12 @@
 pth_internal_version_t pth_internal_version = {
     0x104004,
     "1.4a4",
-    "1.4a4 (30-Sep-2000)",
-    "This is GNU Pth, Version 1.4a4 (30-Sep-2000)",
-    "GNU Pth 1.4a4 (30-Sep-2000)",
+    "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 (30-Sep-2000)",
-    "$Id: GNU Pth 1.4a4 (30-Sep-2000) $"
+    "@(#)GNU Pth 1.4a4 (24-Mar-2001)",
+    "$Id: GNU Pth 1.4a4 (24-Mar-2001) $"
 };
 
 #endif /* _PTH_VERS_C_AS_HEADER_ */


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

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


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

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

CVSTrac 2.0.1