summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* regcomp.c - add optimistic eval (*{ ... }) and (**{ ... })Yves Orton2023-01-192-6/+80
* op/fork.t: skip the ulimit fork test under LSANTony Cook2023-01-191-0/+2
* regcomp_study.c - disable CURLYX optimizations when EVAL has been seen anywhereYves Orton2023-01-151-1/+3
* regcomp.c - increase size of CURLY nodes so the min/max is a I32Yves Orton2023-01-152-19/+29
* regexec.c - fix accept in CURLYX/WHILEM construct.Yves Orton2023-01-154-10/+57
* t/re/re_rests - extend test to show more buffersYves Orton2023-01-151-1/+1
* t/test.pl - assign caller() to separate vars in _where()Richard Leach2023-01-131-2/+2
* regexec.c - avoid calling regrepeat when the max is 0Yves Orton2023-01-131-1/+18
* regcomp.c etc - rework branch reset so it works properlyYves Orton2023-01-122-17/+38
* test.pl - add support for rtriming fresh perl outputYves Orton2023-01-121-3/+19
* Hint should advise using 'make regen'James E Keenan2023-01-111-2/+2
* win32_symlink: correctly handle linking to abs path to a directoryTony Cook2023-01-101-1/+11
* on win32 translate / to \ in symlink targetsTony Cook2023-01-101-1/+9
* make win32_lstat() return the length of the link in st_sizeTony Cook2023-01-101-0/+7
* update_authors.t - fixup shallow clone guardsYves Orton2023-01-081-2/+9
* regcomp.c - make sure CURLYM closes the capture buffer after each matchYves Orton2023-01-061-0/+2
* regcomp.c - in regdupe_internal() set up "in program" stclass properlyYves Orton2023-01-061-0/+81
* regen/embed_lib.pl - don't add integer to reference and fixup source dataYves Orton2023-01-041-0/+10
* pp_ctl.c - Check if refs have overloads in @INCYves Orton2023-01-031-4/+20
* t/harness: Fix misspelling in commentKarl Williamson2023-01-021-1/+1
* t/harness - show the time tests finished (for late night hack sessions)Yves Orton2022-12-311-0/+1
* t/harness: correct one spelling errorJames E Keenan2022-12-301-2/+2
* t/harness - rework serial detection logicYves Orton2022-12-301-65/+55
* Revert "Revert "harness: handle serial/parallel directories mixture""Yves Orton2022-12-301-14/+122
* Respect j8 in HARNESS_OPTIONSMax Maischein2022-12-251-1/+3
* loc_tools.pl: Always do normalized locale name checkKarl Williamson2022-12-241-1/+2
* HvNAMEf_QUOTEDPREFIX implies \"%s\"Paul "LeoNerd" Evans2022-12-241-1/+1
* regen/embed.pl - switch to using HeaderParser for code generation and etc.Yves Orton2022-12-242-6/+7
* regen/HeaderParser.pm - A module to parse our header filesYves Orton2022-12-241-0/+517
* Revert "harness: handle serial/parallel directories mixture"Yves Orton2022-12-231-122/+14
* sv.c - add support for HvNAMEf and HvNAMEf_QUOTEDPREFIX formatsYves Orton2022-12-221-1/+4
* loc_tools.pl: Accept dashless UTF8 besides to 'UTF-8'Karl Williamson2022-12-221-1/+1
* harness: handle serial/parallel directories mixtureKarl Williamson2022-12-221-14/+122
* harness: Initialize parallel job count to 1 if unspecifiedKarl Williamson2022-12-221-2/+2
* Update t/porting/customized.dat for 5.37.7Richard Leach2022-12-201-8/+0
* harness: When run in ASAP mode, intermix comp/run/cmdKarl Williamson2022-12-181-5/+9
* harness: Run more parallel tests by execution time orderKarl Williamson2022-12-181-12/+3
* harness: Extract code into a functionKarl Williamson2022-12-181-88/+96
* harness: Move commentsKarl Williamson2022-12-181-4/+4
* harness: Improve handling of serial execution exceptionsKarl Williamson2022-12-181-12/+17
* harness: Move ARGV, ENV processing earlierKarl Williamson2022-12-181-22/+23
* harness: SimplifyKarl Williamson2022-12-181-18/+19
* harness: Change tabs to spacesKarl Williamson2022-12-181-117/+117
* harness: Don't strip off '../' in pathKarl Williamson2022-12-181-3/+4
* harness: Assign names to $_Karl Williamson2022-12-181-10/+10
* harness: Assign name to $2Karl Williamson2022-12-181-1/+2
* harness: There is a .pl test file: cpan/Term-Cap/test.plKarl Williamson2022-12-181-1/+1
* harness: Extract sort into functionKarl Williamson2022-12-181-6/+12
* Use VMS absolute path to test taintingCraig A. Berry2022-12-171-1/+1
* Detect forbidden flow at compiletime of `defer` or `finally`Paul "LeoNerd" Evans2022-12-173-79/+50