This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make DosGlob.t more resilient
[perl5.git] / ext / XS-Typemap /
2012-12-14 David MitchellTypemap.xs: fix warning under clang
2012-11-22 Nicholas ClarkBump $XS::Typemap::VERSION after previous commit.
2012-11-22 Steffen MuellerAdd additional tests for T_BOOL typemap
2012-02-03 Steffen MuellerXS::Typemap: Fix tests with -Dusemorebits
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 MuellerCleanup: Condense tests and add a few
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
2011-03-19 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to XS::Typemap
2010-10-21 Nicholas ClarkConvert Hash::Util, XS::APItest and XS::Typemap to...
2009-10-23 Nicholas ClarkConvert tests in ext/ from Test to Test::More.
2009-08-27 Nicholas ClarkMake extensions in ext run their tests from the extensi...
2009-03-26 Nicholas ClarkRemove now-redundant references to MAN3PODS in core...
2009-03-10 Rafael Garcia-SuarezFix a printf compilation warning
2009-02-09 Nicholas ClarkRename ext/XS/Typemap to ext/XS-Typemap