summaryrefslogtreecommitdiff
path: root/ext/XS-APItest
Commit message (Expand)AuthorAgeFilesLines
* XS::APItest: Note why we do not want efficiencyFather Chrysostomos2016-08-151-0/+3
* Revert "#define PERL_NO_GET_CONTEXT in XS::APItest"Father Chrysostomos2016-08-141-16/+13
* #define PERL_NO_GET_CONTEXT in XS::APItestFather Chrysostomos2016-08-141-13/+16
* Test call_argvFather Chrysostomos2016-08-142-1/+35
* APItest: Add tests for isOCTALKarl Williamson2016-08-053-1/+28
* svpeek.t: $? is localized now.Craig A. Berry2016-06-231-6/+2
* APItest.xs: silence compiler warningDavid Mitchell2016-06-141-1/+1
* Increase $XS::APItest::VERSION to 0.82Father Chrysostomos2016-06-061-1/+1
* Add intro_my to XS::APItest::lexical_importFather Chrysostomos2016-06-062-1/+13
* Update to the latest Test-Simple cpan distChad Granum2016-05-121-0/+6
* load-module.t: re-indent and add some comments.David Mitchell2016-05-101-22/+32
* make 'require ::Foo::Bar' dieDavid Mitchell2016-05-101-19/+20
* Validate the 'require Bare::Word' pathname.Nicholas Clark2016-05-104-1/+69
* fix up dtrace compile/link for SolarisDavid Mitchell2016-03-181-1/+24
* APItest.xs silence compiler warningDavid Mitchell2016-03-122-2/+2
* XS-APItest: Length cannot be negative.Jarkko Hietaniemi2016-02-071-0/+1
* 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