Change 34808 by [EMAIL PROTECTED] on 2008/11/10 19:58:26

        Re-order platform specific bug fixes into alphabetical order.
        "panic" is lower case in the panic diagnostic.

Affected files ...

... //depot/maint-5.8/perl/pod/perl589delta.pod#37 edit
... //depot/maint-5.8/perl/pod/perltoc.pod#57 edit

Differences ...

==== //depot/maint-5.8/perl/pod/perl589delta.pod#37 (text) ====
Index: perl/pod/perl589delta.pod
--- perl/pod/perl589delta.pod#36~34807~ 2008-11-10 11:28:39.000000000 -0800
+++ perl/pod/perl589delta.pod   2008-11-10 11:58:26.000000000 -0800
@@ -1556,101 +1556,101 @@
 
 =back
 
-=head3 Windows
+=head3 OS/2
 
 =over 4
 
 =item *
 
-C<File::Find> used to fail when the target directory is a bare drive letter and
-C<no_chdir> is 1 (the default is 0). [RT #41555]
-
-=item *
-
 A build problem with specifying C<USE_MULTI> and C<USE_ITHREADS> but without
 C<USE_IMP_SYS> has been fixed.
 
 =item *
 
-The process id is no longer truncated to 16 bits on some Windows platforms
-( L<http://bugs.activestate.com/show_bug.cgi?id=72443> )
-
-=item *
-
-Fixed bug RT #54828 in F<perlio.c> when calling C<binmode> on Win32 and Cgywin
-may cause segmentation fault.
+C<OS2::REXX> upgraded to version 1.04
 
 =back
 
-=head3 VMS
+=head3 Tru64
 
 =over 4
 
 =item *
 
-Fixed C<PerlIO::Scalar> in-memory file record-style reads.
+Aligned floating point build policies for F<cc> and F<gcc>.
 
-=item *
+=back
 
-pipe shutdown at process exit should now be more robust.
+=head3 RedHat Linux
+
+=over 4
 
 =item *
 
-Bugs in VMS exit handling tickled by C<Test::Harness> 2.64 have been fixed.
+Revisited a patch from 5.6.1 for RH7.2 for Intel's F<icc> [RT #7916], added an
+additional check for C<$Config{gccversion}>.
 
-=item *
+=back
 
-Fix fcntl locking capability test in F<configure.com>.
+=head3 Solaris/i386
+
+=over 4
 
 =item *
 
-Replaced C<shrplib='define'> with C<useshrplib='true'> on VMS.
+Use -DPTR_IS_LONG when using 64 bit integers
 
 =back
 
-=head3 OS/2
+=head3 VMS
 
 =over 4
 
 =item *
 
-A build problem with specifying C<USE_MULTI> and C<USE_ITHREADS> but without
-C<USE_IMP_SYS> has been fixed.
+Fixed C<PerlIO::Scalar> in-memory file record-style reads.
 
 =item *
 
-C<OS2::REXX> upgraded to version 1.04
+pipe shutdown at process exit should now be more robust.
 
-=back
+=item *
 
-=head3 Tru64
+Bugs in VMS exit handling tickled by C<Test::Harness> 2.64 have been fixed.
 
-=over 4
+=item *
+
+Fix fcntl locking capability test in F<configure.com>.
 
 =item *
 
-Aligned floating point build policies for F<cc> and F<gcc>.
+Replaced C<shrplib='define'> with C<useshrplib='true'> on VMS.
 
 =back
 
-=head3 RedHat Linux
+=head3 Windows
 
 =over 4
 
 =item *
 
-Revisited a patch from 5.6.1 for RH7.2 for Intel's F<icc> [RT #7916], added an
-additional check for C<$Config{gccversion}>.
+C<File::Find> used to fail when the target directory is a bare drive letter and
+C<no_chdir> is 1 (the default is 0). [RT #41555]
 
-=back
+=item *
 
-=head3 Solaris/i386
+A build problem with specifying C<USE_MULTI> and C<USE_ITHREADS> but without
+C<USE_IMP_SYS> has been fixed.
 
-=over 4
+=item *
+
+The process id is no longer truncated to 16 bits on some Windows platforms
+( L<http://bugs.activestate.com/show_bug.cgi?id=72443> )
 
 =item *
 
-Use -DPTR_IS_LONG when using 64 bit integers
+Fixed bug RT #54828 in F<perlio.c> when calling C<binmode> on Win32 and Cgywin
+may cause segmentation fault.
 
 =back
 
@@ -1751,7 +1751,7 @@
 too many pending signals, which is bound to prevent perl from being
 able to handle further incoming signals safely.
 
-=head2 Panic: attempt to call %s in %s
+=head2 panic: attempt to call %s in %s
 
 This new fatal error occurs when the ACL version file test operator is used
 where it is not available on the current platform. Earlier checks mean that
@@ -1799,7 +1799,6 @@
 and core dumps can't be produced on these platforms, this is more useful than
 silently exiting.)
 
-
 =head1 Changed Internals
 
 C<set> magic on localizing/assigning to a magic variable will now only

==== //depot/maint-5.8/perl/pod/perltoc.pod#57 (text+w) ====
Index: perl/pod/perltoc.pod
--- perl/pod/perltoc.pod#56~34801~      2008-11-10 10:20:18.000000000 -0800
+++ perl/pod/perltoc.pod        2008-11-10 11:58:26.000000000 -0800
@@ -6615,7 +6615,7 @@
 
 =item Maximal count of pending signals (%s) exceeded
 
-=item Panic: attempt to call %s in %s
+=item panic: attempt to call %s in %s
 
 =item FETCHSIZE returned a negative value
 
@@ -6800,7 +6800,7 @@
 
 =item Maximal count of pending signals (%s) exceeded
 
-=item Panic: attempt to call %s in %s
+=item panic: attempt to call %s in %s
 
 =item FETCHSIZE returned a negative value
 
End of Patch.

Reply via email to