summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* fix 'for reverse @array' bug on AIXDavid Mitchell2018-10-171-1/+15
* Implement fatalization of dump()James E Keenan2018-10-171-6/+5
* Fatalize use of $* and $#James E Keenan2018-10-173-13/+3
* Fix used only once warning in gmagic.t.Craig A. Berry2018-10-121-0/+1
* (perl #125760) fatalize sysread/syswrite/recv/send on :utf8 handlesTony Cook2018-10-103-41/+6
* Implement scheduled fatalization of my() in false conditionalJames E Keenan2018-10-031-0/+16
* Remove support for setting $[ to a non-zero valueDagfinn Ilmari Mannsåker2018-09-262-43/+2
* Adjust t/op/stat.t when run from dockerNicolas R2018-09-211-0/+3
* Move the is_linux_container test helper to test.plNicolas R2018-09-211-13/+0
* (perl #132655) nul terminate result of unpack "u" of invalid dataTony Cook2018-09-211-1/+8
* Correct typo in comment.James E Keenan2018-09-031-1/+1
* Avoid extra newlines on VMS in t/op/local.t.Craig A. Berry2018-08-021-2/+2
* treat when(index() > -1) as a boolean expressionDavid Mitchell2018-07-141-1/+22
* t/test.pl: Add $|=1;Karl Williamson2018-06-251-0/+2
* Revert "set PERL_EXIT_DESTRUCT_END in all embeddings"David Mitchell2018-05-111-0/+4
* t/op/blocks.t: indent 6 tests in a new skip blockDavid Mitchell2018-05-111-36/+38
* t/op/blocks.t: consolidate VMS-skips togetherDavid Mitchell2018-05-111-20/+16
* t/op/blocks.t: add some whitespaceDavid Mitchell2018-05-111-14/+98
* sprintf2.t: mark TODO bad denorm values under g++David Mitchell2018-05-011-1/+11
* Revert "Strengthen weak refs when sorting in-place"David Mitchell2018-04-261-12/+1
* Revert "Unweaken refs in in-place reverse"David Mitchell2018-04-261-15/+1
* (perl #131844) fix various space calculation issues in pp_pack.cTony Cook2018-04-161-1/+23
* Avoid goto into glob test failure on VMS.Craig A. Berry2018-03-081-3/+5
* detect sub attributes following a signatureDavid Mitchell2018-03-021-0/+17
* rationalise subroutine parsing rulesDavid Mitchell2018-03-021-5/+2
* add a svleak.t test for RT #132892Yves Orton2018-02-251-1/+7
* Allow goto into glob’s argFather Chrysostomos2018-02-241-1/+3
* [perl #132854] Allow goto into first arg of bin opFather Chrysostomos2018-02-231-1/+11
* t/op/index.t: indent run_tests() subDavid Mitchell2018-02-201-280/+280
* t/op/index.t: include all tests within run_tests()David Mitchell2018-02-201-2/+2
* Fix ary shifting when sparse ary is passed to subFather Chrysostomos2018-02-181-1/+30
* Fix two bugs when calling &xsub when @_ has holesFather Chrysostomos2018-02-182-2/+16
* Test #132729 with array flatteningFather Chrysostomos2018-02-181-1/+18
* svleak.t: Test for leak fixed by prev. commitFather Chrysostomos2018-02-181-1/+9
* [perl #132799] Fix goto within block within exprFather Chrysostomos2018-02-041-1/+13
* Disable CV-in-stash optimizationFather Chrysostomos2018-02-041-0/+1
* Skip t/op/state.t tests that need attributes under miniperlHugo van der Sanden2018-02-031-8/+11
* pp_warn: use MEXTEND rather than EXTENDDavid Mitchell2018-01-311-1/+20
* Follow-up to fd77b29b3be4Father Chrysostomos2018-01-211-1/+17
* Don’t vivify elems when putting array on stackFather Chrysostomos2018-01-191-1/+32
* move sub attributes before the signatureDavid Mitchell2018-01-191-6/+31
* Deprecate above \xFF in bitwise string opsKarl Williamson2018-01-191-7/+72
* op/bop.t: Fix typo in test nameKarl Williamson2018-01-191-1/+1
* tr///c: handle len(replacement charlist) > 32767David Mitchell2018-01-191-1/+26
* fix "\x{100}..." =~ tr/.../.../cdDavid Mitchell2018-01-191-12/+3
* t/op/tr.t: add tr///c testsDavid Mitchell2018-01-191-1/+411
* fix F0convert() on edge casesZefram2018-01-191-0/+7
* (perl #131954) don't initialize mark before a possible move of the stackTony Cook2018-01-171-1/+41
* additional test for lazy array element creationZefram2018-01-161-1/+5
* fix parsing of braced subscript after parensZefram2018-01-161-1/+24