From: Rafael Garcia-Suarez Date: Sun, 25 Jan 2004 23:35:45 +0000 (+0000) Subject: Remove the caveat about detached threads crashing on Windows X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=60dccfd5a897e34df698470801e2ff6a3a5f3c76;p=p5sagit%2Fp5-mst-13.2.git Remove the caveat about detached threads crashing on Windows (fixed by #22201). Bump up the version of threads.pm. p4raw-id: //depot/perl@22218 --- diff --git a/ext/threads/threads.pm b/ext/threads/threads.pm index 75d1412..e96531f 100755 --- a/ext/threads/threads.pm +++ b/ext/threads/threads.pm @@ -50,7 +50,7 @@ our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } ); our @EXPORT = qw( async ); -our $VERSION = '1.01'; +our $VERSION = '1.02'; # || 0 to ensure compatibility with previous versions @@ -264,11 +264,6 @@ If your Perl has been built with PERL_OLD_SIGNALS (one has to explicitly add that symbol to ccflags, see C), signal handling is not threadsafe. -=item Detached threads on Windows - -These aren't yet supported (as of perl 5.8.3), as they may lead to -memory access violation problems. - =back =head1 AUTHOR and COPYRIGHT