summaryrefslogtreecommitdiff
path: root/dist/ExtUtils-ParseXS
Commit message (Expand)AuthorAgeFilesLines
* ParseXS - Disable alias value collision warnings by defaultYves Orton2022-11-2012-13/+75
* ParseXS - version bump to 3.48 and test perlxs.pod has the right versionYves Orton2022-11-1612-12/+30
* ParseXS - make testing easierYves Orton2022-11-166-10/+59
* ParseXS - add support for elifdef and elifndefYves Orton2022-11-161-2/+2
* ParseXS - allow symbolic alias of default functionYves Orton2022-11-163-5/+26
* ParseXS - better support for duplicate ALIASesYves Orton2022-11-165-11/+197
* ParseXS - handle #else and #endif without blank line prefixesYves Orton2022-11-163-1/+74
* ParseXS - sort things that might produce outputYves Orton2022-11-161-4/+4
* ParseXS - fix todo tests to match the correct filenameYves Orton2022-11-081-3/+3
* Test case where different functions are declaredJames E Keenan2022-11-062-12/+51
* Add TODO-ed test for duplicate warningJames E Keenan2022-11-061-1/+17
* Add test file contributed in GH 19661E. Choroba2022-11-061-0/+23
* bump ExtUtils::ParseXS version to 3.47Graham Knop2022-10-2410-10/+10
* fix ExtUtils::ParseXS compatibility with perl < 5.8.8Graham Knop2022-10-241-0/+4
* remove_outputmap POD was titled remove_inputmapmohawk22022-08-2110-11/+11
* ExtUtils::ParseXS/t/002-more.t: Fix skip countKarl Williamson2022-03-291-1/+1
* ExtUtils-ParseXS: bump version to 3.45Brad Barden2022-03-0511-10/+13
* ExtUtils-ParseXS: fix 002-more.t planBrad Barden2022-03-051-1/+1
* ExtUtils::ParseXS: add OVERLOAD regression testsBrad Barden2022-03-052-0/+17
* ExtUtils::ParseXS: fix OVERLOAD/FALLBACK handlingBrad Barden2022-03-051-18/+33
* Add date of release of ExtUtils-ParseXS 3.44Sawyer X2022-01-061-1/+1
* Update Changes log for ExtUtils::ParseXS:Sawyer X2022-01-041-1/+33
* ExtUtils-ParseXS fix plan/skip in 002-more.tFrançois Perrad2021-12-261-1/+1
* Better email address for Perl 5 PortersJames E Keenan2021-10-091-1/+1
* 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-133-9/+57
* Improve perlxs grammarBen Cornett2021-06-251-3/+3
* Docs: Emphasize SvPVbyte and SvPVutf8 over SvPV. This updatesFelipe Gasper2021-04-142-5/+6
* 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-243-2/+40
* use PERL_VERSION_LE not 5.33+ PERL_VERSION_LTEd J2021-03-241-2/+2
* perlxs.pod; rpc is considered obsoleteKarl Williamson2021-01-181-2/+2
* GH #18163: Stricter, cleaned up test example: (#18165)Sawyer X2020-12-221-48/+71
* perlxs: Note that rpc.h is can be in different placesKarl Williamson2020-12-011-0/+3
* bump version of ExtUtils::ParseXSGraham Knop2020-11-295-5/+5
* restore compatibility with old versions of ExtUtils::ParseXSGraham Knop2020-11-291-0/+2
* Fix typosSamanta Navarro2020-10-031-1/+1
* dist/ExtUtils-ParseXS: use PERL_VERSION compare macroNicolas R2020-08-175-7/+7
* use absolute paths in ExtUtils::ParseXS tests on all platformsGraham Knop2020-07-303-11/+10
* 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