summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* PATCH: [perl #134067] heap buffer overflow in lexingKarl Williamson2019-05-031-0/+20
* t/op/sprintf2.t - Mark failing tests as TODO with VC++ prior to VC14Steve Hay2019-04-191-0/+8
* t/op/taint.t - Skip failing test on WindowsSteve Hay2019-04-191-8/+12
* t/op/lc.t: Fix bareword warningKarl Williamson2019-04-131-2/+2
* t/op/magic.t: Fix skip countKarl Williamson2019-04-131-1/+1
* Avoid leak/crash calling CORE::foo()David Mitchell2019-04-121-1/+1
* Fix recent double free in S_parse_gv_stash_name()David Mitchell2019-04-031-1/+1
* avoid leak with local $h{foo}, $a[n]David Mitchell2019-03-261-0/+37
* avoid leak assigning regexp to non-COW stringDavid Mitchell2019-03-251-1/+33
* PATCH: [perl #133880] assertion failureKarl Williamson2019-03-211-1/+7
* fix leak when compiling typed hash derefDavid Mitchell2019-03-111-1/+10
* PATCH: [perl #131642] pack returning malformed UTF-8Karl Williamson2019-03-081-9/+5
* (perl #133778) adjust MARK if we extend the stack in pp_repeatTony Cook2019-02-211-1/+83
* t/op/taint.t: Add testKarl Williamson2019-02-141-1/+17
* Move \p{user-defined} to core from utf8_heavy.plKarl Williamson2019-02-141-1/+1
* (perl #133660) add test for goto &sub in overload leakingTony Cook2019-02-131-1/+21
* t/op/lc.t: Add tests for Turkish localesKarl Williamson2019-02-051-9/+70
* t/op/lc.t: Add 'use strict'Karl Williamson2019-02-041-2/+5
* Correct typoJames E Keenan2018-11-291-1/+1
* Don't localise array / hash slice ref assignmentDavid Mitchell2018-11-051-1/+37
* 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