summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorStephanie Beals <bealzy@us.ibm.com>1999-10-07 11:05:54 -0400
committerJarkko Hietaniemi <jhi@iki.fi>1999-10-08 10:44:13 +0000
commit4e774c8419d3eafeeaf002f3bd7b53c6ac99d4c1 (patch)
tree903593f0f4dc393dce103dad0ea8f87c79dd2f96 /MANIFEST
parent9c1db463c4ae15cae06c1fabc33e0df3d58f22ed (diff)
downloadperl-4e774c8419d3eafeeaf002f3bd7b53c6ac99d4c1.tar.gz
The first cut at fixing Perl extensions written in C++ in AIX,
statics don't get initialized right. This patch at least doesn't seem to break the build in my AIX, but unfortunately I don't have the IBM C++ to do further testing. Problem reported by Stephanie Beals in To: perl5-porters@perl.org Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com> p4raw-id: //depot/cfgperl@4317
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 94ab980612..fa96cbecc9 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -239,6 +239,7 @@ ext/DynaLoader/dl_rhapsody.xs Rhapsody implementation
ext/DynaLoader/dl_vmesa.xs VM/ESA implementation
ext/DynaLoader/dl_vms.xs VMS implementation
ext/DynaLoader/dlutils.c Dynamic loader utilities for dl_*.xs files
+ext/DynaLoader/hints/aix.pl Hint for DynaLoader for named architecture
ext/DynaLoader/hints/linux.pl Hint for DynaLoader for named architecture
ext/Errno/ChangeLog Errno perl module change log
ext/Errno/Errno_pm.PL Errno perl module create script