summaryrefslogtreecommitdiff
path: root/ext/XS-APItest/t
Commit message (Expand)AuthorAgeFilesLines
* Correct comment in APItest’s hash.tFather Chrysostomos2012-01-021-1/+1
* Supress warning in XS::APItest’s hash.tFather Chrysostomos2011-12-251-1/+3
* Don’t crash when writing to null hash elemFather Chrysostomos2011-12-241-0/+13
* hv.c: Make newHVhv work on tied hashesFather Chrysostomos2011-12-241-0/+8
* Make const redef warnings default in newXSFather Chrysostomos2011-11-211-8/+30
* Make newXS redefinition warning respect UTF8Father Chrysostomos2011-11-211-1/+15
* Make newCONSTSUB use the right warning scope.Father Chrysostomos2011-11-211-1/+12
* Localise PL_curcop for BEGIN blocksFather Chrysostomos2011-11-172-2/+22
* avoid some test-time warningsZefram2011-11-161-0/+1
* 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-151-1/+8
* Make XS sort routines work againFather Chrysostomos2011-10-151-0/+10
* [perl #6828] Set $AUTOLOAD once more for XS autoloadingFather Chrysostomos2011-10-111-11/+5
* TODO test for $AUTOLOAD with XS AUTOLOADSteffen Mueller2011-10-111-1/+74
* Make sv_set[ps]v(cv...) set prototypeFather Chrysostomos2011-10-111-1/+9
* 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/+16
* Fix cv-to-gv assignment to use CvPROTOFather Chrysostomos2011-10-101-1/+5
* Resolve XS AUTOLOAD-prototype conflictFather Chrysostomos2011-10-091-1/+48
* Tests for XS AUTOLOAD routinesFather Chrysostomos2011-10-091-0/+14
* whichsig nul-cleanup.Brian Fraser2011-10-061-0/+26
* mro.c: Correct utf8 and bytes concatenationFather Chrysostomos2011-10-061-0/+32
* 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-061-0/+24
* 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-061-8/+8
* Remove 4 from new gv_autoload4_(sv|pvn?) functionsFather Chrysostomos2011-10-061-12/+12
* gv.c: Added gv_autoload4_(sv|pv|pvn)Brian Fraser2011-10-061-0/+64
* gv.c: Added gv_fetchmethod_(sv|pv|pvn)_flags.Brian Fraser2011-10-061-0/+52
* Minor correction to gv_fetchmeth_autoload.tFather Chrysostomos2011-10-061-1/+3
* gv.c: Added gv_fetchmeth_(sv|pv|pvn)_autoload.Brian Fraser2011-10-061-0/+47
* Minor correction to gv_fetchmeth.tFather Chrysostomos2011-10-061-1/+3
* gv.c: Added gv_fetchmeth_(sv|pv|pvn).Brian Fraser2011-10-061-0/+36
* gv.c: Added gv_init_(sv|pv|pvn), renamed gv_init_sv as gv_init_svtype.Brian Fraser2011-10-061-0/+15
* Tests for goto &xsub and lexical hintsFather Chrysostomos2011-09-161-0/+17
* Perl_rpeep: undo tail recursion optimisationDavid Mitchell2011-07-181-2/+4
* Actually test cop_*_labelReini Urban2011-07-171-0/+10
* make peep optimiser recurse mostly only shallowlyDavid Mitchell2011-07-141-9/+12
* Tests for the pad cleanup.Brian Fraser2011-07-121-2/+2
* pad.c: flags checking for the UTF8 flag when necessaryBrian Fraser2011-07-121-0/+321
* API tests for pad_findmy_*()Zefram2011-07-121-0/+75
* API test for find_rundefsv()Zefram2011-07-121-0/+20
* Make SvIsCOW honest about globsFather Chrysostomos2011-07-121-0/+13
* Add a test for perl_clone with CLONEf_COPY_STACKS to XS-APItest.Gerard Goossen2011-07-041-0/+53
* Completely free hashes containing nullsFather Chrysostomos2011-06-121-0/+25