| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename ext/XS/APItest to ext/XS-APItest | Nicholas Clark | 2009-02-09 | 12 | -1392/+0 |
* | Verify that pre-computing hashes with shared hash key scalars does not cause | Nicholas Clark | 2008-12-28 | 1 | -13/+30 |
* | Also test Perl_hv_common() and pre-computed hashes for SV keys. | Nicholas Clark | 2008-12-28 | 1 | -11/+16 |
* | Precomputing the hash value for a string representable in bytes, but passed in | Nicholas Clark | 2008-12-28 | 1 | -0/+21 |
* | [perl #948] [PATCH] Allow tied $, | Chip Salzenberg | 2008-11-14 | 1 | -1/+1 |
* | Avoid leaving a VAR.txt after testing terminates on any platform where | Nicholas Clark | 2008-10-29 | 1 | -2/+1 |
* | $? is PVLV on VMS (and actually, anywhere else where COMPLEX_STATUS is | Nicholas Clark | 2008-09-27 | 1 | -0/+5 |
* | $! and $1 are PVMG(), but their content is undefined when peeking | H.Merijn Brand | 2008-09-26 | 1 | -3/+3 |
* | New XS::APItest's for sv_peek based on my DDumper work | H.Merijn Brand | 2008-09-25 | 1 | -0/+96 |
* | Re: [PATCH] mg_magical() sometimes turns SvRMAGICAL on when it shouldn't | Vincent Pit | 2008-03-10 | 1 | -0/+29 |
* | Remove hardcoded cop.h constants from APItest.pm :-( | Nicholas Clark | 2008-01-21 | 1 | -5/+7 |
* | Integrate: | Nicholas Clark | 2007-12-22 | 6 | -63/+111 |
* | Use Perl_hv_common() to test disabling the key conversion in hash | Nicholas Clark | 2007-09-20 | 1 | -0/+18 |
* | Lots more tests with many permuations of 7, 8 and $lots bit data. | Nicholas Clark | 2007-09-19 | 1 | -9/+46 |
* | Parameterise the code that tests the rot13 hash, and add a second | Nicholas Clark | 2007-09-19 | 1 | -54/+93 |
* | Call the key transformation function for hv_exists()/hv_fetch()/ | Nicholas Clark | 2007-09-19 | 1 | -0/+30 |
* | Call the key transformation function for hv_delete(). | Nicholas Clark | 2007-09-19 | 1 | -2/+30 |
* | For an LVALUE fetch, "hv_fetch()" will recurse into "hv_store()" for a | Nicholas Clark | 2007-09-19 | 1 | -0/+17 |
* | Rename exception() to apitest_exception() in XS/APItest, so that it | Nicholas Clark | 2007-03-04 | 1 | -2/+2 |
* | Use newer 'threads' constructs | Jerry D. Hedden | 2007-02-15 | 1 | -1/+1 |
* | Also check BEGIN/UNITCHECK/CHECK/INIT/END for require. | Nicholas Clark | 2007-01-29 | 2 | -1/+172 |
* | UNITCHECK for XS code. Turned out to be harder that expected. | Nicholas Clark | 2007-01-29 | 1 | -1/+72 |
* | BEGIN blocks in XS should work. (Given that CHECK, INIT and END all do) | Nicholas Clark | 2007-01-29 | 1 | -0/+84 |
* | Forgot to add the new files for 29248. | Nicholas Clark | 2006-11-12 | 1 | -0/+25 |
* | Comprehensive regression tests for Perl_refcounted_he_fetch(). | Nicholas Clark | 2006-05-29 | 1 | -0/+25 |
* | Perl_unsharepvn() was no longer being used in core, and changes to | Nicholas Clark | 2006-04-10 | 1 | -0/+6 |
* | Fix bug 36267 - assigning to a tied hash shouldn't change the | Nicholas Clark | 2006-03-30 | 1 | -3/+3 |
* | Test croak(NULL) | Gisle Aas | 2006-03-21 | 1 | -2/+7 |
* | add tests for MY_CXT API and improve its documentation | Dave Mitchell | 2005-12-29 | 1 | -0/+57 |
* | Tests for hv_delayfree_ent and hv_free_ent | Nicholas Clark | 2005-07-04 | 1 | -0/+7 |
* | Test was coredumping with a shared perl library. | Nicholas Clark | 2005-06-14 | 1 | -1/+2 |
* | Croak if an attempt is made to modify PL_strtab | Nicholas Clark | 2005-06-13 | 1 | -0/+26 |
* | add access to Perl_croak() via 'mycroak' in XS::APItest | Dave Mitchell | 2005-05-21 | 1 | -1/+4 |
* | Add simple exception handling macros for XS writers. | Marcus Holland-Moritz | 2005-01-31 | 1 | -0/+33 |
* | Fix a typo and remove some debugging crud from change #23209 | Dave Mitchell | 2004-08-09 | 1 | -4/+1 |
* | eval_sv() failing a taint test could corrupt the stack | Dave Mitchell | 2004-08-09 | 1 | -3/+30 |
* | Add tests for XS call_*() API | Dave Mitchell | 2004-08-07 | 1 | -0/+150 |
* | Add tests for mX?PUSH[inup] macros. | Steve Hay | 2004-05-05 | 1 | -0/+34 |
* | Check that the key is present before a delete, and absent afterwards | Nicholas Clark | 2003-11-21 | 1 | -0/+8 |
* | Integrate: | Nicholas Clark | 2003-11-21 | 1 | -128/+149 |
* | Whoops. We weren't actually testing hv_store_ent | Nicholas Clark | 2003-11-18 | 1 | -19/+21 |
* | utf8 keys now work for tied hashes via hv_fetch, hv_store, hv_delete | Nicholas Clark | 2003-11-16 | 1 | -6/+127 |
* | Accessing unicode keys in tie hashes via hv_exists was broken. | Nicholas Clark | 2003-11-16 | 1 | -0/+71 |
* | Tweak APItest for new semantics of printf. | Nick Ing-Simmons | 2003-01-22 | 1 | -1/+3 |
* | <pudge> crab, can you integrate 17215 ? | Abhijit Menon-Sen | 2002-06-13 | 1 | -0/+1 |
* | Trying to printf Perl-specific datatypes using printf | Jarkko Hietaniemi | 2002-06-11 | 1 | -14/+2 |
* | Obviously time to get some sleep. | Jarkko Hietaniemi | 2002-06-11 | 1 | -4/+4 |
* | #17179 wasn't quite right. | Jarkko Hietaniemi | 2002-06-11 | 1 | -4/+4 |
* | Can't printf Perl specific datatypes without perlio | Jarkko Hietaniemi | 2002-06-11 | 1 | -12/+15 |
* | Add XS::APItest 0.01 from Tim Jenness. | Jarkko Hietaniemi | 2002-06-11 | 1 | -0/+62 |