summaryrefslogtreecommitdiff
path: root/ext/ExtUtils-Miniperl
Commit message (Expand)AuthorAgeFilesLines
* Remove inheritance from Exporter in ext/ modulesMax Maischein2021-06-251-3/+2
* Remove PERL_GLOBAL_STRUCTDagfinn Ilmari Mannsåker2020-07-201-32/+1
* get MakeMaker to play under PERL_GLOBAL_STRUCTDavid Mitchell2019-02-191-2/+7
* fix up faulty perl embeddingsZefram2017-12-211-3/+2
* Replace multiple 'use vars' by 'our' in extNicolas R2017-11-111-5/+3
* better document Miniperl.pm, (mini)perlmain.cDavid Mitchell2016-06-171-10/+20
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-7/+1
* ExtUtils::Miniperl - Restore a missing line of PODSteve Hay2015-01-291-0/+1
* Corrections to spelling and grammatical errors.Lajos Veres2015-01-281-2/+2
* Tru64: introduce PERL_SYS_FPU_INIT, use it.Jarkko Hietaniemi2014-09-261-1/+3
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-151-2/+1
* Revert "Some low-hanging -Wunreachable-code fruits."Jarkko Hietaniemi2014-06-131-0/+1
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-131-1/+0
* my_plvarsp nulling and PERL_GLOBAL_STRUCT_PRIVATEDavid Mitchell2014-04-241-2/+8
* For -DPERL_GLOBAL_STRUCT, eliminate local variable plvarsp in main().Nicholas Clark2013-07-121-4/+3
* Fix SEGVs and test failures for -DPERL_GLOBAL_STRUCT_PRIVATENicholas Clark2013-07-121-0/+6
* Specify the versions of ExtUtils::MiniPerl and ExtUtils::Embed needed.Nicholas Clark2013-07-121-1/+1
* ExtUtils::Miniperl::writemain()'s first argument can also be a filename.Nicholas Clark2013-07-091-5/+27
* Refactor ExtUtils::Miniperl to use ExtUtils::Embed.Nicholas Clark2013-07-091-61/+4
* ExtUtils::Miniperl: Remove pod repeated phraseKarl Williamson2013-07-071-1/+1
* Move the "editor block" from miniperlmain.c to ExtUtils::MiniperlNicholas Clark2013-07-071-10/+8
* Clean up ExtUtils::MiniperlNicholas Clark2013-07-071-67/+64
* Invert the build logic for miniperlmain.c and ExtUtils::MiniperlNicholas Clark2013-07-073-187/+285
* Move generation of ExtUtils::Miniperl to ext/ExtUtils-Miniperl from minimod.plNicholas Clark2013-07-072-0/+187