summaryrefslogtreecommitdiff
path: root/lib/ExtUtils
Commit message (Expand)AuthorAgeFilesLines
* lib/ExtUtils/t/Embed.t: Skip on EBCDICKarl Williamson2019-10-091-0/+5
* Declaration after statement in typemapFather Chrysostomos2017-12-101-1/+1
* Avoid newGVgen in default typemapFather Chrysostomos2017-12-101-4/+8
* Replace multiple 'use vars' by 'our' in libNicolas R2017-11-112-11/+7
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-2/+2
* Fix various pod errors.Karl Williamson2016-03-111-4/+7
* add parallelness to win32/GNUmakefileDaniel Dragan2016-01-251-2/+2
* lib/ExtUtils/typemap: silence g++ warning.David Mitchell2016-01-191-3/+11
* lib/ExtUtils/t/Embed.t: Fix for z/OSKarl Williamson2015-10-221-1/+1
* fix up EXTEND() callersDavid Mitchell2015-10-021-1/+5
* fix #124181 double free/refcnt problems in IO types in typemapDaniel Dragan2015-07-081-12/+28
* Revert "stop T_IN/OUT/INOUT/STDIO typemaps leaking"David Mitchell2015-05-181-24/+8
* ExtUtils::Embed: silence test warningDavid Mitchell2014-12-191-1/+9
* stop T_IN/OUT/INOUT/STDIO typemaps leakingDavid Mitchell2014-12-121-8/+24
* Perl_croak->Perl_croak_nocontext in core typemap + win32 static gitignoreDaniel Dragan2014-12-111-15/+15
* my_plvarsp nulling and PERL_GLOBAL_STRUCT_PRIVATEDavid Mitchell2014-04-241-1/+7
* lib/ExtUtils/t/Embed.t: Skip tests is cross-compiling and $Config{cc} is not ...Brian Fraser2014-01-222-5/+7
* Revert "Squash COWs in the char* typemap"Father Chrysostomos2013-11-271-21/+1
* Squash COWs in the char* typemapFather Chrysostomos2013-11-231-1/+21
* skip lib/ExtUtils/t/Embed.t when cross-compilingFrançois Perrad2013-09-171-0/+4
* [perl #52000] use PL_exit_flags in the test so it works non-threadedTony Cook2013-07-291-1/+1
* [perl #52000] Warn/abort on attempted perl exitJohn Gardiner Myers2013-07-291-6/+7
* ExtUtils::Embed::canon needs to *globally* substitute / for $asNicholas Clark2013-07-151-1/+1
* For -DPERL_GLOBAL_STRUCT, eliminate local variable plvarsp in main().Nicholas Clark2013-07-121-4/+5
* Fix SEGVs and test failures for -DPERL_GLOBAL_STRUCT_PRIVATENicholas Clark2013-07-121-0/+4
* Use more semantic markup in the Pod for ExtUtils::Embed.Nicholas Clark2013-07-091-48/+36
* Refactor ExtUtils::Embed::xsi_{protos,body} to use a scalar $retval.Nicholas Clark2013-07-091-20/+26
* Refactor xsinit generation code in ExtUtils::Embed.Nicholas Clark2013-07-091-30/+17
* Refactor ExtUtils::Miniperl to use ExtUtils::Embed.Nicholas Clark2013-07-091-4/+0
* Tweak ExtUtils::Embed's generated C code to be closer to ExtUtils::Miniperl.Nicholas Clark2013-07-091-11/+12
* Propagate bugfixes from {mini,}perlmain.c into ExtUtils::Embed.Nicholas Clark2013-07-091-2/+4
* Refactor ExtUtils::Embed to work with miniperl.Nicholas Clark2013-07-091-6/+6
* Increase $ExtUtils::XSSymSet::VERSION to 1.3Father Chrysostomos2013-06-221-1/+1
* Fixed verbatim lines in POD over 79 charactersBrian Gottreu2013-06-221-1/+2
* release the global struct *after* we've finished using itTony Cook2013-01-251-4/+4
* when the output isn't RETVAL, update the SV instead of replacing itTony Cook2012-12-201-1/+1
* Make CV * typemap entry support overloadingSteffen Mueller2012-05-221-10/+10
* Remove dead and obscure typemap entriesSteffen Mueller2012-02-021-7/+0
* Also add repaired variants for CV and SVREF typemapsSteffen Mueller2011-10-111-4/+35
* A repaired, properly refcounting AV&HV typemapSteffen Mueller2011-10-111-1/+36
* The Borland Chainsaw MassacreSteve Hay2011-09-101-7/+0
* Version bumps for modules changed by a6d37805ca8a9ba8 ($Id$ removal).Nicholas Clark2010-12-161-1/+1
* Remove "dead" RCS $Id$ tags from files that we own.Nicholas Clark2010-12-161-1/+0
* Fix some casts in typemapFather Chrysostomos2010-12-101-2/+2
* Fix XS types in typemap in order to deal with references with get magics corr...gfx2010-12-101-24/+48
* Parentheses in compiler flags are legal on VMS.Craig A. Berry2010-10-171-1/+2
* ExtUtils::XSSymSet can now let the compiler shorten symbols.Craig A. Berry2010-10-081-4/+16
* Naif calls segfault T_PRTOBJ of the stock typemapSalvador Ortiz Garcia2010-05-281-1/+1
* Move ExtUtils::MakeMaker from lib to ext.Nicholas Clark2009-09-1091-22758/+0
* Move ExtUtils::CBuilder from lib to ext.Nicholas Clark2009-09-1014-2316/+0