This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
threads is no longer customized, as of commit c0ff91434b
[perl5.git] / ext / XS-Typemap / Typemap.xs
2014-02-20 Karl WilliamsonChange av_len calls to av_tindex for clarity
2013-11-27 Father ChrysostomosRevert "Squash COWs in the char* typemap"
2013-11-24 Father ChrysostomosSquash COWs in the char* typemap
2013-11-18 David MitchellXS::Typemap: silence compiler warning.
2013-08-20 Father Chrysostomos[perl #118693] Remove PADTMP exemption from uninit...
2012-12-19 Daniel DraganT_BOOL failure example
2012-12-14 David MitchellTypemap.xs: fix warning under clang
2012-11-22 Steffen MuellerAdd additional tests for T_BOOL typemap
2012-02-03 Craig A. BerryResurrect PerlIO-related typemap tests.
2012-02-03 Craig A. BerryRevert "XS::Typemap: Disable PerlIO related typemap...
2012-02-02 Steffen MuellerXS::Typemap: Silence pedantic compiler warnings
2012-02-02 Steffen MuellerXS::Typemap: Disable PerlIO related typemap tests
2012-02-01 Steffen MuellerXS::Typemap: Somewhat consistent indentation
2012-02-01 Steffen MuellerMove typemap documentation to its own file
2012-02-01 Steffen MuellerXS::Typemap: Fix typo in docs, fix version
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 MuellerDocument T_PACKEDARRAY
2012-02-01 Steffen MuellerXS::Typemap: Document T_PACKED
2012-02-01 Steffen MuellerXS-Typemap: Document sharing mechanism for typemaps
2012-02-01 Steffen MuellerInline the XS-Typemap typemap file
2012-02-01 Steffen MuellerDocument the exact format of a typemap
2012-02-01 Steffen MuellerTypemaps: Start writing some general documentation
2012-02-01 Steffen MuellerFirst stab T_REFREF docs
2012-02-01 Steffen MuellerTypemap tests: T_SHORT, T_U_INT, T_INT, T_LONG
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 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to XS::Typemap
2009-02-09 Nicholas ClarkRename ext/XS/Typemap to ext/XS-Typemap