summaryrefslogtreecommitdiff
path: root/ext/XS-APItest
Commit message (Expand)AuthorAgeFilesLines
* MULTICALL *shouldn't* clear savestackDavid Mitchell2016-02-031-9/+4
* dMULTICALL: remove unused varsDavid Mitchell2016-02-031-3/+0
* convert CX_PUSH/POP/TOPBLOCK to inline fnsDavid Mitchell2016-02-031-1/+1
* MULTICALL should clear scope after each callDavid Mitchell2016-02-031-1/+12
* rename POPFOO() to CX_POPFOO()David Mitchell2016-02-031-1/+1
* APItest.xs: fixup clone_with_stack()David Mitchell2016-02-031-3/+5
* pp_leavesub: reset SP in void contextDavid Mitchell2016-02-031-8/+4
* restore PL_tmps_floor on exitDavid Mitchell2016-02-031-3/+2
* pp_leaveeval: reset stack in VOID contextDavid Mitchell2016-02-031-2/+6
* make "for my $lex {}" faster under ITHREADSDavid Mitchell2016-02-031-1/+50
* fix link failure of APItest.dll on VC 6Daniel Dragan2016-01-271-1/+1
* Revert "[perl #126632] more diagnostics"Tony Cook2016-01-271-8/+2
* [perl #126632] more diagnosticsTony Cook2016-01-261-2/+8
* [perl #126632] improve diagnostics for the comctl32 testTony Cook2016-01-251-1/+3
* bump $XS::APItest::VERSIONTony Cook2016-01-251-1/+1
* XS DLLs shouldn't have comctl32.dll manifest in them, they dont link to itDaniel Dragan2016-01-252-1/+46
* avoid invalid memory access in MapPath[AW]Tony Cook2016-01-113-0/+60
* APItest.xs: Silence compiler warning on 32-bit machinesKarl Williamson2015-12-262-2/+2
* APItest: Add tests for valid_utf8_to_uvchrKarl Williamson2015-12-052-0/+40
* Deprecate Unicode code points above IV_MAXKarl Williamson2015-11-281-0/+3
* Extend UTF-EBCDIC to handle up to 2**64-1Karl Williamson2015-11-251-48/+38
* ext/XS-APItest/t/utf8.t: Change variable names for clarityKarl Williamson2015-11-251-23/+26
* Output appropriately dire warning for high code pointsKarl Williamson2015-11-251-6/+0
* ext/XS-APItest: Add tests for uvchr_to_utf8()Karl Williamson2015-11-253-4/+188
* XS-APItest/utf8.t: Add a bunch more testsKarl Williamson2015-11-251-194/+735
* Various tests: use centralized locale detectionKarl Williamson2015-11-202-9/+5
* XS-APItest:fetch_pad_names.t: Comments, skip messageKarl Williamson2015-10-261-1/+3
* 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