summaryrefslogtreecommitdiff
path: root/dist/ExtUtils-ParseXS/lib/ExtUtils
Commit message (Expand)AuthorAgeFilesLines
* ParseXS: rename $c to $outlist_countTony Cook2021-09-131-8/+8
* bump $ExtUtils::ParseXS::VERSIONTony Cook2021-09-1310-10/+10
* ParseXS: always XSprePUSH when producing an output listTony Cook2021-09-131-8/+14
* Bump $VERSION throughout dist/ExtUtils-ParseXS/libJames E Keenan2021-03-249-9/+9
* Bump $VERSION to keep porting tests happyJames E Keenan2021-03-241-1/+1
* ExtUtils::ParseXS fix error-message bugEd J2021-03-241-1/+1
* use PERL_VERSION_LE not 5.33+ PERL_VERSION_LTEd J2021-03-241-2/+2
* bump version of ExtUtils::ParseXSGraham Knop2020-11-295-5/+5
* restore compatibility with old versions of ExtUtils::ParseXSGraham Knop2020-11-291-0/+2
* dist/ExtUtils-ParseXS: use PERL_VERSION compare macroNicolas R2020-08-175-7/+7
* bump $ExtUtils::ExtUtils::VERSION to 3.40Tony Cook2018-12-055-5/+5
* (perl #133654) don't include OUTLIST parameters in the prototypeTony Cook2018-12-051-1/+1
* Increase ExtUtils::ParseXS(::*) version to 3.39Father Chrysostomos2018-03-055-5/+5
* RT #132935: correctly check VERSIONs in ExtUtils::ParseXSShoichi Kaji2018-03-051-4/+4
* ExtUtils::ParseXS::Eval: Fix variable name ALIAS in documentationPali2018-02-1510-12/+12
* Increase $ExtUtils::Typemaps::VERSION to 3.37Father Chrysostomos2017-12-101-1/+1
* Avoid newGVgen in blead-upstream modulesFather Chrysostomos2017-12-101-1/+3
* avoid unused-var warnings in compiled XSZefram2017-11-1410-11/+13
* EU::ParseXS: Version bump and changelog for CPAN releaseSteffen Mueller2017-07-3110-10/+10
* ExtUtils-ParseXS: bump all $VERSION 3.33->3.34David Mitchell2017-03-069-9/+9
* ExtUtils::ParseXS: Rmv impediment to compiling under C++11Karl Williamson2016-11-191-2/+2
* (perl #127834) remove . from the end of @INC if complex modules are loadedTony Cook2016-07-261-0/+1
* Make the build reproducible.Chris Lamb2016-07-1210-11/+11
* ExtUtils::ParseXS: Silence some pod warningsKarl Williamson2016-05-2411-16/+16
* Replace :: with __ in THIS like it's done for parameters/return valuesMattia Barbon2016-01-0310-11/+11
* ExtUtils::ParseXS: Promote version to 3.30Steffen Mueller2015-08-3110-10/+10
* bump $ExtUtils::ParseXS::VERSION to 3.29Tony Cook2015-08-106-6/+6
* Fix INCLUDE_COMMAND $^X for Perl In SpaceEd J2015-08-101-1/+21
* Remove 'use lib' left over from refactoring -- five years ago!James E Keenan2015-03-3010-12/+10
* document + improve ancient optimization in ParseXSDaniel Dragan2014-12-161-1/+4
* improve ParseXS RETVAL code genDaniel Dragan2014-11-241-10/+52
* fix builds with ExtUtils::ParseXSDavid Mitchell2014-11-211-1/+2
* Increase other ExtUtils mods’ version to 3.27Father Chrysostomos2014-11-214-4/+4
* Increase $ExtUtils::ParseXS::VERSION to 3.27Father Chrysostomos2014-11-211-1/+1
* ExtUtils::ParseXS: Suppress unused ‘file’ warningFather Chrysostomos2014-11-211-0/+1
* add filename handling to xs handshakeDaniel Dragan2014-11-132-11/+20
* add xs_handshake APIDaniel Dragan2014-11-072-23/+33
* [perl #122985] perlxs: PPCODE doesn't allow for CLEANUPTony Cook2014-10-215-5/+5
* ExtUtils::ParseXS: doc typo fixSteffen Mueller2014-06-1610-11/+11
* EU::ParseXS: Code cleanupSteffen Mueller2014-03-0511-152/+203
* ExtUtils::ParseXS: bump version of related modulesDavid Mitchell2013-09-159-9/+9
* Increase $ExtUtils::ParseXS::VERSION to 3.23Father Chrysostomos2013-09-141-1/+1
* Allow semi-colon on TYPEMAP: line to work without it on the closing delim.Matthew Horsfall2013-09-121-1/+1
* Update ExtUtils-ParseXS to CPAN version 3.22Chris 'BinGOs' Williams2013-08-2910-10/+10
* ExtUtils::ParseXS: Version consistencySteffen Mueller2013-08-091-1/+1
* ParseXS: generate deterministically ordered outputKarl Williamson2013-07-151-2/+4
* Document and clean up -s option to xsubppSteffen Mueller2013-06-252-13/+23
* Stop "sv_2mortal(&PL_sv_yes)" and "(void)sv_newmortal()" in ParseXSDaniel Dragan2013-06-251-6/+13
* EU::ParseXS: Move several constants out of the runtime objectSteffen Mueller2013-06-252-30/+33
* EU::ParseXS: Cosmetics; more explicitness in *_handlerSteffen Mueller2013-06-251-32/+26