summaryrefslogtreecommitdiff
path: root/ext/XS-APItest/APItest.xs
Commit message (Expand)AuthorAgeFilesLines
* 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
* API test for find_rundefsv()Zefram2011-07-121-0/+14
* APIify pad functionsZefram2011-07-121-5/+1
* Make SvIsCOW honest about globsFather Chrysostomos2011-07-121-0/+7
* Add a test for perl_clone with CLONEf_COPY_STACKS to XS-APItest.Gerard Goossen2011-07-041-0/+55
* Move an XS::APItest var decl to PREINITFather Chrysostomos2011-06-121-1/+2
* Completely free hashes containing nullsFather Chrysostomos2011-06-121-0/+10
* Tests for Perl_get_vtbl()Nicholas Clark2011-06-111-0/+47
* Tests for XS lvalue functionsFather Chrysostomos2011-06-011-0/+11
* [perl #87064] eval no longer shares filtersFather Chrysostomos2011-04-031-0/+25
* Fix typos (spelling errors) in ext/*.Peter J. Acklam) (via RT2011-01-071-1/+1
* recursive-descent expression parsingZefram2010-12-111-0/+67
* fix various compiler warnings from XS codeZefram2010-12-111-7/+24