integrate cfgperl contents into mainline
authorGurusamy Sarathy <gsar@cpan.org>
Sun, 19 Mar 2000 07:34:29 +0000 (07:34 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sun, 19 Mar 2000 07:34:29 +0000 (07:34 +0000)
p4raw-id: //depot/perl@5822

1  2 
embed.pl
ext/Thread/Thread.pm
op.c
perlapi.c
pod/perldelta.pod
pod/perlthrtut.pod
toke.c

diff --cc embed.pl
Simple merge
@@@ -36,16 -36,16 +36,15 @@@ Thread - manipulate threads in Perl (EX
  
  =head1 DESCRIPTION
  
--The C<Thread> module provides multithreading support for perl.
--
--WARNING: Threading is an experimental feature.  Both the interface
--and implementation are subject to change drastically.
++    WARNING: Threading is an experimental feature.  Both the interface
++    and implementation are subject to change drastically.  In fact, this
++    documentation describes the flavor of threads that was in version
++    5.005.  Perl 5.6.0 and later have the beginnings of support for
++    interpreter threads, which (when finished) is expected to be
++    significantly different from what is described here.  The information
++    contained here may therefore soon be obsolete.  Use at your own risk!
  
--In fact, this documentation describes the flavor of threads that was in
--version 5.005.  Perl v5.6 has the beginnings of support for interpreter
--threads, which (when finished) is expected to be significantly different
--from what is described here.  The information contained here may therefore
--soon be obsolete.  Use at your own risk!
++The C<Thread> module provides multithreading support for perl.
  
  =head1 FUNCTIONS
  
diff --cc op.c
Simple merge
diff --cc perlapi.c
index b396d6b,787c2f2..787c2f2
mode 100644,100755..100644
+++ b/perlapi.c
Simple merge
@@@ -4,6 -4,6 +4,14 @@@ perlthrtut - tutorial on threads in Per
  
  =head1 DESCRIPTION
  
++    WARNING: Threading is an experimental feature.  Both the interface
++    and implementation are subject to change drastically.  In fact, this
++    documentation describes the flavor of threads that was in version
++    5.005.  Perl 5.6.0 and later have the beginnings of support for
++    interpreter threads, which (when finished) is expected to be
++    significantly different from what is described here.  The information
++    contained here may therefore soon be obsolete.  Use at your own risk!
++
  One of the most prominent new features of Perl 5.005 is the inclusion
  of threads.  Threads make a number of things a lot easier, and are a
  very useful addition to your bag of programming tricks.
diff --cc toke.c
Simple merge