summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* op/sprintf2.t: skip extended precision test on AIXHEADbleadTony Cook2023-05-171-0/+2
* AIX: skip some locale testsTony Cook2023-05-172-5/+15
* Revert "Perl_leave_adjust_stacks: don't make mortal copies of SvIMMORTAL SVs"Tony Cook2023-05-121-3/+0
* TODO test that sub return values are modifiableTony Cook2023-05-121-1/+8
* regen podcheck db after a fix to perlwin32Karl Williamson2023-05-071-1/+0
* replace "define\t" with "define " in most "normal" core files.Yves Orton2023-04-291-1/+1
* Porting/Maintainers.pl - Tidy up CUSTOMIZED filesSteve Hay2023-04-191-1/+3
* t/harness: avoid brace expansionCraig A. Berry2023-04-161-26/+2
* t/TEST: trim .DIR extension on VMSCraig A. Berry2023-04-151-1/+1
* Devel::PPPort: Fix broken pod linkKarl Williamson2023-04-131-1/+0
* regen/HeaderParser.pm - improved expression formatting and wrappingYves Orton2023-04-051-17/+110
* test infra - Under -DNO_TAINT_SUPPORT skip tests that use -T or -tYves Orton2023-04-024-1/+51
* t/porting/bincompat.t - test the code itself not just the outputYves Orton2023-03-301-4/+43
* Porting/maintainers.pl - remove Net-Ping customized filesYves Orton2023-03-291-6/+0
* t/porting/globvar.t - fix for HPUXYves Orton2023-03-291-2/+6
* t/op/sprintf2 - TODO some failing tests for %g.Yves Orton2023-03-291-1/+7
* t/harness - rework App::Prove::State setup to not warn and use customizable s...Yves Orton2023-03-281-4/+16
* report uninit variable name even in optimized casesLukas Mai2023-03-241-0/+30
* t/porting/test_testlist.t - test that we test the same thing with t/harness a...Yves Orton2023-03-223-20/+153
* t/TEST - rework poor mans getoptYves Orton2023-03-221-9/+24
* t/TEST - glob @ARGV after we setup @INC properly (win32 only)Yves Orton2023-03-221-5/+13
* cpan/libnet - update to version 3.15 and remove old customization infoYves Orton2023-03-201-14/+0
* t/re/re_tests - fixup version for changeYves Orton2023-03-191-1/+1
* t/porting/deprecation.t - add tests for deprecation documentation and categoriesYves Orton2023-03-181-0/+145
* diag.t - parse and validate "when" parameter from deprecated_xxx() macrosYves Orton2023-03-181-2/+9
* diag.t - detect use of "deprecate_xxx()" style functionsYves Orton2023-03-181-3/+15
* pp_ctl.c - add support for hooking require.Yves Orton2023-03-186-2/+226
* t/lib/GH_15109 - rename to t/lib/callerYves Orton2023-03-187-12/+12
* t/TEST - chomp manifest during readYves Orton2023-03-181-1/+2
* t/harness - die if t/harness wont run a test listed in MANIFESTYves Orton2023-03-172-6/+36
* test_pl tests - we have not been testing test.pl for some time, fix testsYves Orton2023-03-174-11/+32
* t/re/pat.t - test that we can copy and then reuse ${^LAST_SUCCESSFUL_PATTERN}Yves Orton2023-03-141-1/+9
* mg.c - add support for ${^LAST_SUCCESSFUL_PATTERN}Yves Orton2023-03-141-1/+44
* loc_tools: Print $^E when upon a libc failureKarl Williamson2023-03-131-2/+6
* regcomp.c - extend REF to hold the paren it needs to regcppushYves Orton2023-03-131-43/+43
* regexec.c - incredibly inefficient solution to backref problemYves Orton2023-03-131-0/+16
* regexec.c - teach BRANCH and BRANCHJ nodes to reset capture buffersYves Orton2023-03-132-14/+21
* regcomp.c - track parens related to CURLYX and CURLYMYves Orton2023-03-132-3/+39
* t/re/regexp.t - in skip_amp tests (via _noamp.t) do not TODO tests with amper...Yves Orton2023-03-131-2/+3
* Porting/manifest_lib.pl - autofix space/tab issues on `make manisort`Yves Orton2023-03-131-3/+3
* mg.c - fix $+ combined with branch resetYves Orton2023-03-081-0/+8
* Permit internal OP_GOTO when forbidding out-of-block opsPaul "LeoNerd" Evans2023-03-072-1/+27
* pod/perlfilter.pod - replace piracy comments with something more realisticZefram2023-03-031-3/+2
* Allow :isa in class declaration without a blockArne Johannessen2023-03-021-0/+10
* move test out of fresh_perl.t into sub.tDavid Mitchell2023-02-282-14/+11
* for loops: protect GV/LVREF from premature freeDavid Mitchell2023-02-281-0/+16
* Smartmatch deprecation warnings are disabled by `no warnings 'deprecated'`Philippe Bruhat (BooK)2023-02-251-2/+0
* Replace 'experimental::smartmatch' by 'deprecated' in testsPhilippe Bruhat (BooK)2023-02-2511-29/+32
* scope.c - rework SSGROW() and SSCHECK() macros and undelying functionsYves Orton2023-02-201-2/+1
* regexec.c - add assert and test for savestack overflow in Issue #20826.Yves Orton2023-02-201-1/+15