From f46deeb45660292d3b9843caf0b460ff2711b2e5 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Fri, 17 Mar 2000 14:38:29 +0000 Subject: [PATCH] Add the NEXTSTEP strftime %j bug to Known Problems. p4raw-id: //depot/cfgperl@5783 --- pod/perldelta.pod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 4ab402f..39bb033 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -2641,6 +2641,13 @@ known as Open Edition MVS) and VM-ESA were supported. Due to the changes required by the UTF-8 (Unicode) support in Perl 5.6 the EBCDIC platforms are not supported in Perl 5.6.0. +=head2 NEXTSTEP 3.3 POSIX test failure + +In NEXTSTEP 3.3p2 the implementation of the strftime(3) in the +operating system libraries is buggy: the %j format numbers the days of +a month starting from zero, which, while being logical to programmers, +will cause the subtests 19 to 27 of the lib/posix test may fail. + =head2 UNICOS/mk CC failures during Configure run In UNICOS/mk the following errors may appear during the Configure run: -- 2.7.4