Lots more tests with many permuations of 7, 8 and $lots bit data.
[p5sagit/p5-mst-13.2.git] / ext / XS / APItest / APItest.pm
2007-03-04 Nicholas Clark Rename exception() to apitest_exception() in XS/APItest...
2007-01-29 Nicholas Clark UNITCHECK for XS code. Turned out to be harder that...
2007-01-29 Nicholas Clark BEGIN blocks in XS should work. (Given that CHECK,...
2006-11-12 Nicholas Clark Change 24714 was arguably over-ambitious, in that non...
2006-08-22 Jarkko Hietaniemi g++: fix Digest::MD5, Math::BigInt::FastCalc, ODBM_File...
2005-12-29 Dave Mitchell add tests for MY_CXT API and improve its documentation
2005-08-02 Piotr Fusik Typos in *.p[lm]
2005-07-04 Nicholas Clark Tests for hv_delayfree_ent and hv_free_ent
2005-06-13 Nicholas Clark Croak if an attempt is made to modify PL_strtab
2005-05-21 Dave Mitchell add access to Perl_croak() via 'mycroak' in XS::APItest
2005-05-05 Nicholas Clark Bump version numbers
2005-01-31 Marcus Holland-Moritz Add simple exception handling macros for XS writers.
2004-08-07 Dave Mitchell Add tests for XS call_*() API
2004-07-01 Nicholas Clark Bump version numbers
2004-05-05 Steve Hay Add tests for mX?PUSH[inup] macros.
2003-11-16 Nicholas Clark Accessing unicode keys in tie hashes via hv_exists...
2003-01-22 Nick Ing-Simmons Tweak APItest for new semantics of printf.
2002-06-11 Jarkko Hietaniemi Trying to printf Perl-specific datatypes using printf
2002-06-11 Jarkko Hietaniemi Add XS::APItest 0.01 from Tim Jenness.