For an LVALUE fetch, "hv_fetch()" will recurse into "hv_store()" for a
[p5sagit/p5-mst-13.2.git] / ext / XS / APItest / APItest.xs
2007-09-19 Nicholas Clark For an LVALUE fetch, "hv_fetch()" will recurse into...
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-15 Steve Hay Fix tests added by #29248 and #29249
2006-11-12 Nicholas Clark Change 24714 was arguably over-ambitious, in that non...
2006-08-29 Steve Hay Silence Borland compiler warnings in XS::APItest and...
2006-08-22 Jarkko Hietaniemi g++: fix Digest::MD5, Math::BigInt::FastCalc, ODBM_File...
2006-07-27 Steve Hay Clear up most of the VC6 compiler warnings in the follo...
2006-05-29 Nicholas Clark Comprehensive regression tests for Perl_refcounted_he_f...
2006-04-10 Nicholas Clark Perl_unsharepvn() was no longer being used in core...
2006-03-21 Gisle Aas Test croak(NULL)
2006-01-30 Nicholas Clark Use a union for storing the shared hash key reference...
2005-12-29 Dave Mitchell re-implement MY_CXT API more efficiently, and add explicit
2005-12-29 Dave Mitchell add tests for MY_CXT API and improve its documentation
2005-11-19 Nicholas Clark Map the HE arena onto SV type 0 (SVt_NULL).
2005-07-04 Nicholas Clark Make the tests for hv_free_ent and hv_delayfree_ent...
2005-07-04 Steve Hay Use void, not void *, to suppress RETVAL (and compiler...
2005-07-04 Nicholas Clark Tests for hv_delayfree_ent and hv_free_ent
2005-07-01 Steve Hay Remove unreferenced local variable (and the warning...
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-02-02 Marcus Holland-Moritz Remove 2 unused variables from APItest.xs.
2005-02-02 Marcus Holland-Moritz Attempt to fix problems with new exception handling...
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-31 Marcus Holland-Moritz Fix copy & paste bugs in mX?PUSH macro tests.
2004-05-05 Steve Hay Add tests for mX?PUSH[inup] macros.
2003-12-27 Marcus Holland-Moritz Remove Win32 compiler warnings
2003-11-18 Nicholas Clark Whoops. We weren't actually testing hv_store_ent
2003-11-16 Nicholas Clark utf8 keys now work for tied hashes via hv_fetch, hv_sto...
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-13 Chris Nandor APItest.xs OUTPUT (was: perl@17206)
2002-06-11 Jarkko Hietaniemi Not that I know anything about Windows compilers
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.