summaryrefslogtreecommitdiff
path: root/README.qnx
diff options
context:
space:
mode:
authorNorton T. Allen <allen@huarp.harvard.edu>2003-03-25 07:09:42 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2003-03-26 19:29:39 +0000
commit8c499071c018a805b437b1333e4cbf4646a1956e (patch)
treea71438542f1707a81d7d7a5d023e24e552ef78ac /README.qnx
parentfb73e4b8378c5f88df40902cdf15acb7d06dab77 (diff)
downloadperl-8c499071c018a805b437b1333e4cbf4646a1956e.tar.gz
for QNX 6.2
Message-Id: <200303251709.MAA11391@bottesini.harvard.edu> p4raw-id: //depot/perl@19062
Diffstat (limited to 'README.qnx')
-rw-r--r--README.qnx7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.qnx b/README.qnx
index 792a17b251..5951810ab4 100644
--- a/README.qnx
+++ b/README.qnx
@@ -20,7 +20,7 @@ Some tests may complain under known circumstances.
See below and hints/qnx.sh for more information.
-Under QNX 6.1.0 there are still a few tests which fail.
+Under QNX 6.2.0 there are still a few tests which fail.
See below and hints/qnx.sh for more information.
=head2 Required Software for Compiling Perl on QNX4
@@ -128,15 +128,14 @@ options that perl throws at it. This might be reasonably placed in
=head2 Outstanding issues with perl under QNX6
-The following tests are still failing for Perl 5.7.3 under QNX 6.1.0:
+The following tests are still failing for Perl 5.8.1 under QNX 6.2.0:
op/sprintf.........................FAILED at test 91
lib/Benchmark......................FAILED at test 26
This is due to a bug in the C library's printf routine.
printf("'%e'", 0. ) produces '0.000000e+0', but ANSI requires
-'0.000000e+00'. QNX has acknowledged the bug and it should be
-fixed in 6.2.0.
+'0.000000e+00'. QNX has acknowledged the bug.
=head1 AUTHOR