summaryrefslogtreecommitdiff
path: root/dist/ExtUtils-ParseXS
Commit message (Expand)AuthorAgeFilesLines
* Fixed typemap in perlxs.Håkon Hægland2020-05-101-2/+2
* Document suggestion to use libffi for simple library bindingsDan Book2020-01-091-0/+5
* Note that various XS macros are documentedKarl Williamson2019-09-021-0/+16
* perlxstut: Use L</Foo Bar>, not L<Foo Bar>Karl Williamson2019-05-251-2/+2
* bump $ExtUtils::ExtUtils::VERSION to 3.40Tony Cook2018-12-055-5/+5
* (perl #133654) don't include OUTLIST parameters in the prototypeTony Cook2018-12-052-3/+6
* 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
* Add switch_to_globale_locale()Karl Williamson2018-02-181-1/+1
* Add thread-safe locale handlingKarl Williamson2018-02-181-4/+102
* Latch LC_NUMERIC during critical sectionsKarl Williamson2018-02-181-5/+9
* ExtUtils::ParseXS/lib/perlxs.pod: NitsKarl Williamson2018-02-181-8/+8
* ExtUtils::ParseXS::Eval: Fix variable name ALIAS in documentationPali2018-02-1510-12/+12
* perlxs: Document bitwise calling conventionsFather Chrysostomos2017-12-181-3/+12
* Add PERL_REENTRANT for XS modulesKarl Williamson2017-12-131-5/+12
* Increase $ExtUtils::Typemaps::VERSION to 3.37Father Chrysostomos2017-12-101-1/+1
* Avoid newGVgen in blead-upstream modulesFather Chrysostomos2017-12-101-1/+3
* stop unused-var warnings in ExtUtils-ParseXS testsZefram2017-11-143-0/+5
* avoid unused-var warnings in compiled XSZefram2017-11-1411-11/+17
* 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