Index: ossp-pkg/pth/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/pth/ChangeLog,v rcsdiff -q -kk '-r1.545' '-r1.546' -u '/v/ossp/cvs/ossp-pkg/pth/ChangeLog,v' 2>/dev/null --- ChangeLog 2001/03/24 16:28:56 1.545 +++ ChangeLog 2001/03/27 15:34:29 1.546 @@ -19,6 +19,15 @@ | ||__ _| __|_(_) |_|_____________________________________________________________ + Changes between 1.4.0 and 1.4.1 (24-Mar-2001 to xx-Mar-2001) + + *) Fixed "make striptease": pth_string.c was not included. + [Paolo Bonzini ] + + *) Fixed pth.pod: a closing angle bracket was missing, leading to + incorrect POD to XXXX formatting. + [Ralf S. Engelschall] + Changes between 1.4a3 and 1.4.0 (29-Jul-2000 to 24-Mar-2001) *) Added PTHREAD_PRIO_XXXX definitions to pthread.h for Index: ossp-pkg/pth/THANKS RCS File: /v/ossp/cvs/ossp-pkg/pth/THANKS,v rcsdiff -q -kk '-r1.78' '-r1.79' -u '/v/ossp/cvs/ossp-pkg/pth/THANKS,v' 2>/dev/null --- THANKS 2001/03/24 16:01:06 1.78 +++ THANKS 2001/03/27 15:34:29 1.79 @@ -17,6 +17,7 @@ o Dmitry A. Antipov o Bill Apt o James T. Beaupre + o Paolo Bonzini o Raphael Bossek o Edwin Brown o Dan Buckler Index: ossp-pkg/pth/pth.pod RCS File: /v/ossp/cvs/ossp-pkg/pth/pth.pod,v rcsdiff -q -kk '-r1.145' '-r1.146' -u '/v/ossp/cvs/ossp-pkg/pth/pth.pod,v' 2>/dev/null --- pth.pod 2001/03/24 14:51:04 1.145 +++ pth.pod 2001/03/27 15:34:29 1.146 @@ -1439,7 +1439,7 @@ I is C all thread are notified, else only a single (unspecified) one. -=item int B(pth_barrier_t *I, int I(pth_barrier_t *I, int I); This dynamically initializes a barrier variable of type `C'. Alternatively one can also use static initialization via `C/dev/null --- striptease.pl 2001/03/24 14:51:05 1.10 +++ striptease.pl 2001/03/27 15:34:29 1.11 @@ -81,7 +81,7 @@ pth_compat.c pth_debug.c pth_syscall.c pth_errno.c pth_ring.c pth_mctx.c pth_clean.c pth_time.c pth_tcb.c pth_util.c pth_pqueue.c pth_event.c pth_sched.c pth_data.c pth_msg.c pth_cancel.c pth_sync.c pth_attr.c pth_lib.c - pth_fork.c pth_high.c pth_ext.c + pth_fork.c pth_high.c pth_ext.c pth_string.c )); foreach $f (@files) {