summaryrefslogtreecommitdiff
path: root/ext/XS-APItest
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make SvIsCOW honest about globsFather Chrysostomos2011-07-122-0/+20
* Increase $XS::APItest::VERSIONFather Chrysostomos2011-07-041-1/+1
* Add a test for perl_clone with CLONEf_COPY_STACKS to XS-APItest.Gerard Goossen2011-07-042-0/+108
* Move an XS::APItest var decl to PREINITFather Chrysostomos2011-06-121-1/+2
* Completely free hashes containing nullsFather Chrysostomos2011-06-122-0/+35
* Tests for Perl_get_vtbl()Nicholas Clark2011-06-112-0/+49
* Warn when list-assigning to TEMPFather Chrysostomos2011-06-011-1/+5
* Tests for XS lvalue functionsFather Chrysostomos2011-06-013-1/+43
* [perl #87064] eval no longer shares filtersFather Chrysostomos2011-04-033-1/+41
* 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-073-4/+4
* bump version of many modulesZefram2010-12-191-1/+1
* recursive-descent expression parsingZefram2010-12-113-1/+434
* fix various compiler warnings from XS codeZefram2010-12-111-7/+24
* 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-102-0/+64
* Add tests for sv_{,un}magicext and mg_findextFlorian Ragwitz2010-11-302-0/+60
* %x can't be used directly with pointers.Ben Morrow2010-11-221-4/+4
* Tests for the new custom op registrations.Ben Morrow2010-11-142-0/+191
* Add Perl_bytes_cmp_utf8() to compare character sequences in different encodingsNicholas Clark2010-11-112-0/+45
* [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-092-22/+60
* 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-032-10/+6
* Add tests for tryAMAGICunDEREF_var().Nicholas Clark2010-11-034-10/+117
* add SAVEFREECOPHH()Zefram2010-10-281-1/+3
* new API functions op_scope and op_lvalueZefram2010-10-262-12/+96
* function to parse isolated labelZefram2010-10-255-2/+316
* function to parse unlabelled statementZefram2010-10-253-3/+57
* stop passing line numbers into op constructor functionsZefram2010-10-251-12/+4
* 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-252-0/+43
* don't rely on ghost contexts being unmolestedZefram2010-10-242-0/+154
* Better diagnostics for XS::APItest::test_cv_getset_call_checker().Nicholas Clark2010-10-221-1/+3
* Fix ext/XS-APItest/t/multicall.t warningJerry D. Hedden2010-10-211-0/+1
* full API for cop hint hashesZefram2010-10-212-14/+144