Index: ossp-pkg/pth/.dmallocrc RCS File: /v/ossp/cvs/ossp-pkg/pth/.dmallocrc,v co -q -kk -p'1.3' '/v/ossp/cvs/ossp-pkg/pth/.dmallocrc,v' | diff -u /dev/null - -L'ossp-pkg/pth/.dmallocrc' 2>/dev/null --- ossp-pkg/pth/.dmallocrc +++ - 2024-05-09 11:59:13.375177662 +0200 @@ -0,0 +1,20 @@ +## +## Dmalloc Init Script for use with GNU Pth +## Copyright (c) 1999-2001 Ralf S. Engelschall +## + +# 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 + Index: ossp-pkg/pth/HACKING RCS File: /v/ossp/cvs/ossp-pkg/pth/HACKING,v rcsdiff -q -kk '-r1.11' '-r1.12' -u '/v/ossp/cvs/ossp-pkg/pth/HACKING,v' 2>/dev/null --- 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) Index: ossp-pkg/pth/README RCS File: /v/ossp/cvs/ossp-pkg/pth/README,v rcsdiff -q -kk '-r1.190' '-r1.191' -u '/v/ossp/cvs/ossp-pkg/pth/README,v' 2>/dev/null --- 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 Index: ossp-pkg/pth/pth-config.1 RCS File: /v/ossp/cvs/ossp-pkg/pth/Attic/pth-config.1,v rcsdiff -q -kk '-r1.129' '-r1.130' -u '/v/ossp/cvs/ossp-pkg/pth/Attic/pth-config.1,v' 2>/dev/null --- 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 Index: ossp-pkg/pth/pth.3 RCS File: /v/ossp/cvs/ossp-pkg/pth/Attic/pth.3,v rcsdiff -q -kk '-r1.228' '-r1.229' -u '/v/ossp/cvs/ossp-pkg/pth/Attic/pth.3,v' 2>/dev/null --- 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 Index: ossp-pkg/pth/pth_vers.c RCS File: /v/ossp/cvs/ossp-pkg/pth/pth_vers.c,v rcsdiff -q -kk '-r1.136' '-r1.137' -u '/v/ossp/cvs/ossp-pkg/pth/pth_vers.c,v' 2>/dev/null --- pth_vers.c 2000/10/03 08:00:35 1.136 +++ pth_vers.c 2001/03/24 14:56:47 1.137 @@ -34,11 +34,11 @@ 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)", + "@(#)GNU Pth 1.4a4 (24-Mar-2001)", "$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.94' '-r1.95' -u '/v/ossp/cvs/ossp-pkg/pth/Attic/pthread-config.1,v' 2>/dev/null --- 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 Index: ossp-pkg/pth/pthread.3 RCS File: /v/ossp/cvs/ossp-pkg/pth/Attic/pthread.3,v rcsdiff -q -kk '-r1.99' '-r1.100' -u '/v/ossp/cvs/ossp-pkg/pth/Attic/pthread.3,v' 2>/dev/null --- 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