| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename ext/XS/APItest to ext/XS-APItest | Nicholas Clark | 2009-02-09 | 1 | -894/+0 |
* | Also test Perl_hv_common() and pre-computed hashes for SV keys. | Nicholas Clark | 2008-12-28 | 1 | -0/+5 |
* | Precomputing the hash value for a string representable in bytes, but passed in | Nicholas Clark | 2008-12-28 | 1 | -1/+5 |
* | Fix typo in code not yet used. | Nicholas Clark | 2008-12-28 | 1 | -1/+1 |
* | Add new test file to MANIFEST. Fix tests for threaded builds. | H.Merijn Brand | 2008-09-25 | 1 | -1/+1 |
* | New XS::APItest's for sv_peek based on my DDumper work | H.Merijn Brand | 2008-09-25 | 1 | -0/+8 |
* | Re: [PATCH] mg_magical() sometimes turns SvRMAGICAL on when it shouldn't | Vincent Pit | 2008-03-10 | 1 | -0/+39 |
* | Integrate: | Nicholas Clark | 2007-12-22 | 1 | -7/+17 |
* | ext/XS/APITest/APITest.xs was suffering casting issues with g++ | Steve Peters | 2007-09-20 | 1 | -3/+3 |
* | Use Perl_hv_common() to test disabling the key conversion in hash | Nicholas Clark | 2007-09-20 | 1 | -0/+45 |
* | Parameterise the code that tests the rot13 hash, and add a second | Nicholas Clark | 2007-09-19 | 1 | -0/+48 |
* | Call the key transformation function for hv_exists()/hv_fetch()/ | Nicholas Clark | 2007-09-19 | 1 | -1/+27 |
* | Call the key transformation function for hv_delete(). | Nicholas Clark | 2007-09-19 | 1 | -2/+20 |
* | For an LVALUE fetch, "hv_fetch()" will recurse into "hv_store()" for a | Nicholas Clark | 2007-09-19 | 1 | -0/+98 |
* | Rename exception() to apitest_exception() in XS/APItest, so that it | Nicholas Clark | 2007-03-04 | 1 | -2/+2 |
* | UNITCHECK for XS code. Turned out to be harder that expected. | Nicholas Clark | 2007-01-29 | 1 | -1/+1 |
* | BEGIN blocks in XS should work. (Given that CHECK, INIT and END all do) | Nicholas Clark | 2007-01-29 | 1 | -0/+25 |
* | Fix tests added by #29248 and #29249 | Steve Hay | 2006-11-15 | 1 | -0/+4 |
* | Change 24714 was arguably over-ambitious, in that non-core modules | Nicholas Clark | 2006-11-12 | 1 | -0/+6 |
* | Silence Borland compiler warnings in XS::APItest and Win32 | Steve Hay | 2006-08-29 | 1 | -1/+1 |
* | g++: fix Digest::MD5, Math::BigInt::FastCalc, ODBM_File, XS::APItest (and Tim... | Jarkko Hietaniemi | 2006-08-22 | 1 | -1/+1 |
* | Clear up most of the VC6 compiler warnings in the following smoke: | Steve Hay | 2006-07-27 | 1 | -1/+0 |
* | Comprehensive regression tests for Perl_refcounted_he_fetch(). | Nicholas Clark | 2006-05-29 | 1 | -0/+30 |
* | Perl_unsharepvn() was no longer being used in core, and changes to | Nicholas Clark | 2006-04-10 | 1 | -1/+20 |
* | Test croak(NULL) | Gisle Aas | 2006-03-21 | 1 | -3/+8 |
* | Use a union for storing the shared hash key reference count, rather | Nicholas Clark | 2006-01-30 | 1 | -1/+1 |
* | re-implement MY_CXT API more efficiently, and add explicit | Dave Mitchell | 2005-12-29 | 1 | -3/+16 |
* | add tests for MY_CXT API and improve its documentation | Dave Mitchell | 2005-12-29 | 1 | -0/+76 |
* | Map the HE arena onto SV type 0 (SVt_NULL). | Nicholas Clark | 2005-11-19 | 1 | -3/+4 |
* | Make the tests for hv_free_ent and hv_delayfree_ent pass under | Nicholas Clark | 2005-07-04 | 1 | -1/+4 |
* | Use void, not void *, to suppress RETVAL (and compiler warning) | Steve Hay | 2005-07-04 | 1 | -2/+2 |
* | Tests for hv_delayfree_ent and hv_free_ent | Nicholas Clark | 2005-07-04 | 1 | -0/+65 |
* | Remove unreferenced local variable (and the warning about it) | Steve Hay | 2005-07-01 | 1 | -1/+1 |
* | Croak if an attempt is made to modify PL_strtab | Nicholas Clark | 2005-06-13 | 1 | -0/+7 |
* | add access to Perl_croak() via 'mycroak' in XS::APItest | Dave Mitchell | 2005-05-21 | 1 | -0/+5 |
* | Remove 2 unused variables from APItest.xs. | Marcus Holland-Moritz | 2005-02-02 | 1 | -4/+0 |
* | Attempt to fix problems with new exception handling macros. | Marcus Holland-Moritz | 2005-02-02 | 1 | -26/+2 |
* | Add simple exception handling macros for XS writers. | Marcus Holland-Moritz | 2005-01-31 | 1 | -2/+31 |
* | Add tests for XS call_*() API | Dave Mitchell | 2004-08-07 | 1 | -0/+89 |
* | Fix copy & paste bugs in mX?PUSH macro tests. | Marcus Holland-Moritz | 2004-07-31 | 1 | -12/+12 |
* | Add tests for mX?PUSH[inup] macros. | Steve Hay | 2004-05-05 | 1 | -0/+68 |
* | Remove Win32 compiler warnings | Marcus Holland-Moritz | 2003-12-27 | 1 | -5/+6 |
* | Whoops. We weren't actually testing hv_store_ent | Nicholas Clark | 2003-11-18 | 1 | -2/+25 |
* | utf8 keys now work for tied hashes via hv_fetch, hv_store, hv_delete | Nicholas Clark | 2003-11-16 | 1 | -0/+63 |
* | Accessing unicode keys in tie hashes via hv_exists was broken. | Nicholas Clark | 2003-11-16 | 1 | -0/+30 |
* | Tweak APItest for new semantics of printf. | Nick Ing-Simmons | 2003-01-22 | 1 | -0/+5 |
* | APItest.xs OUTPUT (was: perl@17206) | Chris Nandor | 2002-06-13 | 1 | -0/+2 |
* | Not that I know anything about Windows compilers | Jarkko Hietaniemi | 2002-06-11 | 1 | -1/+1 |
* | Trying to printf Perl-specific datatypes using printf | Jarkko Hietaniemi | 2002-06-11 | 1 | -18/+0 |
* | Add XS::APItest 0.01 from Tim Jenness. | Jarkko Hietaniemi | 2002-06-11 | 1 | -0/+71 |