summaryrefslogtreecommitdiff
path: root/ext/XS-APItest
Commit message (Expand)AuthorAgeFilesLines
* ext/XS-APItest/t/hash.t: Fix for EBCDICKarl Williamson2015-10-152-13/+36
* add tests for XSRETURN* macrosDoug Bell2015-10-022-0/+86
* fix up EXTEND() callersDavid Mitchell2015-10-021-2/+2
* make EXTEND() and stack_grow() safe(r)David Mitchell2015-10-022-0/+101
* Remove experimental::lexical_topic warnings categoryFather Chrysostomos2015-09-291-1/+1
* Disable lexical $_Father Chrysostomos2015-09-292-28/+2
* Make ext/XS-APItest/t/cophh.t work on EBCDICKarl Williamson2015-09-252-2/+145
* Add API tests for utf8.h macrosKarl Williamson2015-09-183-2/+205
* XS-APItest/t/svpv_magic.t: Generalize for EBCDICKarl Williamson2015-09-031-2/+2
* XS-APItest/t/svpeek.t: Skip ASCII-centric test on EBCDICKarl Williamson2015-09-031-2/+5
* ext/XS-APItest/t/svcat.t: Generalize to run on EBCDICKarl Williamson2015-09-031-4/+5
* XS-APItest/t/handy.t: Handle early UnicodesKarl Williamson2015-07-281-6/+11
* Document and ensure that sv_catpvf() does no argument orderingAaron Crane2015-07-153-1/+32
* Change wording of warning due to Unicode Standard changeKarl Williamson2015-07-061-1/+1
* remove deprecated /\C/ RE character classDavid Mitchell2015-06-191-5/+1
* pp_leaveeval: use EVAL_KEEPERRDavid Mitchell2015-06-191-1/+3
* XS-APItest/t/call.t: make loops more flexibleDavid Mitchell2015-06-191-25/+26
* make MULTICALL handle list contextDavid Mitchell2015-06-193-4/+170
* op_sibling => op_sibparent under PERL_OP_PARENTDavid Mitchell2015-04-191-1/+1
* Increase $XS::APItest::VERSION to 0.72Father Chrysostomos2015-03-241-1/+1
* gv_const_sv() handle subrefs directly in the stashTony Cook2015-03-242-0/+38
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-3/+0
* grok_atoUV: don't make part of APIHugo van der Sanden2015-03-091-0/+4
* [perl #123814] replace grok_atou with grok_atoUVHugo van der Sanden2015-03-093-64/+76
* ext/XS-APItest/t/hash.t: Generalize to run on non-ASCII platformsKarl Williamson2015-03-051-2/+2
* ext/XS-APItest/t/svpeek.t: Extend to EBCDIC platformsKarl Williamson2015-03-051-3/+3
* ext/XS-APItest/t/svpv_magic.t: Generalize for non-ASCII platformsKarl Williamson2015-03-051-3/+4
* XS-APItest/t/fetch_pad_names.t: Skip if EBCDICKarl Williamson2015-03-051-1/+7
* ext/XS-APItest/t/utf8.t: Fix so passes EBCDICKarl Williamson2015-03-051-3/+8
* APItest/t/handy.t: Generalize for non-ASCII platformsKarl Williamson2015-03-051-5/+5
* Corrections to spelling and grammatical errors.Lajos Veres2015-01-281-1/+1
* infnan: grok flag expectation fixesJarkko Hietaniemi2015-01-281-3/+3
* fixups to make the porting tests happyYves Orton2014-12-253-6/+6
* add new API function sv_get_backrefs()Yves Orton2014-12-252-0/+71
* Change OP_SIBLING to OpSIBLINGFather Chrysostomos2014-12-071-16/+16
* [perl #94484] Custom ops trip assertions in new*OPFather Chrysostomos2014-12-072-1/+48
* Unused expression + variable.Jarkko Hietaniemi2014-12-051-1/+2
* Some versions of gcc -Wextra are too paranoid about { 0 }.Jarkko Hietaniemi2014-12-051-1/+6
* [perl #40565] Fix localisation in pseudo-forkFather Chrysostomos2014-12-031-1/+24
* [perl #123063] allow assert() to be used as an expressionTony Cook2014-12-031-0/+7
* fetch_pad_names.t: Emit all test namesFather Chrysostomos2014-11-301-2/+4
* Make pad names always UTF8Father Chrysostomos2014-11-301-12/+12
* Increase $XS::APItest::VERSION to 0.69Father Chrysostomos2014-11-281-1/+1
* Fix newFOROP with PERL_OP_PARENT and no slabFather Chrysostomos2014-11-281-3/+14
* Don’t turn sub:CustomAttr(){$outer_lex} into a constFather Chrysostomos2014-11-131-1/+7
* add xs_handshake APIDaniel Dragan2014-11-071-1/+1
* [perl #123103] Allow ext magic on read-onliesFather Chrysostomos2014-11-032-0/+9
* XS::APItest, svpeek.t: Test the correct thingBrian Fraser2014-10-312-2/+3
* rename convert to op_convert_list and APIfyLukas Mai2014-10-263-1/+33
* Import Test-More 1.301001 alpha 63Chad Granum2014-10-261-1/+1