summaryrefslogtreecommitdiff
path: root/ext/XS-APItest/APItest.xs
Commit message (Expand)AuthorAgeFilesLines
* newCONSTSUB needs its own CV.Craig A. Berry2012-08-171-5/+5
* XS::APItest::newCONSTSUB was not handling SV reference counts correctly.Nicholas Clark2012-08-141-2/+2
* Use ALIAS to provide XS::APItest::newCONSTSUB and newCONSTSUB_flagsNicholas Clark2012-08-141-3/+4
* handy.: Add some tests for its APIKarl Williamson2012-07-081-2/+429
* rv2cv hooks should not create 2nd-class subsFather Chrysostomos2012-07-061-0/+28
* op.c:newFOROP: Fall back to realloc for unslabbed opsFather Chrysostomos2012-07-021-0/+19
* handy.h: Fix isBLANK_uni and isBLANK_utf8Karl Williamson2012-06-291-0/+14
* [perl #111610] Trouble with XS-APItest/t/clone-with-stack.tMichael Schroeder2012-06-081-1/+2
* Add alloccopstash provisionally to the APIFather Chrysostomos2012-06-081-0/+11
* Annihilate ‘A’ magicFather Chrysostomos2012-05-211-2/+0
* utf8.c: refactor utf8n_to_uvuni()Karl Williamson2012-04-261-0/+35
* Label UTF8 cleanupBrian Fraser2012-03-251-1/+3
* Use the new utf8 to code point functionsKarl Williamson2012-03-191-1/+1
* add wrap_op_checker() API functionZefram2012-02-111-0/+23
* [perl #108994] Stop SvPVutf8 from coercing SVsFather Chrysostomos2012-01-311-0/+14
* hv.c: Make newHVhv work on tied hashesFather Chrysostomos2011-12-241-0/+7
* Revert "Increase $XS::APItest::VERSION to 0.35"Father Chrysostomos2011-12-231-1/+1
* Increase $XS::APItest::VERSION to 0.35Father Chrysostomos2011-12-231-1/+1
* Make const redef warnings default in newXSFather Chrysostomos2011-11-211-3/+6
* Add len flag to newCONSTSUB_flagsFather Chrysostomos2011-11-201-2/+4
* \x-ify non-ASCII chars in C string literalZefram2011-11-161-2/+2
* Test uninit warnings for undef XS cmp retvalsFather Chrysostomos2011-10-151-0/+7
* Make XS sort routines work againFather Chrysostomos2011-10-151-0/+11
* APItest: put mro stuff in a new BOOT blockFather Chrysostomos2011-10-151-6/+8
* APItest: Move PERL_UNUSED_ARG after declFather Chrysostomos2011-10-121-1/+1
* [perl #6828] Set $AUTOLOAD once more for XS autoloadingFather Chrysostomos2011-10-111-3/+2
* TODO test for $AUTOLOAD with XS AUTOLOADSteffen Mueller2011-10-111-0/+25
* Make sv_set[ps]v(cv...) set prototypeFather Chrysostomos2011-10-111-0/+15
* XS::APItest: s/justinc/justisa/Father Chrysostomos2011-10-101-1/+1
* [perl #94306] Do not skip first elem of linear isaFather Chrysostomos2011-10-101-0/+18
* Resolve XS AUTOLOAD-prototype conflictFather Chrysostomos2011-10-091-0/+8
* Tests for XS AUTOLOAD routinesFather Chrysostomos2011-10-091-0/+10
* whichsig nul-cleanup.Brian Fraser2011-10-061-0/+25
* mro.c: Correct utf8 and bytes concatenationFather Chrysostomos2011-10-061-0/+12
* op.c: newCONSTSUB and newXS UTF8 cleanup.Brian Fraser2011-10-061-0/+21
* Merge multi and flags params to gv_init_*Father Chrysostomos2011-10-061-3/+4
* Remove method param from gv_autoload_*Father Chrysostomos2011-10-061-5/+5
* Remove 4 from new gv_autoload4_(sv|pvn?) functionsFather Chrysostomos2011-10-061-4/+4
* gv.c: Added gv_autoload4_(sv|pv|pvn)Brian Fraser2011-10-061-0/+27
* gv.c: Added gv_fetchmethod_(sv|pv|pvn)_flags.Brian Fraser2011-10-061-0/+29
* gv.c: Added gv_fetchmeth_(sv|pv|pvn)_autoload.Brian Fraser2011-10-061-0/+28
* gv.c: Added gv_fetchmeth_(sv|pv|pvn).Brian Fraser2011-10-061-0/+28
* gv.c: Added gv_init_(sv|pv|pvn), renamed gv_init_sv as gv_init_svtype.Brian Fraser2011-10-061-0/+29
* Tests for goto &xsub and lexical hintsFather Chrysostomos2011-09-161-0/+8
* Exlicitly enable exporting of some XSUB symbolsSteffen Mueller2011-08-211-3/+3
* Fix a wrong length in APItest.xs:test_coplabelFather Chrysostomos2011-07-171-1/+1
* Bring cop label testing in line with intentions.Craig A. Berry2011-07-171-12/+13
* Export store_cop_label for the perl compilerReini Urban2011-07-161-0/+21
* Tests for the pad cleanup.Brian Fraser2011-07-121-2/+23
* API tests for pad_findmy_*()Zefram2011-07-121-0/+65