summaryrefslogtreecommitdiff
path: root/ext/XS-APItest/t
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tests for Perl_get_vtbl()Nicholas Clark2011-06-111-0/+2
* Warn when list-assigning to TEMPFather Chrysostomos2011-06-011-1/+5
* Tests for XS lvalue functionsFather Chrysostomos2011-06-011-0/+28
* [perl #87064] eval no longer shares filtersFather Chrysostomos2011-04-031-0/+10
* Convert XS::APItest's svpv_magic.t to Test::More.Nicholas Clark2011-02-051-2/+3
* XS-APItest/t/caller.t: mark two passing testsDavid Mitchell2011-01-211-0/+1
* Fix typos (spelling errors) in ext/*.Peter J. Acklam) (via RT2011-01-071-1/+1
* recursive-descent expression parsingZefram2010-12-111-0/+366
* Fix permissions for ext/XS-APItest/t/refs.t, added as +x in 88b5a879c6c933e0.Nicholas Clark2010-12-111-0/+0
* Fix test count in ext/XS-APItest/t/refs.tFather Chrysostomos2010-12-101-1/+1
* Fix XS types in typemap in order to deal with references with get magics corr...gfx2010-12-101-0/+34
* Add tests for sv_{,un}magicext and mg_findextFlorian Ragwitz2010-11-301-0/+30
* Tests for the new custom op registrations.Ben Morrow2010-11-141-0/+76
* Add Perl_bytes_cmp_utf8() to compare character sequences in different encodingsNicholas Clark2010-11-111-0/+27
* [perl #78964] Fix ext/XS-APItest/t/overload.tJerry D. Hedden2010-11-111-1/+1
* Fix error in tryAMAGICunDEREF() introduced in 25a9ffce153b0e67.Nicholas Clark2010-11-091-22/+27
* G_VOID, G_SCALAR, and G_ARRAY are not separate bits anymoreNiko Tyni2010-11-061-1/+10
* Add Perl_amagic_deref_call() to implement the bulk of tryAMAGICunDEREF_var().Nicholas Clark2010-11-031-4/+4
* Add tests for tryAMAGICunDEREF_var().Nicholas Clark2010-11-031-0/+86
* new API functions op_scope and op_lvalueZefram2010-10-261-0/+60
* function to parse isolated labelZefram2010-10-253-0/+288
* function to parse unlabelled statementZefram2010-10-252-2/+56
* rt #72398 - get magic before downgrading in SvPVbyte()Tony Cook2010-10-251-3/+0
* TODO test: SvPVbyte should handle get magic before checking the utf8 flagNiko Tyni2010-10-251-0/+32
* don't rely on ghost contexts being unmolestedZefram2010-10-241-0/+96
* Fix ext/XS-APItest/t/multicall.t warningJerry D. Hedden2010-10-211-0/+1
* full API for cop hint hashesZefram2010-10-211-0/+18
* function to parse Perl code blockZefram2010-10-212-0/+224
* fix and test PL_expect in recdescent parsingZefram2010-10-212-0/+113
* handle bracket stack better in recdescent parsingZefram2010-10-213-2/+187
* avoid side-effecting source held in scalarZefram2010-10-211-0/+12