summaryrefslogtreecommitdiff
path: root/ext/XS/APItest/APItest.xs
Commit message (Expand)AuthorAgeFilesLines
* Rename ext/XS/APItest to ext/XS-APItestNicholas Clark2009-02-091-894/+0
* Also test Perl_hv_common() and pre-computed hashes for SV keys.Nicholas Clark2008-12-281-0/+5
* Precomputing the hash value for a string representable in bytes, but passed inNicholas Clark2008-12-281-1/+5
* Fix typo in code not yet used.Nicholas Clark2008-12-281-1/+1
* Add new test file to MANIFEST. Fix tests for threaded builds.H.Merijn Brand2008-09-251-1/+1
* New XS::APItest's for sv_peek based on my DDumper workH.Merijn Brand2008-09-251-0/+8
* Re: [PATCH] mg_magical() sometimes turns SvRMAGICAL on when it shouldn'tVincent Pit2008-03-101-0/+39
* Integrate:Nicholas Clark2007-12-221-7/+17
* ext/XS/APITest/APITest.xs was suffering casting issues with g++Steve Peters2007-09-201-3/+3
* Use Perl_hv_common() to test disabling the key conversion in hashNicholas Clark2007-09-201-0/+45
* Parameterise the code that tests the rot13 hash, and add a secondNicholas Clark2007-09-191-0/+48
* Call the key transformation function for hv_exists()/hv_fetch()/Nicholas Clark2007-09-191-1/+27
* Call the key transformation function for hv_delete().Nicholas Clark2007-09-191-2/+20
* For an LVALUE fetch, "hv_fetch()" will recurse into "hv_store()" for aNicholas Clark2007-09-191-0/+98
* Rename exception() to apitest_exception() in XS/APItest, so that itNicholas Clark2007-03-041-2/+2
* UNITCHECK for XS code. Turned out to be harder that expected.Nicholas Clark2007-01-291-1/+1
* BEGIN blocks in XS should work. (Given that CHECK, INIT and END all do)Nicholas Clark2007-01-291-0/+25
* Fix tests added by #29248 and #29249Steve Hay2006-11-151-0/+4
* Change 24714 was arguably over-ambitious, in that non-core modulesNicholas Clark2006-11-121-0/+6
* Silence Borland compiler warnings in XS::APItest and Win32Steve Hay2006-08-291-1/+1
* g++: fix Digest::MD5, Math::BigInt::FastCalc, ODBM_File, XS::APItest (and Tim...Jarkko Hietaniemi2006-08-221-1/+1
* Clear up most of the VC6 compiler warnings in the following smoke:Steve Hay2006-07-271-1/+0
* Comprehensive regression tests for Perl_refcounted_he_fetch().Nicholas Clark2006-05-291-0/+30
* Perl_unsharepvn() was no longer being used in core, and changes toNicholas Clark2006-04-101-1/+20
* Test croak(NULL)Gisle Aas2006-03-211-3/+8
* Use a union for storing the shared hash key reference count, ratherNicholas Clark2006-01-301-1/+1
* re-implement MY_CXT API more efficiently, and add explicitDave Mitchell2005-12-291-3/+16
* add tests for MY_CXT API and improve its documentationDave Mitchell2005-12-291-0/+76
* Map the HE arena onto SV type 0 (SVt_NULL).Nicholas Clark2005-11-191-3/+4
* Make the tests for hv_free_ent and hv_delayfree_ent pass underNicholas Clark2005-07-041-1/+4
* Use void, not void *, to suppress RETVAL (and compiler warning)Steve Hay2005-07-041-2/+2
* Tests for hv_delayfree_ent and hv_free_entNicholas Clark2005-07-041-0/+65
* Remove unreferenced local variable (and the warning about it)Steve Hay2005-07-011-1/+1
* Croak if an attempt is made to modify PL_strtabNicholas Clark2005-06-131-0/+7
* add access to Perl_croak() via 'mycroak' in XS::APItestDave Mitchell2005-05-211-0/+5
* Remove 2 unused variables from APItest.xs.Marcus Holland-Moritz2005-02-021-4/+0
* Attempt to fix problems with new exception handling macros.Marcus Holland-Moritz2005-02-021-26/+2
* Add simple exception handling macros for XS writers.Marcus Holland-Moritz2005-01-311-2/+31
* Add tests for XS call_*() APIDave Mitchell2004-08-071-0/+89
* Fix copy & paste bugs in mX?PUSH macro tests.Marcus Holland-Moritz2004-07-311-12/+12
* Add tests for mX?PUSH[inup] macros.Steve Hay2004-05-051-0/+68
* Remove Win32 compiler warningsMarcus Holland-Moritz2003-12-271-5/+6
* Whoops. We weren't actually testing hv_store_entNicholas Clark2003-11-181-2/+25
* utf8 keys now work for tied hashes via hv_fetch, hv_store, hv_deleteNicholas Clark2003-11-161-0/+63
* Accessing unicode keys in tie hashes via hv_exists was broken.Nicholas Clark2003-11-161-0/+30
* Tweak APItest for new semantics of printf.Nick Ing-Simmons2003-01-221-0/+5
* APItest.xs OUTPUT (was: perl@17206)Chris Nandor2002-06-131-0/+2
* Not that I know anything about Windows compilersJarkko Hietaniemi2002-06-111-1/+1
* Trying to printf Perl-specific datatypes using printfJarkko Hietaniemi2002-06-111-18/+0
* Add XS::APItest 0.01 from Tim Jenness.Jarkko Hietaniemi2002-06-111-0/+71