summaryrefslogtreecommitdiff
path: root/dist/ExtUtils-ParseXS
Commit message (Expand)AuthorAgeFilesLines
* EU::ParseXS: Version bump and changelog for CPAN releaseSteffen Mueller2017-07-3111-10/+19
* fix ExtUtils-ParseXS/t/*.t that needed '.' in @INCDavid Mitchell2017-04-073-0/+3
* ExtUtils-ParseXS: bump all $VERSION 3.33->3.34David Mitchell2017-03-069-9/+9
* perlxstut.pod: s/newRV/newRV_inc/gDavid Mitchell2017-03-061-3/+3
* 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
* perlxs.pod: clarify PROTOTYPES: behaviour.David Mitchell2015-12-031-1/+5
* ExtUtils::ParseXS: Promote version to 3.30Steffen Mueller2015-08-3111-12/+19
* 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
* Small typographical corrections to documentation.SHIRAKATA Kentaro2015-04-181-1/+1
* Remove 'use lib' left over from refactoring -- five years ago!James E Keenan2015-03-3010-12/+10
* Document API for XS LC_NUMERIC locale manipulationKarl Williamson2015-03-191-19/+26
* document + improve ancient optimization in ParseXSDaniel Dragan2014-12-162-3/+17
* 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-074-25/+38
* [perl #122985] perlxs: PPCODE doesn't allow for CLEANUPTony Cook2014-10-216-8/+8
* perlxs: Add text about dealing with locales, etcKarl Williamson2014-08-241-0/+92
* ExtUtils::ParseXS: doc typo fixSteffen Mueller2014-06-1610-11/+11
* Fix remaining too-long verbatim lines in perlxstut.podKarl Williamson2014-05-071-29/+31
* Bring a few lines in perlxstut.pod under 80 colskafka2014-05-071-19/+21
* EU::ParseXS: Code cleanupSteffen Mueller2014-03-0514-168/+226
* [perl #121223] explain PERL_NO_GET_CONTEXT a littleTony Cook2014-02-172-3/+20
* add #define PERL_NO_GET_CONTEXT to ParseXS's podsDaniel Dragan2014-02-172-2/+8
* ExtUtils::ParseXS: Fix tests for native android buildsBrian Fraser2014-01-263-0/+16
* [perl #120408] fix dist/ExtUtils-ParseXS/t/002-more.tFrançois Perrad2013-10-291-1/+1
* 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-123-2/+15
* Update ExtUtils-ParseXS to CPAN version 3.22Chris 'BinGOs' Williams2013-08-2911-10/+14
* Use SSize_t for arraysFather Chrysostomos2013-08-251-2/+2
* Trim second block (nolinenumbers) to avert crashes on Win32.James E Keenan2013-08-191-39/+1
* Avert crashes when testing in parallel.James E Keenan2013-08-172-101/+83
* ExtUtils-ParseXS is now version 3.21Steve Hay2013-08-121-0/+6
* fix several problems in the MY_CXT example in perlxs.podTony Cook2013-08-121-11/+14
* ExtUtils::ParseXS: Version consistencySteffen Mueller2013-08-091-1/+1
* Remove semicolon from inline TYPEMAP in perlxstut example.Nathan Trapuzzano2013-07-301-1/+1
* ParseXS: generate deterministically ordered outputKarl Williamson2013-07-151-2/+4
* Small stylistic improvement; add one POD formatting character.James E Keenan2013-07-011-4/+4
* Give little more examples to interpolated typemap variablesHojung Youn2013-07-011-1/+2
* 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-255-9/+79