| Commit message (Expand) | Author | Age | Files | Lines |
* | fix 'for reverse @array' bug on AIX | David Mitchell | 2018-10-17 | 1 | -1/+15 |
* | Implement fatalization of dump() | James E Keenan | 2018-10-17 | 1 | -6/+5 |
* | Fatalize use of $* and $# | James E Keenan | 2018-10-17 | 3 | -13/+3 |
* | Fix used only once warning in gmagic.t. | Craig A. Berry | 2018-10-12 | 1 | -0/+1 |
* | (perl #125760) fatalize sysread/syswrite/recv/send on :utf8 handles | Tony Cook | 2018-10-10 | 3 | -41/+6 |
* | Implement scheduled fatalization of my() in false conditional | James E Keenan | 2018-10-03 | 1 | -0/+16 |
* | Remove support for setting $[ to a non-zero value | Dagfinn Ilmari Mannsåker | 2018-09-26 | 2 | -43/+2 |
* | Adjust t/op/stat.t when run from docker | Nicolas R | 2018-09-21 | 1 | -0/+3 |
* | Move the is_linux_container test helper to test.pl | Nicolas R | 2018-09-21 | 1 | -13/+0 |
* | (perl #132655) nul terminate result of unpack "u" of invalid data | Tony Cook | 2018-09-21 | 1 | -1/+8 |
* | Correct typo in comment. | James E Keenan | 2018-09-03 | 1 | -1/+1 |
* | Avoid extra newlines on VMS in t/op/local.t. | Craig A. Berry | 2018-08-02 | 1 | -2/+2 |
* | treat when(index() > -1) as a boolean expression | David Mitchell | 2018-07-14 | 1 | -1/+22 |
* | t/test.pl: Add $|=1; | Karl Williamson | 2018-06-25 | 1 | -0/+2 |
* | Revert "set PERL_EXIT_DESTRUCT_END in all embeddings" | David Mitchell | 2018-05-11 | 1 | -0/+4 |
* | t/op/blocks.t: indent 6 tests in a new skip block | David Mitchell | 2018-05-11 | 1 | -36/+38 |
* | t/op/blocks.t: consolidate VMS-skips together | David Mitchell | 2018-05-11 | 1 | -20/+16 |
* | t/op/blocks.t: add some whitespace | David Mitchell | 2018-05-11 | 1 | -14/+98 |
* | sprintf2.t: mark TODO bad denorm values under g++ | David Mitchell | 2018-05-01 | 1 | -1/+11 |
* | Revert "Strengthen weak refs when sorting in-place" | David Mitchell | 2018-04-26 | 1 | -12/+1 |
* | Revert "Unweaken refs in in-place reverse" | David Mitchell | 2018-04-26 | 1 | -15/+1 |
* | (perl #131844) fix various space calculation issues in pp_pack.c | Tony Cook | 2018-04-16 | 1 | -1/+23 |
* | Avoid goto into glob test failure on VMS. | Craig A. Berry | 2018-03-08 | 1 | -3/+5 |
* | detect sub attributes following a signature | David Mitchell | 2018-03-02 | 1 | -0/+17 |
* | rationalise subroutine parsing rules | David Mitchell | 2018-03-02 | 1 | -5/+2 |
* | add a svleak.t test for RT #132892 | Yves Orton | 2018-02-25 | 1 | -1/+7 |
* | Allow goto into glob’s arg | Father Chrysostomos | 2018-02-24 | 1 | -1/+3 |
* | [perl #132854] Allow goto into first arg of bin op | Father Chrysostomos | 2018-02-23 | 1 | -1/+11 |
* | t/op/index.t: indent run_tests() sub | David Mitchell | 2018-02-20 | 1 | -280/+280 |
* | t/op/index.t: include all tests within run_tests() | David Mitchell | 2018-02-20 | 1 | -2/+2 |
* | Fix ary shifting when sparse ary is passed to sub | Father Chrysostomos | 2018-02-18 | 1 | -1/+30 |
* | Fix two bugs when calling &xsub when @_ has holes | Father Chrysostomos | 2018-02-18 | 2 | -2/+16 |
* | Test #132729 with array flattening | Father Chrysostomos | 2018-02-18 | 1 | -1/+18 |
* | svleak.t: Test for leak fixed by prev. commit | Father Chrysostomos | 2018-02-18 | 1 | -1/+9 |
* | [perl #132799] Fix goto within block within expr | Father Chrysostomos | 2018-02-04 | 1 | -1/+13 |
* | Disable CV-in-stash optimization | Father Chrysostomos | 2018-02-04 | 1 | -0/+1 |
* | Skip t/op/state.t tests that need attributes under miniperl | Hugo van der Sanden | 2018-02-03 | 1 | -8/+11 |
* | pp_warn: use MEXTEND rather than EXTEND | David Mitchell | 2018-01-31 | 1 | -1/+20 |
* | Follow-up to fd77b29b3be4 | Father Chrysostomos | 2018-01-21 | 1 | -1/+17 |
* | Don’t vivify elems when putting array on stack | Father Chrysostomos | 2018-01-19 | 1 | -1/+32 |
* | move sub attributes before the signature | David Mitchell | 2018-01-19 | 1 | -6/+31 |
* | Deprecate above \xFF in bitwise string ops | Karl Williamson | 2018-01-19 | 1 | -7/+72 |
* | op/bop.t: Fix typo in test name | Karl Williamson | 2018-01-19 | 1 | -1/+1 |
* | tr///c: handle len(replacement charlist) > 32767 | David Mitchell | 2018-01-19 | 1 | -1/+26 |
* | fix "\x{100}..." =~ tr/.../.../cd | David Mitchell | 2018-01-19 | 1 | -12/+3 |
* | t/op/tr.t: add tr///c tests | David Mitchell | 2018-01-19 | 1 | -1/+411 |
* | fix F0convert() on edge cases | Zefram | 2018-01-19 | 1 | -0/+7 |
* | (perl #131954) don't initialize mark before a possible move of the stack | Tony Cook | 2018-01-17 | 1 | -1/+41 |
* | additional test for lazy array element creation | Zefram | 2018-01-16 | 1 | -1/+5 |
* | fix parsing of braced subscript after parens | Zefram | 2018-01-16 | 1 | -1/+24 |