This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Initial very basic tests for PL_blockhooks.
[perl5.git] / ext / XS-APItest / APItest.xs
2010-07-12 Ben MorrowInitial very basic tests for PL_blockhooks.
2010-04-30 Nicholas ClarkDon't use a C++ keyword as a variable name ("new").
2010-04-29 Nicholas ClarkRegression tests for the ptr_table_* API.
2010-04-26 Robin Barkerremove Perl_pmflag
2010-04-11 David Mitchellcreate SV leak test infrastructure
2009-11-08 Gerard GoossenMake my_exit behave the same as the Perl exit. And...
2009-11-01 Nicholas ClarkRemove Perl_pmflag() from the public API, and mark...
2009-10-19 Nicholas ClarkAdd two (U8 *) casts to placate C++.
2009-10-18 Nicholas ClarkExpose utf16_to_utf8{,reversed} via XS::APItest, and...
2009-02-09 Nicholas ClarkRename ext/XS/APItest to ext/XS-APItest