Check-in Number:
|
430 | |
Date: |
2001-Mar-27 17:34:29 (local)
2001-Mar-27 15:34:29 (UTC) |
User: | rse |
Branch: | |
Comment: |
*** empty log message *** |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/pth/ChangeLog 1.545 -> 1.546
--- 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 <bonzini@pc-amo3.elet.polimi.it>]
+
+ *) 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
|
|
ossp-pkg/pth/THANKS 1.78 -> 1.79
--- 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 <boss@wraith.rosnet.ru>
o Bill Apt <babt@us.ibm.com>
o James T. Beaupre <beaupre@draper.com>
+ o Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>
o Raphael Bossek <raphael.bossek@solutions4linux.de>
o Edwin Brown <Edwin.Brown@sdrc.com>
o Dan Buckler <buckler@sco.com>
|
|
ossp-pkg/pth/pth.pod 1.145 -> 1.146
--- 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<broadcast> is C<TRUE> all thread are notified, else only a single
(unspecified) one.
-=item int B<pth_barrier_init>(pth_barrier_t *I<barrier>, int I<threshold);
+=item int B<pth_barrier_init>(pth_barrier_t *I<barrier>, int I<threshold>);
This dynamically initializes a barrier variable of type `C<pth_barrier_t>'.
Alternatively one can also use static initialization via `C<pth_barrier_t
|
|
ossp-pkg/pth/striptease.pl 1.10 -> 1.11
--- 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) {
|
|