From: Rafael Garcia-Suarez Date: Thu, 24 May 2007 08:25:52 +0000 (+0000) Subject: perldelta additions suggested by Steve Hay X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ab4e622174cae840d56daa4628ba01d160b5d67b;p=p5sagit%2Fp5-mst-13.2.git perldelta additions suggested by Steve Hay p4raw-id: //depot/perl@31263 --- diff --git a/pod/perl595delta.pod b/pod/perl595delta.pod index 034a927..4d19409 100644 --- a/pod/perl595delta.pod +++ b/pod/perl595delta.pod @@ -346,6 +346,12 @@ ben Jore) =for p5p XXX document this in B.pm too +=item C + +As the old 5005thread threading model has been removed, in favor of the +ithreads scheme, the C module is now a compatibility wrapper, to +be used in old code only. + =back =head1 Utility Changes @@ -378,12 +384,22 @@ Efforts have been made to make perl and the core XS modules compilable with various C++ compilers (although the situation is not perfect with some of the compilers on some of the platforms tested.) +=head2 Visual C++ + +Perl now can be compiled with Microsoft Visual C++ 2005. + =head2 Static build on Win32 It's now possible to build a C that doesn't depend on C on Win32. See the Win32 makefiles for details. (Vadim Konovalov) +=head2 C + +A new configuration variable, available as C<$Config{d_pseudofork}> in +the L module, has been added, to distinguish real fork() support +from fake pseudofork used on Windows platforms. + =head2 Ports Perl has been reported to work on MidnightBSD.