diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-12 16:58:11 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-12 16:58:11 +0000 |
commit | 12f54d277871e47d7e76c1ca4ed3d94ed3a58a60 (patch) | |
tree | e8b4bb5957ff3d57aa41094a6fe35820d38bba3e /pod | |
parent | 60ecc970a26fc45f3046a6008289d931e06f34a2 (diff) | |
download | perl-12f54d277871e47d7e76c1ca4ed3d94ed3a58a60.tar.gz |
AIX doc update.
p4raw-id: //depot/perl@11318
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perl572delta.pod | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/pod/perl572delta.pod b/pod/perl572delta.pod index 799aa062ec..18cc96a351 100644 --- a/pod/perl572delta.pod +++ b/pod/perl572delta.pod @@ -38,9 +38,11 @@ for such large memory models than the Perl malloc. =head2 AIX Dynaloading -The AIX dynaloading now uses the native dlopen interface of AIX, -(given the AIX is recent enough) instead of the old emulated interface. -This will probably break backward compatibility with compiled modules. +The AIX dynaloading now uses in AIX releases 4.3 and newer the native +dlopen interface of AIX instead of the old emulated interface. This +change will probably break backward compatibility with compiled +modules. The change was made to make Perl more compliant with other +applications like modperl which are using the AIX native interface. =head2 Socket Extension Dynamic in VMS @@ -362,8 +364,8 @@ gprofiled Perl executable. =item * -AIX should now work better with gcc. Also longdouble support in AIX -should be better now. See L<perlaix>. +AIX should now work better with gcc, threads, and 64-bitnes. Also the +long doubles support in AIX should be better now. See L<perlaix>. =item * |