summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* skip trying to constant fold an incomplete op treeTony Cook2021-01-071-7/+10
* some extra tests as suggested by hvdsTony Cook2021-01-061-0/+55
* don't croak when the \K follows the lookaround assertionTony Cook2021-01-061-2/+41
* run_multiple_progs: allow the EXPECT to contain only OPTIONSTony Cook2021-01-061-1/+2
* run_multiple_progs: allow fatal to be turned off tooTony Cook2021-01-061-0/+4
* die_unwind(): global destructionNicolas R2021-01-061-0/+4
* list assign in list context: honour LHS undefDavid Mitchell2021-01-061-1/+9
* list assign in list context was over-optimisingDavid Mitchell2021-01-061-0/+10
* [gh18096] assume worst-case for GOSUBs we don't analyseHugo van der Sanden2020-12-261-0/+2
* Fix GH #17278Karl Williamson2020-12-261-0/+14
* (perl #17844) don't update SvCUR until after we've done movingTony Cook2020-12-261-1/+10
* skip the failing hexfloat test if it fails on NetBSDTony Cook2020-06-201-0/+7
* study_chunk: honour mutate_ok over recursionHugo van der Sanden2020-06-011-1/+13
* s/Github/GitHub/Karen Etheridge2020-05-301-1/+1
* op/exec.t: ENOTDIR is a legit errnoKarl Williamson2020-05-271-0/+2
* t/re/speed.t: Adapt for sl-o-o-w boxesKarl Williamson2020-05-271-1/+3
* t/re/pat_advanced.t: Adapt for sl-o-o-w boxesKarl Williamson2020-05-271-1/+1
* re/regexp_nonull.t: Skip if no APItest builtKarl Williamson2020-05-272-1/+4
* op/sub.t: Skip APItest test if that not builtKarl Williamson2020-05-271-1/+1
* t/re/anyof.t: Adapt a test for EBCDICKarl Williamson2020-05-271-2/+3
* lib/warnings.t: Fix EBCDIC toke warning wordingKarl Williamson2020-05-271-1/+2
* t/TEST: Skip some cpan module testing on EBCDICKarl Williamson2020-05-271-0/+10
* t/re/regexp.t: Fix to properly handle EBCDICKarl Williamson2020-05-271-1/+1
* set magic on $lex for $lex = (index(...) == -1) and make it an lvalueTony Cook2020-05-271-1/+27
* fix utf8 length magic handling for scalar reverseTony Cook2020-05-271-1/+10
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-2221-30/+30
* eliminate recursion from yyl_fake_eof() into yyl_try()Tony Cook2020-05-211-1/+0
* test that many blank lines doesn't exhaust stack in the tokenizerTony Cook2020-05-211-1/+12
* regcomp.c: Fix named sequences in (?[...])Karl Williamson2020-04-291-0/+15
* regcomp.c: Avoid use after freeKarl Williamson2020-04-291-0/+9
* Revert "avoid identical stack traces"David Mitchell2020-04-274-37/+1
* Revert "fixup to "avoid identical stack traces" - try 2"David Mitchell2020-04-272-26/+5
* regcomp: avoid overflow setting last_start_maxHugo van der Sanden2020-04-231-1/+8
* gh16947: avoid mutating regexp program only within GOSUBHugo van der Sanden2020-04-231-3/+8
* study_chunk: do not rewrite for trie while enframedHugo van der Sanden2020-04-111-1/+8
* regcomp.c: Die on relative group number overflowKarl Williamson2020-04-051-0/+10
* regcomp.c: Avoid a segfaultKarl Williamson2020-04-051-1/+5
* regcomp.c: Rmv unnecessary codeKarl Williamson2020-04-051-0/+7
* re/pat_advanced.t: Rmv extraneous lineKarl Williamson2020-04-041-1/+0
* regcomp.c: Handle /ss\xdf/iaa properlyKarl Williamson2020-04-031-0/+6
* tr/abc/de/: Properly handle longer lhs in in-place calcKarl Williamson2020-04-021-1/+7
* gh-17645: avoid oob read on conflict marker detectionHugo van der Sanden2020-03-271-1/+1
* gh-17645 test for out of bounds readHugo van der Sanden2020-03-271-0/+9
* fixup to "avoid identical stack traces" - try 2David Mitchell2020-03-182-5/+26
* Fetch git history to run tests like t/porting/cmp-version.tNicolas R2020-03-131-0/+9
* IPC::Open2 and IPC::Open3 documentation updatesDan Book2020-03-131-0/+5
* chained comparisonsZefram2020-03-121-0/+170
* Revert "fixup to "avoid identical stack traces""Nicolas R2020-03-122-26/+5
* fixup to "avoid identical stack traces"David Mitchell2020-03-122-5/+26
* Improve handling missing data in t/porting/authors.t with github actions.John Lightsey2020-03-101-7/+5