summaryrefslogtreecommitdiff
path: root/makedef.pl
Commit message (Collapse)AuthorAgeFilesLines
* integrate change#3893, make it conditional on bincompat5005Gurusamy Sarathy1999-08-021-0/+27
| | | | | p4raw-link: @3893 on //depot/cfgperl: 28dc62dc8a145e3aa6074d477ca4896dec6ede33 p4raw-id: //depot/perl@3894
* slightly modified version of suggested patchIlya Zakharevich1999-08-011-3/+82
| | | | | | Message-Id: <199907311406.IAA25034@localhost.frii.com> Subject: [PATCH 5.005_58] Fix OS/2 build p4raw-id: //depot/perl@3856
* misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dllGurusamy Sarathy1999-07-281-1/+1
| | | p4raw-id: //depot/perl@3819
* warnings identified by Borland compilerGurusamy Sarathy1999-07-261-1/+1
| | | p4raw-id: //depot/perl@3777
* win32 nitsGurusamy Sarathy1999-07-191-2/+4
| | | p4raw-id: //depot/perl@3703
* Fixed AIX dynamic loading and AIX shared Perl library.Jarkko Hietaniemi1999-07-141-0/+609
Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc, 4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib. Hijacked win32/makedef.pl for more general purpose export list building, now it is used (as toplevel makedef.pl) for win32 and AIX (perl_exp.SH made unnecessary). Because the export lists are now correct in AIX, no more linker warnings about "Exported symbol not defined" should appear. p4raw-id: //depot/cfgperl@3673