From d4432bb582b267844d015c4d02ed4281bf30eef1 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sat, 1 Jun 2002 15:57:04 +0000 Subject: [PATCH] Garbage character in perldelta; Cygwin tip from Vadim; regen toc. p4raw-id: //depot/perl@16961 --- pod/perldelta.pod | 15 ++++++++++++++- pod/perltoc.pod | 14 ++++++++++---- 2 files changed, 24 insertions(+), 5 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 4f7b144..53a842b 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1,4 +1,4 @@ -.=head1 NAME +=head1 NAME perldelta - what is new for perl v5.8.0 @@ -2817,6 +2817,12 @@ be even better. (RedHat Linux/alpha with gcc 3.1 reported no problems, as did Linux 2.4.18 with gcc 2.95.4.) (In Tru64, it is preferable to use the bundled C compiler.) +=head2 AmigaOS + +Perl 5.8.0 doesn't build in AmigaOS. It broke at some point +during the ithreads work and we could not find Amiga experts +to unbreak the problems. + =head2 BeOS The following tests fail on 5.8.0 Perl in BeOS Personal 5.03: @@ -2828,6 +2834,13 @@ The following tests fail on 5.8.0 Perl in BeOS Personal 5.03: See L (README.beos) for more details. +=head2 Cygwin "unable to remap" + +For example when building the Tk extension for Cygwin, +you may get an error message saying "unable to remap". +This is known problem with Cygwin, and a workaround is +detailed in here: http://sources.redhat.com/ml/cygwin/2001-12/msg00894.html + =head2 ext/threads/t/libc If this test fails, it indicates that your libc (C library) is not diff --git a/pod/perltoc.pod b/pod/perltoc.pod index 9be77df..5dbed23 100644 --- a/pod/perltoc.pod +++ b/pod/perltoc.pod @@ -3047,8 +3047,8 @@ my C program; what am I doing wrong? =back -=head2 perlfaq4 - Data Manipulation ($Revision: 1.24 $, $Date: 2002/05/20 -16:50:08 $) +=head2 perlfaq4 - Data Manipulation ($Revision: 1.25 $, $Date: 2002/05/30 +07:04:25 $) =over 4 @@ -3264,8 +3264,8 @@ array of hashes or arrays? =back -=head2 perlfaq5 - Files and Formats ($Revision: 1.17 $, $Date: 2002/05/23 -19:33:50 $) +=head2 perlfaq5 - Files and Formats ($Revision: 1.18 $, $Date: 2002/05/30 +07:04:25 $) =over 4 @@ -5230,6 +5230,8 @@ I =back +=head2 perldelta - what is new for perl v5.8.0 + =over 4 =item DESCRIPTION @@ -5330,8 +5332,12 @@ I =item Alpha systems with old gccs fail several tests +=item AmigaOS + =item BeOS +=item Cygwin "unable to remap" + =item ext/threads/t/libc =item FreeBSD Failing locale Test 117 For ISO8859-15 Locales -- 1.8.3.1