summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
* pp_ctl.c - Consistently exit after 10 errorsYves Orton2023-02-202-5/+1
* perl.h, pp_ctl.c - switch to standard way of terminating compilationYves Orton2023-02-203-3/+10
* toke.c - invoke __DIE__ handler after compilation errors in evalYves Orton2023-02-202-2/+35
* generated files - update mode lines to specify file typeElvin Aslanov2023-02-191-1/+1
* t/porting/regen.t - no more "whack-a-mole" subtest executionYves Orton2023-02-191-23/+55
* t/lib/croak/toke - hide conflict markers in test codeYves Orton2023-02-171-7/+8
* t/test.pl - support obfu conflict markers for code via run_multiple_progs()Yves Orton2023-02-171-0/+5
* t/test.pl - support NOTE comments in code for run_multiple_progs()Yves Orton2023-02-171-0/+3
* Calculate conflict markers instead of hardcodingAndrew Hewus Fresh2023-02-171-7/+4
* Unit-test classes and instances with threadsPaul "LeoNerd" Evans2023-02-131-0/+47
* win32: do not allow seekdir() out of boundsAlex Davies2023-02-111-0/+75
* Field :param attributes, //= and ||= default assignmentsPaul "LeoNerd" Evans2023-02-103-0/+107
* Use field initialiser expressions in unit tests to avoid some ADJUST blocksPaul "LeoNerd" Evans2023-02-102-7/+6
* Accept field VAR = EXPR on field varsPaul "LeoNerd" Evans2023-02-104-9/+126
* Refuse to create a class if its package already contains a non-empty @ISA arrayPaul "LeoNerd" Evans2023-02-101-0/+7
* Make @ISA a readonly array on class stashes so user code can't fiddle with it...Paul "LeoNerd" Evans2023-02-102-0/+9
* Initial implementation of subclassing, via :isa class attributePaul "LeoNerd" Evans2023-02-101-0/+53
* Disallow bless hackery around classes and instancesPaul "LeoNerd" Evans2023-02-101-3/+10