summaryrefslogtreecommitdiff
path: root/ext/XS-APItest
Commit message (Expand)AuthorAgeFilesLines
* Localise PL_curcop for BEGIN blocksFather Chrysostomos2011-11-172-2/+22
* avoid some test-time warningsZefram2011-11-161-0/+1
* \x-ify non-ASCII chars in C string literalZefram2011-11-162-3/+3
* Make source filters work in evalbytesFather Chrysostomos2011-11-061-3/+12
* Forbid source filters in Unicode evalsFather Chrysostomos2011-11-061-1/+10
* Test uninit warnings for undef XS cmp retvalsFather Chrysostomos2011-10-152-1/+15
* Make XS sort routines work againFather Chrysostomos2011-10-152-0/+21
* 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-112-14/+7
* TODO test for $AUTOLOAD with XS AUTOLOADSteffen Mueller2011-10-113-3/+101
* Make sv_set[ps]v(cv...) set prototypeFather Chrysostomos2011-10-112-1/+24
* XS::APItest: s/justinc/justisa/Father Chrysostomos2011-10-102-2/+2
* [perl #94306] Do not skip first elem of linear isaFather Chrysostomos2011-10-102-0/+34
* Fix cv-to-gv assignment to use CvPROTOFather Chrysostomos2011-10-101-1/+5
* Resolve XS AUTOLOAD-prototype conflictFather Chrysostomos2011-10-092-1/+56
* Tests for XS AUTOLOAD routinesFather Chrysostomos2011-10-093-0/+26
* Increase $XS::APItest::VERSION from 0.31 to 0.32Father Chrysostomos2011-10-061-1/+1
* whichsig nul-cleanup.Brian Fraser2011-10-062-0/+51
* mro.c: Correct utf8 and bytes concatenationFather Chrysostomos2011-10-062-0/+44
* gv.c: gv_fetchmethod_(flags|autoload) UTF8 cleanup.Brian Fraser2011-10-061-6/+5
* gv.c: gv_fetchmeth_pvn_autoload UTF8 cleanup.Brian Fraser2011-10-061-1/+34
* gv.c: gv_fetchmeth_pvn UTF8 cleanup.Brian Fraser2011-10-061-2/+31
* gv.c: gv_autoload4 is now UTF-8 clean.Brian Fraser2011-10-061-3/+1
* op.c: newCONSTSUB and newXS UTF8 cleanup.Brian Fraser2011-10-062-0/+45
* Merge multi and flags params to gv_init_*Father Chrysostomos2011-10-061-3/+4
* gv.c: Initial gv_fetchpvn_flags and gv_stashpvn UTF8 cleanupBrian Fraser2011-10-061-2/+2
* gv.c: gv_name_set and gv_init_(etc) now initialize the GV's name as UTF-8 if ...Brian Fraser2011-10-061-3/+9
* Remove method param from gv_autoload_*Father Chrysostomos2011-10-062-13/+13
* Remove 4 from new gv_autoload4_(sv|pvn?) functionsFather Chrysostomos2011-10-062-16/+16
* gv.c: Added gv_autoload4_(sv|pv|pvn)Brian Fraser2011-10-062-0/+91
* gv.c: Added gv_fetchmethod_(sv|pv|pvn)_flags.Brian Fraser2011-10-062-0/+81
* Minor correction to gv_fetchmeth_autoload.tFather Chrysostomos2011-10-061-1/+3
* gv.c: Added gv_fetchmeth_(sv|pv|pvn)_autoload.Brian Fraser2011-10-062-0/+75
* Minor correction to gv_fetchmeth.tFather Chrysostomos2011-10-061-1/+3
* gv.c: Added gv_fetchmeth_(sv|pv|pvn).Brian Fraser2011-10-062-0/+64
* gv.c: Added gv_init_(sv|pv|pvn), renamed gv_init_sv as gv_init_svtype.Brian Fraser2011-10-062-0/+44
* Tests for goto &xsub and lexical hintsFather Chrysostomos2011-09-162-0/+25
* Exlicitly enable exporting of some XSUB symbolsSteffen Mueller2011-08-214-4/+8
* Perl_rpeep: undo tail recursion optimisationDavid Mitchell2011-07-181-2/+4
* Actually test cop_*_labelReini Urban2011-07-171-0/+10
* 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
* make peep optimiser recurse mostly only shallowlyDavid Mitchell2011-07-141-9/+12
* Tests for the pad cleanup.Brian Fraser2011-07-122-4/+25
* pad.c: flags checking for the UTF8 flag when necessaryBrian Fraser2011-07-121-0/+321
* API tests for pad_findmy_*()Zefram2011-07-122-0/+140
* API test for find_rundefsv()Zefram2011-07-122-0/+34
* APIify pad functionsZefram2011-07-121-5/+1