Skip to content

Commit 21ba535

Browse files
committed
Turn off POSIX 2008 locales on AIX
Fixes #23825 From the discussion in that ticket, it appears that the problem is the OS.
1 parent 1a9cfc3 commit 21ba535

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

hints/aix.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,4 +704,7 @@ case "$osvers" in
704704
;;
705705
esac
706706

707+
# GH #23825
708+
d_duplocale='undef'
709+
707710
# EOF

pod/perldelta.pod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,9 +330,10 @@ L</Modules and Pragmata> section.
330330

331331
=over 4
332332

333-
=item XXX-some-platform
333+
=item AIX
334334

335-
XXX
335+
Thread-safe locale handling has been turned off on all releases due to
336+
apparent bugs in the underlying operating system support.
336337

337338
=back
338339

0 commit comments

Comments
 (0)