summaryrefslogtreecommitdiff
path: root/ext/XS/APItest/t
Commit message (Expand)AuthorAgeFilesLines
* Rename ext/XS/APItest to ext/XS-APItestNicholas Clark2009-02-0912-1392/+0
* Verify that pre-computing hashes with shared hash key scalars does not causeNicholas Clark2008-12-281-13/+30
* Also test Perl_hv_common() and pre-computed hashes for SV keys.Nicholas Clark2008-12-281-11/+16
* Precomputing the hash value for a string representable in bytes, but passed inNicholas Clark2008-12-281-0/+21
* [perl #948] [PATCH] Allow tied $,Chip Salzenberg2008-11-141-1/+1
* Avoid leaving a VAR.txt after testing terminates on any platform whereNicholas Clark2008-10-291-2/+1
* $? is PVLV on VMS (and actually, anywhere else where COMPLEX_STATUS isNicholas Clark2008-09-271-0/+5
* $! and $1 are PVMG(), but their content is undefined when peekingH.Merijn Brand2008-09-261-3/+3
* New XS::APItest's for sv_peek based on my DDumper workH.Merijn Brand2008-09-251-0/+96
* Re: [PATCH] mg_magical() sometimes turns SvRMAGICAL on when it shouldn'tVincent Pit2008-03-101-0/+29
* Remove hardcoded cop.h constants from APItest.pm :-(Nicholas Clark2008-01-211-5/+7
* Integrate:Nicholas Clark2007-12-226-63/+111
* Use Perl_hv_common() to test disabling the key conversion in hashNicholas Clark2007-09-201-0/+18
* Lots more tests with many permuations of 7, 8 and $lots bit data.Nicholas Clark2007-09-191-9/+46
* Parameterise the code that tests the rot13 hash, and add a secondNicholas Clark2007-09-191-54/+93
* Call the key transformation function for hv_exists()/hv_fetch()/Nicholas Clark2007-09-191-0/+30
* Call the key transformation function for hv_delete().Nicholas Clark2007-09-191-2/+30
* For an LVALUE fetch, "hv_fetch()" will recurse into "hv_store()" for aNicholas Clark2007-09-191-0/+17
* Rename exception() to apitest_exception() in XS/APItest, so that itNicholas Clark2007-03-041-2/+2
* Use newer 'threads' constructsJerry D. Hedden2007-02-151-1/+1
* Also check BEGIN/UNITCHECK/CHECK/INIT/END for require.Nicholas Clark2007-01-292-1/+172
* UNITCHECK for XS code. Turned out to be harder that expected.Nicholas Clark2007-01-291-1/+72
* BEGIN blocks in XS should work. (Given that CHECK, INIT and END all do)Nicholas Clark2007-01-291-0/+84
* Forgot to add the new files for 29248.Nicholas Clark2006-11-121-0/+25
* Comprehensive regression tests for Perl_refcounted_he_fetch().Nicholas Clark2006-05-291-0/+25
* Perl_unsharepvn() was no longer being used in core, and changes toNicholas Clark2006-04-101-0/+6
* Fix bug 36267 - assigning to a tied hash shouldn't change theNicholas Clark2006-03-301-3/+3
* Test croak(NULL)Gisle Aas2006-03-211-2/+7
* add tests for MY_CXT API and improve its documentationDave Mitchell2005-12-291-0/+57
* Tests for hv_delayfree_ent and hv_free_entNicholas Clark2005-07-041-0/+7
* Test was coredumping with a shared perl library.Nicholas Clark2005-06-141-1/+2
* Croak if an attempt is made to modify PL_strtabNicholas Clark2005-06-131-0/+26
* add access to Perl_croak() via 'mycroak' in XS::APItestDave Mitchell2005-05-211-1/+4
* Add simple exception handling macros for XS writers.Marcus Holland-Moritz2005-01-311-0/+33
* Fix a typo and remove some debugging crud from change #23209Dave Mitchell2004-08-091-4/+1
* eval_sv() failing a taint test could corrupt the stackDave Mitchell2004-08-091-3/+30
* Add tests for XS call_*() APIDave Mitchell2004-08-071-0/+150
* Add tests for mX?PUSH[inup] macros.Steve Hay2004-05-051-0/+34
* Check that the key is present before a delete, and absent afterwardsNicholas Clark2003-11-211-0/+8
* Integrate:Nicholas Clark2003-11-211-128/+149
* Whoops. We weren't actually testing hv_store_entNicholas Clark2003-11-181-19/+21
* utf8 keys now work for tied hashes via hv_fetch, hv_store, hv_deleteNicholas Clark2003-11-161-6/+127
* Accessing unicode keys in tie hashes via hv_exists was broken.Nicholas Clark2003-11-161-0/+71
* Tweak APItest for new semantics of printf.Nick Ing-Simmons2003-01-221-1/+3
* <pudge> crab, can you integrate 17215 ?Abhijit Menon-Sen2002-06-131-0/+1
* Trying to printf Perl-specific datatypes using printfJarkko Hietaniemi2002-06-111-14/+2
* Obviously time to get some sleep.Jarkko Hietaniemi2002-06-111-4/+4
* #17179 wasn't quite right.Jarkko Hietaniemi2002-06-111-4/+4
* Can't printf Perl specific datatypes without perlioJarkko Hietaniemi2002-06-111-12/+15
* Add XS::APItest 0.01 from Tim Jenness.Jarkko Hietaniemi2002-06-111-0/+62