This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Document string- and number-specific bitops in perlop
[perl5.git] / dist / ExtUtils-ParseXS /
2014-12-15 Daniel Dragandocument + improve ancient optimization in ParseXS
2014-11-24 Daniel Draganimprove ParseXS RETVAL code gen
2014-11-21 David Mitchellfix builds with ExtUtils::ParseXS
2014-11-21 Father ChrysostomosIncrease other ExtUtils mods’ version to 3.27
2014-11-21 Father ChrysostomosIncrease $ExtUtils::ParseXS::VERSION to 3.27
2014-11-21 Father ChrysostomosExtUtils::ParseXS: Suppress unused ‘file’ warning
2014-11-13 Daniel Draganadd filename handling to xs handshake
2014-11-08 Daniel Draganadd xs_handshake API
2014-10-21 Tony Cook[perl #122985] perlxs: PPCODE doesn't allow for CLEANUP
2014-08-24 Karl Williamsonperlxs: Add text about dealing with locales, etc
2014-06-16 Steffen MuellerExtUtils::ParseXS: doc typo fix
2014-05-07 Karl WilliamsonFix remaining too-long verbatim lines in perlxstut.pod
2014-05-07 kafkaBring a few lines in perlxstut.pod under 80 cols
2014-03-05 Steffen MuellerEU::ParseXS: Code cleanup
2014-02-16 Tony Cook[perl #121223] explain PERL_NO_GET_CONTEXT a little
2014-02-16 Daniel Draganadd #define PERL_NO_GET_CONTEXT to ParseXS's pods
2014-01-26 Brian FraserExtUtils::ParseXS: Fix tests for native android builds
2013-10-29 François Perrad[perl #120408] fix dist/ExtUtils-ParseXS/t/002-more.t
2013-09-15 David MitchellExtUtils::ParseXS: bump version of related modules
2013-09-15 Father ChrysostomosIncrease $ExtUtils::ParseXS::VERSION to 3.23
2013-09-12 Matthew HorsfallAllow semi-colon on TYPEMAP: line to work without it...
2013-08-29 Chris 'BinGOs' Wil... Update ExtUtils-ParseXS to CPAN version 3.22
2013-08-25 Father ChrysostomosUse SSize_t for arrays
2013-08-18 James E KeenanTrim second block (nolinenumbers) to avert crashes...
2013-08-17 James E KeenanAvert crashes when testing in parallel.
2013-08-12 Steve HayExtUtils-ParseXS is now version 3.21
2013-08-12 Tony Cookfix several problems in the MY_CXT example in perlxs.pod
2013-08-09 Steffen MuellerExtUtils::ParseXS: Version consistency
2013-07-31 Nathan TrapuzzanoRemove semicolon from inline TYPEMAP in perlxstut example.
2013-07-15 Karl WilliamsonParseXS: generate deterministically ordered output
2013-07-01 James E KeenanSmall stylistic improvement; add one POD formatting...
2013-07-01 Hojung YounGive little more examples to interpolated typemap variables
2013-06-25 Steffen MuellerDocument and clean up -s option to xsubpp
2013-06-25 Daniel DraganStop "sv_2mortal(&PL_sv_yes)" and "(void)sv_newmortal...
2013-06-25 Steffen MuellerEU::ParseXS: Test cleanup
2013-06-25 Steffen MuellerEU::ParseXS: Move several constants out of the runtime...
2013-06-25 Steffen MuellerEU::ParseXS: Cosmetics; more explicitness in *_handler
2013-06-25 Steffen MuellerEU::ParseXS: Use OO version of ExtUtils::ParseXS in...
2013-06-25 Steffen MuellerEU::ParseXS: Simplify output typemap code generation...
2013-06-25 Steffen MuellerEU::ParseXS: Cosmetics; better variable naming
2013-06-25 Steffen MuellerEU::ParseXS: Fix targetable size detection
2013-06-25 Steffen MuellerEU::ParseXS: Drop dup'd code: make_targetable moves...
2013-06-25 Steffen MuellerEU::ParseXS: Update changelog
2013-06-25 Steffen MuellerEU::ParseXS: Attempt to canonicalize C++ types in tidy_type
2013-06-25 Steffen MuellerEU::ParseXS: Update Changelog
2013-06-25 Steffen MuellerEU::Typemaps: Document special typemap variables
2013-06-25 Steffen MuellerEU::ParseXS: Stop using global state; an OO interface
2013-06-25 Steffen MuellerEU::ParseXS: Don't inherit from Exporter; import 'impor...
2013-06-25 Steffen MuellerEU::ParseXS: Only initialize some parser regexps once
2013-06-25 Steffen MuellerEU::Typemaps: Implement API for typemap cloning
2013-06-25 Steffen MuellerExtUtils::ParseXS version bump to 3.21
2013-06-23 Brian GottreuFixed verbatim lines in POD over 79 characters
2013-05-25 David Steinbrunneranother typo fix for ExtUtils::ParseXS
2013-05-25 David Steinbrunnertypo fixes for ExtUtils::ParseXS
2013-05-24 David Goldenfix various Pod line length warnings
2013-02-08 Karl WilliamsonChange pods to not refer to av_len()
2013-01-25 Karl WilliamsonFix various minor pod issues
2012-11-19 Steffen MuellerComplete ExtUtils::ParseXS/EU::Typemaps version bump
2012-11-05 Paul JohnsonLose the loose. Fix documentation typo.
2012-08-31 Tony Cook[perl #112776] avoid warning on an initialized non...
2012-08-31 Tony Cook[perl #112776] TODO test for warning
2012-05-23 Father ChrysostomosIncrease $ExtUtils::ParseXS::Utilities::VERSION to...
2012-05-23 Father ChrysostomosIncrease $ExtUtils::ParseXS::VERSION to 3.17
2012-05-23 Father ChrysostomosParseXS.pm: Only inc PL_amagic_generation before 5.9
2012-02-11 Zeframrestore ExtUtils-ParseXS portability to Perl 5.6
2012-02-11 Zeframupdate ExtUtils-ParseXS to CPAN version 3.15
2012-02-01 Steffen MuellerExtUtils::ParseXS: Changelog and version bump to 3.14
2012-02-01 Tony Cookperlxstypemap: typemap variable documentation
2012-02-01 Steffen MuellerMove more typemap-related documentation to the typemap...
2012-02-01 Steffen MuellerFix typo in documentation
2012-02-01 Steffen MuellerMove typemap documentation to its own file
2012-01-28 Steffen MuellerExtUtils::ParseXS: Changelog, version bump for dev...
2012-01-20 Steffen MuellerCopyright update for ExtUtils::{ParseXS,Typemaps}
2012-01-20 Steffen MuellerFix parse problem with embedded typemaps
2012-01-20 Steffen MuellerBetter typemap error reporting
2012-01-20 Steffen MuellerEU::Typemaps: Make oneliner in docs more portable
2012-01-20 Steffen MuellerBump ExtUtils::ParseXS version for doc references
2012-01-19 Steffen MuellerEU::Typemaps: Helper module for easy typemap inclusion...
2012-01-19 Steffen MuellerEU::Typemaps: Implement embedded-typemap dumping
2011-12-29 Steffen MuellerExtUtils::ParseXS: Bump versions to 3.11
2011-12-28 Steffen MuellerEscape double-quotes in generated #line directives
2011-12-27 Father Chrysostomosperlxstut: keep indentation consistent within example
2011-12-27 Father Chrysostomos[perl #102622] perlxstut: Add SvGETMAGIC to example
2011-12-19 Steffen MuellerExtUtils::ParseXS: Version bump and changelog for CPAN...
2011-12-13 Steffen MuellerEU::ParseXS: Silence undefined-value-in-addition warning
2011-12-07 Chris 'BinGOs' Wil... Update ExtUtils-ParseXS to CPAN version 3.07
2011-12-01 Tony Cookavoid conflicting static / dllexport on legacy perls too
2011-11-23 Father ChrysostomosVersion bumps if-0.0602
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-11-16 Zeframavoid some test-time warnings
2011-10-20 Steffen MuellerDocument the new, fixed AV/etc typemaps
2011-10-05 Steffen MuellerUpgrade ExtUtils::ParseXS to 3.05
2011-09-12 Steffen MuellerExtUtils::ParseXS changelog
2011-09-11 Nicholas ClarkSimplify generated XS code by emitting a compatibility...
2011-09-06 Steffen MuellerExtUtils::ParseXS: Fix INCLUDE: $cmd |
2011-09-04 Steffen MuellerExtUtils::ParseXS: Allow users to enforce linkage of...
2011-08-29 Stephen BennettExtUtils::ParseXS: Don't put null chars into generated...
2011-08-28 Steffen MuellerBackport XS_(IN|EX)TERNAL, be explicit about linkage
2011-08-25 Steffen MuellerExtUtils::ParseXS: Accept overridden input typemaps
next