From 68e109b8c97f290e6ca1dabbd149c3201e74c804 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Fri, 20 Jul 2007 09:53:20 +0000 Subject: [PATCH] Extend the update info regarding Configure changes p4raw-id: //depot/perl@31644 --- pod/perl595delta.pod | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/pod/perl595delta.pod b/pod/perl595delta.pod index f6abe09..8ad962a 100644 --- a/pod/perl595delta.pod +++ b/pod/perl595delta.pod @@ -386,7 +386,8 @@ ben Jore) 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. +be used in old code only. It has been removed from the default list of +dynamic extensions. =back @@ -435,16 +436,38 @@ 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 +=head2 win32 builds + +All win32 builds (MS-Win, WinCE) have been merged and cleaned up. + +=head2 C and 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. +A new configuration variable, C, has been added, +to see if printf-like formats are allowed to be NULL. + +=head2 Help + +C has been extended with the most used option. + +Much less 'Whoa there' messages. + +=head2 64bit systems + +Better detection of 64bit(only) systems, and setting all the (library) +paths accordingly. + =head2 Ports Perl has been reported to work on MidnightBSD. +Support for Cray XT4 Catamount/Qk has been added. + +Vendor patches have been merged for RedHat and GenToo. + =head1 Selected Bug Fixes PerlIO::scalar will now prevent writing to read-only scalars. Moreover, -- 2.7.4