summaryrefslogtreecommitdiff
path: root/makedef.pl
Commit message (Collapse)AuthorAgeFilesLines
* win32 symbol export tweakGurusamy Sarathy1999-11-081-5/+1
| | | p4raw-id: //depot/perl@4540
* preliminary support for perl_clone() (still needs work inGurusamy Sarathy1999-11-081-0/+20
| | | | | | | | the following areas: SVOPs must indirect via pad; context stack, scope stack, and runlevels must be cloned; must hook up the virtualized pseudo-process support provided by "host"; ...) p4raw-id: //depot/perl@4538
* patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but notGurusamy Sarathy1999-10-271-1/+1
| | | | | perl; stdout/stderr redirects seem broken as well) p4raw-id: //depot/perl@4474
* support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS onGurusamy Sarathy1999-10-171-0/+5
| | | | | windows p4raw-id: //depot/perl@4402
* OS/2 support bits (from Ilya Zakharevich)Gurusamy Sarathy1999-10-161-1/+3
| | | p4raw-id: //depot/perl@4393
* Fix omission.Jarkko Hietaniemi1999-10-081-0/+1
| | | p4raw-id: //depot/cfgperl@4315
* 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