This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
(perl #133422) handle Off_t smaller than size_t
[perl5.git] / ext / XS-Typemap / Typemap.pm
2017-11-11 Nicolas RReplace multiple 'use vars' by 'our' in ext
2016-11-18 Karl WilliamsonChange white space to avoid C++ deprecation warning
2015-07-08 Daniel Draganadd test that fails for #124181 to Typemap.t
2014-02-20 Karl WilliamsonBump version numbers
2013-11-27 Father ChrysostomosRevert "Squash COWs in the char* typemap"
2013-11-27 Father ChrysostomosRevert "Increase $XS::Typemap::VERSION to 0.13"
2013-11-24 Father ChrysostomosIncrease $XS::Typemap::VERSION to 0.13
2013-11-24 Father ChrysostomosSquash COWs in the char* typemap
2013-11-18 David MitchellXS::Typemap: silence compiler warning.
2013-08-20 Father ChrysostomosIncrease XS::Typemap::VERSION to 0.11
2013-08-20 Father Chrysostomos[perl #118693] Remove PADTMP exemption from uninit...
2012-12-22 Karl WilliamsonXS-Typemap: bump version
2012-12-19 Daniel DraganT_BOOL failure example
2012-11-22 Nicholas ClarkBump $XS::Typemap::VERSION after previous commit.
2012-11-22 Steffen MuellerAdd additional tests for T_BOOL typemap
2012-02-01 Steffen MuellerXS::Typemap: Tests for T_IN/T_OUT typemaps
2012-02-01 Steffen MuellerXS::Typemap: Tests for T_INOUT typemap
2012-02-01 Steffen MuellerXS::Typemap: Tests for the T_PACKEDARRAY typemap
2012-02-01 Steffen MuellerXS::Typemap: Tests for T_PACKED
2012-02-01 Steffen MuellerMinor documentation fixes and annotations
2011-10-11 Steffen MuellerAlso add repaired variants for CV and SVREF typemaps
2011-10-11 Steffen MuellerA repaired, properly refcounting AV&HV typemap
2011-03-19 Father ChrysostomosVersion bumps for the recent PERL_NO_GET_CONTEXT commits
2010-10-21 Nicholas ClarkConvert Hash::Util, XS::APItest and XS::Typemap to...
2009-02-09 Nicholas ClarkRename ext/XS/Typemap to ext/XS-Typemap