This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Document UTF8_SKIP()
[perl5.git] / dist / ExtUtils-ParseXS /
2019-09-03 Karl WilliamsonNote that various XS macros are documented
2019-05-26 Karl Williamsonperlxstut: Use L</Foo Bar>, not L<Foo Bar>
2018-12-05 Tony Cookbump $ExtUtils::ExtUtils::VERSION to 3.40
2018-12-05 Tony Cook(perl #133654) don't include OUTLIST parameters in...
2018-03-05 Father ChrysostomosIncrease ExtUtils::ParseXS(::*) version to 3.39
2018-03-05 Shoichi KajiRT #132935: correctly check VERSIONs in ExtUtils::ParseXS
2018-02-18 Karl WilliamsonAdd switch_to_globale_locale()
2018-02-18 Karl WilliamsonAdd thread-safe locale handling
2018-02-18 Karl WilliamsonLatch LC_NUMERIC during critical sections
2018-02-18 Karl WilliamsonExtUtils::ParseXS/lib/perlxs.pod: Nits
2018-02-15 PaliExtUtils::ParseXS::Eval: Fix variable name ALIAS in...
2017-12-18 Father Chrysostomosperlxs: Document bitwise calling conventions
2017-12-14 Karl WilliamsonAdd PERL_REENTRANT for XS modules
2017-12-11 Father ChrysostomosIncrease $ExtUtils::Typemaps::VERSION to 3.37
2017-12-11 Father ChrysostomosAvoid newGVgen in blead-upstream modules
2017-11-14 Zeframstop unused-var warnings in ExtUtils-ParseXS tests
2017-11-14 Zeframavoid unused-var warnings in compiled XS
2017-07-31 Steffen MuellerEU::ParseXS: Version bump and changelog for CPAN release
2017-04-07 David Mitchellfix ExtUtils-ParseXS/t/*.t that needed '.' in @INC
2017-03-06 David MitchellExtUtils-ParseXS: bump all $VERSION 3.33->3.34
2017-03-06 David Mitchellperlxstut.pod: s/newRV/newRV_inc/g
2016-11-19 Karl WilliamsonExtUtils::ParseXS: Rmv impediment to compiling under...
2016-07-26 Tony Cook(perl #127834) remove . from the end of @INC if complex...
2016-07-12 Chris LambMake the build reproducible.
2016-05-25 Karl WilliamsonExtUtils::ParseXS: Silence some pod warnings
2016-01-03 Mattia BarbonReplace :: with __ in THIS like it's done for parameter...
2015-12-03 David Mitchellperlxs.pod: clarify PROTOTYPES: behaviour.
2015-08-31 Steffen MuellerExtUtils::ParseXS: Promote version to 3.30
2015-08-10 Tony Cookbump $ExtUtils::ParseXS::VERSION to 3.29
2015-08-10 Ed JFix INCLUDE_COMMAND $^X for Perl In Space
2015-04-18 SHIRAKATA KentaroSmall typographical corrections to documentation.
2015-03-30 James E KeenanRemove 'use lib' left over from refactoring -- five...
2015-03-19 Karl WilliamsonDocument API for XS LC_NUMERIC locale manipulation
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
next